debian/ 0000755 0000000 0000000 00000000000 11650061233 007163 5 ustar debian/rules 0000755 0000000 0000000 00000001204 11650061233 010240 0 ustar #!/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/watch 0000644 0000000 0000000 00000000167 11650061233 010220 0 ustar version=3
http://svn.apache.org/repos/asf/geronimo/specs/tags/ \
geronimo-osgi-support-(.*)/ debian debian/orig-tar.sh
debian/build.xml 0000644 0000000 0000000 00000001643 11650061233 011010 0 ustar
debian/changelog 0000644 0000000 0000000 00000001120 11650061233 011027 0 ustar 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/compat 0000644 0000000 0000000 00000000002 11650061233 010361 0 ustar 7
debian/source/ 0000755 0000000 0000000 00000000000 11650061233 010463 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 11650061233 011671 0 ustar 3.0 (quilt)
debian/orig-tar.sh 0000755 0000000 0000000 00000000756 11650061233 011256 0 ustar #!/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/clean 0000644 0000000 0000000 00000000065 11650061233 010171 0 ustar geronimo-osgi-registry.jar
geronimo-osgi-locator.jar
debian/classpath-debian 0000644 0000000 0000000 00000000115 11650061233 012305 0 ustar usr/share/java/aspectjtools.jar
usr/share/java/org.eclipse.osgi.services.jar
debian/control 0000644 0000000 0000000 00000004550 11650061233 010572 0 ustar 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.jlibs 0000644 0000000 0000000 00000000065 11650061233 016107 0 ustar geronimo-osgi-registry.jar
geronimo-osgi-locator.jar
debian/libgeronimo-osgi-support-java-doc.javadoc 0000644 0000000 0000000 00000000073 11650061233 017155 0 ustar internal /usr/share/doc/libgeronimo-osgi-support-java/api
debian/copyright 0000644 0000000 0000000 00000001011 11650061233 011107 0 ustar 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.