debian/0000755000000000000000000000000011656553723007203 5ustar debian/rules0000755000000000000000000000145111656553723010264 0ustar #!/usr/bin/make -f export JAVA_HOME := /usr/lib/jvm/default-java export CLASSPATH := /usr/share/java/osgi.core.jar:/usr/share/java/servlet-api-2.5.jar:/usr/share/java/ee.foundation.jar:/usr/share/java/geronimo-jpa-2.0-spec.jar MAVEN_REPO := http://repo1.maven.org/maven2/org/osgi/org.osgi.compendium VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p' | sed -e 's/-[^-]*$$//') JAR_NAME := osgi.compendium PACKAGE := libosgi-compendium-java %: dh $@ --with javahelper --with jh_maven_repo_helper override_jh_manifest: jar umf src/META-INF/MANIFEST.MF debian/$(PACKAGE)/usr/share/java/$(JAR_NAME).jar get-orig-source: debian/orig-tar.sh --upstream-version $(VERSION) get-orig-pom: wget --user-agent="" -O debian/pom.xml $(MAVEN_REPO)/$(VERSION)/org.osgi.compendium-$(VERSION).pom debian/watch0000644000000000000000000000025611656553723010237 0ustar version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ https://github.com/bndtools/bnd/tree/master/cnf/repo/osgi.cmpn/ \ .*/osgi.cmpn-(.*).jar debian debian/orig-tar.sh debian/changelog0000644000000000000000000000065411656553723011062 0ustar osgi-compendium (4.3.0-1) unstable; urgency=low * New upstream release. * Add Build-Depends on libgeronimo-jpa-2.0-spec-java. * d/watch: Use new bndtools project on github. -- Damien Raude-Morvan Wed, 09 Nov 2011 20:42:22 +0100 osgi-compendium (4.2.0-1) unstable; urgency=low * Initial release. (Closes: #643979). -- Damien Raude-Morvan Sun, 02 Oct 2011 19:40:47 +0200 debian/compat0000644000000000000000000000000211656553723010401 0ustar 7 debian/libosgi-compendium-java.poms0000644000000000000000000000006611656553723014612 0ustar debian/pom.xml --no-parent --usj-name=osgi.compendium debian/libosgi-compendium-java-doc.javadoc0000644000000000000000000000006511656553723016005 0ustar internal /usr/share/doc/libosgi-compendium-java/api/ debian/maven.publishedRules0000644000000000000000000000045411656553723013230 0ustar # OSGi has been copied by several project, and each re-publish the OSGi jar under their own namespace, so we try to fix it here s/org.apache.felix/org.osgi/ org.osgi.compendium * * * * # OSGi compendium provided in Eclipse Equinox has got more classes and a few fixes in FrameworkUtils at the moment debian/libosgi-compendium-java.jlibs0000644000000000000000000000002511656553723014732 0ustar osgi.compendium.jar debian/source/0000755000000000000000000000000011656553723010503 5ustar debian/source/format0000644000000000000000000000001411656553723011711 0ustar 3.0 (quilt) debian/maven.rules0000644000000000000000000000162011656553723011364 0ustar # Maven rules - transform Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # - a regular expression of the form s/match/replace/ # in this case, elements that match are transformed using # the regex rule. # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ javax.servlet servlet-api jar s/.*/2.5/ * * debian/pom.xml0000644000000000000000000000071711656553723010525 0ustar 4.0.0 org.osgi org.osgi.compendium 4.3.0 POM was created by Sonatype Nexus debian/orig-tar.sh0000755000000000000000000000123411656553723011266 0ustar #!/bin/sh # called with '--upstream-version' VERSION=$2 TAR=../osgi-compendium_$VERSION.orig.tar.gz DIR=osgi-compendium-$VERSION TAG=42 wget -O osgi.compendium.jar --no-check-certificate https://github.com/bndtools/bnd/raw/master/cnf/repo/osgi.cmpn/osgi.cmpn-4.3.0.jar # http://www.osgi.org/download/r4v$TAG/osgi.cmpn.jar mkdir -p $DIR/src/ (cd $DIR && jar xvf ../osgi.compendium.jar) rm -r $DIR/org $DIR/info mv $DIR/OSGI-OPT/src/* $DIR/src/ mv $DIR/xmlns $DIR/src/ mv $DIR/OSGI-OPT/*.bnd $DIR/src/ mv $DIR/META-INF $DIR/src/ rm -r $DIR/OSGI-OPT GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR rm -rf $DIR osgi.compendium.jar debian/control0000644000000000000000000000335311656553723010612 0ustar Source: osgi-compendium Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Damien Raude-Morvan , Ludovic Claude Build-Depends: ant, debhelper (>= 7), default-jdk, javahelper, libosgi-core-java, libosgi-foundation-ee-java, libservlet2.5-java, libgeronimo-jpa-2.0-spec-java, maven-repo-helper Standards-Version: 3.9.2 Homepage: http://www.osgi.org/Specifications/HomePage Vcs-Git: git://git.debian.org/git/pkg-java/osgi-compendium.git Vcs-Browser: http://git.debian.org/?p=pkg-java/osgi-compendium.git Package: libosgi-compendium-java Architecture: all Depends: ${java:Depends}, ${misc:Depends} Suggests: libosgi-compendium-java-doc Description: Java OSGi API - Compendium module OSGi, for Open Services Gateway initiative framework, is a module system and service platform for the Java programming language. . This package contains OSGi Compendium for Release 4 Version 4.2. On top of OSGi Core, this provide additionnal services to help dynamic components. Package: libosgi-compendium-java-doc Architecture: all Section: doc Depends: ${misc:Depends} Recommends: ${java:Recommends} Description: Javadoc for Java OSGi API - Compendium module OSGi, for Open Services Gateway initiative framework, is a module system and service platform for the Java programming language. . This package contains OSGi Compendium for Release 4 Version 4.2. On top of OSGi Core, this provide additionnal services to help dynamic components. . This package contains Javadoc HTML documentation for libosgi-compendium-java. debian/javabuild0000644000000000000000000000003011656553723011060 0ustar osgi.compendium.jar src debian/copyright0000644000000000000000000000114011656553723011132 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174 Upstream-Name: OSGi Compendium Classes Upstream-Contact: OSGi Alliance (http://www.osgi.org/) Source: http://www.osgi.org/Download/Release4V43 Files: * Copyright: Copyright (c) OSGi Alliance (2000, 2009) License: Apache-2.0 Files: debian/* Copyright: 2010, Ludovic Claude Copyright: 2011, Damien Raude-Morvan License: Apache-2.0 License: Apache-2.0 On Debian systems, the complete text of the Apache License Version 2.0, can be found in /usr/share/common-licenses/Apache-2.0.