debian/0000755000000000000000000000000011650061233007163 5ustar debian/rules0000755000000000000000000000120411650061233010240 0ustar #!/usr/bin/make -f export JAVA_HOME=/usr/lib/jvm/default-java export CLASSPATH=/usr/share/java/aspectjtools.jar:/usr/share/java/osgi.core.jar:/usr/share/java/osgi.compendium.jar %: dh --with javahelper $@ override_jh_build: jh_build -N geronimo-osgi-registry.jar geronimo-osgi-registry/src/main CLASSPATH=$${CLASSPATH}:./geronimo-osgi-registry.jar jh_build -N \ geronimo-osgi-locator.jar geronimo-osgi-locator/src/main ant -f debian/build.xml javadoc get-orig-source: cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \ uscan \ --verbose \ --no-symlink \ --destdir $(CURDIR) \ --watchfile debian/watch \ --force-download debian/watch0000644000000000000000000000016711650061233010220 0ustar version=3 http://svn.apache.org/repos/asf/geronimo/specs/tags/ \ geronimo-osgi-support-(.*)/ debian debian/orig-tar.sh debian/build.xml0000644000000000000000000000164311650061233011010 0ustar debian/changelog0000644000000000000000000000112011650061233011027 0ustar geronimo-osgi-support (1.0-2) unstable; urgency=low * Team upload. * Depends+Build-Depends on libosgi-core-java, libosgi-compendium-java instead of libequinox-osgi-java. * Depends+Build-Depends on libaspectj-java instead of aspectj. * d/control: Bump Standards-Version to 3.9.2: no changes needed. * d/control: Add Homepage field. -- Damien Raude-Morvan Thu, 20 Oct 2011 20:04:02 +0200 geronimo-osgi-support (1.0-1) unstable; urgency=low * Initial release. (Closes: #582950). -- Miguel Landaeta Tue, 25 May 2010 00:01:32 -0430 debian/compat0000644000000000000000000000000211650061233010361 0ustar 7 debian/source/0000755000000000000000000000000011650061233010463 5ustar debian/source/format0000644000000000000000000000001411650061233011671 0ustar 3.0 (quilt) debian/orig-tar.sh0000755000000000000000000000075611650061233011256 0ustar #!/bin/sh set -e # called by uscan with '--upstream-version' echo "version $2" package=`dpkg-parsechangelog | sed -n 's/^Source: //p'` version=$2 tarball=$3 TAR=${package}_${version}.orig.tar.gz DIR=${package}-${version}.orig REPO="http://svn.apache.org/repos/asf/geronimo/specs/tags/${package}-${version}/" # setting timezone to avoid varying times TZ=Etc/UTC svn export $REPO $DIR GZIP=--best tar --numeric --group 0 --owner 0 -c -v -z -f $TAR $DIR rm -rf $tarball $DIR debian/clean0000644000000000000000000000006511650061233010171 0ustar geronimo-osgi-registry.jar geronimo-osgi-locator.jar debian/classpath-debian0000644000000000000000000000011511650061233012305 0ustar usr/share/java/aspectjtools.jar usr/share/java/org.eclipse.osgi.services.jar debian/control0000644000000000000000000000455011650061233010572 0ustar Source: geronimo-osgi-support Maintainer: Debian Java Maintainers Uploaders: Miguel Landaeta Section: java Priority: optional Build-Depends: debhelper (>= 7.0.50), default-jdk, javahelper, ant, libaspectj-java, libosgi-core-java, libosgi-compendium-java Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/pkg-java/geronimo-osgi-support.git Vcs-Browser: http://git.debian.org/?p=pkg-java/geronimo-osgi-support.git Homepage: http://geronimo.apache.org/ Package: libgeronimo-osgi-support-java Architecture: all Depends: libaspectj-java, libosgi-core-java, libosgi-compendium-java, ${misc:Depends} Suggests: libgeronimo-osgi-support-java-doc (= ${binary:Version}) Description: Java libraries providing OSGi lookup support for Geronimo projects These Java libraries allow the use of OSGi framework with Geronimo existing projects. They allow lookup and registration of components. . - geronimo-osgi-locator.jar: Allow performing class and components lookups with OSGi support. . - geronimo-osgi-registry.jar: Facilitate the use of Geronimo specs providers (components typically plugged in to the JRE through META-INF/services resources) like geronimo-validation-1.0-spec (Geronimo JSR-303 Bean Validation Spec API). . The service created by this library will maintain a registry of factory class that can be used by the spec bundles to locate factory classes that reside in other bundles. Package: libgeronimo-osgi-support-java-doc Architecture: all Section: doc Depends: ${misc:Depends} Suggests: libgeronimo-osgi-support-java (= ${binary:Version}) Description: Documentation for libgeronimo-osgi-support-java Documentation for Java libraries that allow the use of OSGi framework with Geronimo existing projects. They allow lookup and registration of components. . - geronimo-osgi-locator.jar: Allow performing class and components lookups with OSGi support. . - geronimo-osgi-registry.jar: Facilitate the use of Geronimo specs providers (components typically plugged in to the JRE through META-INF/services resources) like geronimo-validation-1.0-spec (Geronimo JSR-303 Bean Validation Spec API). . The service created by this library will maintain a registry of factory class that can be used by the spec bundles to locate factory classes that reside in other bundles. debian/libgeronimo-osgi-support-java.jlibs0000644000000000000000000000006511650061233016107 0ustar geronimo-osgi-registry.jar geronimo-osgi-locator.jar debian/libgeronimo-osgi-support-java-doc.javadoc0000644000000000000000000000007311650061233017155 0ustar internal /usr/share/doc/libgeronimo-osgi-support-java/api debian/copyright0000644000000000000000000000101111650061233011107 0ustar The sources where downloaded from http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-osgi-support-1.0/. Files: * Copyright: © 2010 Apache Software Foundation (ASF) License: Apache-2.0 The full text of the Apache 2.0 license is distributed in /usr/share/common-licenses/Apache-2.0 on Debian systems. Files: debian/* Copyright: © 2010 Miguel Landaeta License: Apache-2.0 The full text of the Apache 2.0 license is distributed in /usr/share/common-licenses/Apache-2.0 on Debian systems.