debian/0000775000000000000000000000000011703267226007176 5ustar debian/copyright0000664000000000000000000000125311643367717011143 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166 Upstream-Name: Apache Felix OSGi OBR Service API Source: http://felix.apache.org/site/downloads.cgi Files: * Copyright: Copyright (c) OSGi Alliance (2000, 2008). All Rights Reserved. License: Apache-2.0 Files: debian/* Copyright: 2008-2010, Yulia Novozhilova License: GPL-2 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. License: GPL-2 On Debian systems, the complete text of the GNU General Public License, version 2, can be found in /usr/share/common-licenses/GPL-2. debian/libfelix-osgi-obr-java-doc.docs0000664000000000000000000000001411643367717015053 0ustar build/doc/* debian/control0000664000000000000000000000307111703267226010602 0ustar Source: felix-osgi-obr Section: java Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Java Maintainers Uploaders: Yulia Novozhilova , Andres Mejia , Damien Raude-Morvan Build-Depends: debhelper (>= 7.3.3), javahelper, default-jdk Build-Depends-Indep: ant, libosgi-core-java, maven-repo-helper (>= 1.1) Standards-Version: 3.9.2 Homepage: http://felix.apache.org/site/apache-felix-osgi-bundle-repository.html Vcs-Git: git://git.debian.org/git/pkg-java/felix-osgi-obr.git Vcs-Browser: http://git.debian.org/?p=pkg-java/felix-osgi-obr.git Package: libfelix-osgi-obr-java Architecture: all Depends: ${java:Depends}, ${misc:Depends}, libosgi-core-java Suggests: libfelix-osgi-obr-java-doc Description: OSGi OBR Service API The goal of the Apache Felix OSGi Bundle Repository (OBR) is two-fold: 1. To simplify deploying and using available bundles with Felix. 2. To encourage independent bundle development so that communities of interest can grow. Package: libfelix-osgi-obr-java-doc Architecture: all Section: doc Depends: ${misc:Depends} Recommends: ${java:Recommends} Description: Javadoc API for OSGi OBR Service API The goal of the Apache Felix OSGi Bundle Repository (OBR) is two-fold: 1. To simplify deploying and using available bundles with Felix. 2. To encourage independent bundle development so that communities of interest can grow. This package contains Javadoc API documentation. debian/MANIFEST.MF0000664000000000000000000000133211643367717010640 0ustar Manifest-Version: 1.0 Built-By: pauls Created-By: Apache Maven Bundle Plugin Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt Import-Package: org.osgi.framework;version="1.3",org.osgi.service.obr; version="1.0" Bnd-LastModified: 1208866656616 Export-Package: org.osgi.service.obr;uses:="org.osgi.framework";versio n="1.0" Bundle-Version: 1 Bundle-Copyright: Copyright (c) OSGi Alliance (2000, 2008). All Rights Reserved. Bundle-Name: OSGi OBR Service API Bundle-Description: OSGi OBR Service API Build-Jdk: 1.5.0_13 Bundle-DocURL: http://www.osgi.org/ Bundle-ManifestVersion: 2 Bundle-Vendor: OSGi Alliance Bundle-SymbolicName: org.osgi.service.obr Tool: Bnd-0.0.238 Bundle-Category: osgi debian/libfelix-osgi-obr-java-doc.doc-base0000664000000000000000000000035711643367717015612 0ustar Document: felix-osgi-obr Title: OSGi OBR Service API Author: OSGi Alliance Section: Programming/Java Format: HTML Index: /usr/share/doc/libfelix-osgi-obr-java-doc/api/index.html Files: /usr/share/doc/libfelix-osgi-obr-java-doc/api/*.html debian/libfelix-osgi-obr-java.install0000664000000000000000000000002611643367717015031 0ustar dist/* usr/share/java debian/orig-tar.sh0000775000000000000000000000043711643367717011276 0ustar #!/bin/sh set -x # called by uscan with '--upstream-version' package=`dpkg-parsechangelog | sed -n 's/^Source: //p'` TAR=../"$package"_$2.orig.tar.gz DIR=$package-$2.orig tar xfz $3 mv org.osgi.service.obr-$2 $DIR GZIP=--best tar -c -z -f $TAR $DIR rm -rf $DIR $3 debian/maven.rules0000664000000000000000000000007211643367717011370 0ustar s/org.apache.felix/org.osgi/ org.osgi.core * s/.*/debian/ debian/source/0000775000000000000000000000000011643367717010507 5ustar debian/source/format0000664000000000000000000000001411643367717011715 0ustar 3.0 (quilt) debian/libfelix-osgi-obr-java.links0000664000000000000000000000013111643367717014500 0ustar /usr/share/java/org.osgi.service.obr-1.0.2.jar /usr/share/java/org.osgi.service.obr.jar debian/compat0000664000000000000000000000000211643367717010405 0ustar 7 debian/libfelix-osgi-obr-java.poms0000664000000000000000000000002411643367717014337 0ustar pom.xml --no-parent debian/changelog0000664000000000000000000000357411703267226011061 0ustar felix-osgi-obr (1.0.2-3fakesync1) precise; urgency=low * Fake sync due to mismatching orig tarball. -- Felix Geyer Wed, 11 Jan 2012 12:12:22 +0100 felix-osgi-obr (1.0.2-3) unstable; urgency=low [ Andres Mejia ] * Update to my @debian.org email. [ Damien Raude-Morvan ] * Build-Depends on libosgi-core-java instead of libequinox-osgi-java. -- Damien Raude-Morvan Thu, 06 Oct 2011 00:58:12 +0200 felix-osgi-obr (1.0.2-2) unstable; urgency=low * d/copyright: Change Upstream-Name to match exactly usage of upstream: "Apache Felix OSGi OBR Service API". * d/{build.xml,rules}: Fix FTBFS with Ant 1.8.2 (move property in global scope and change its name as java.class.path clash with default one) (Closes: #628287). * Bump Standards-Version to 3.9.2: no changes needed. -- Damien Raude-Morvan Sat, 28 May 2011 21:46:29 +0200 felix-osgi-obr (1.0.2-1) unstable; urgency=low [ Andres Mejia ] * Upload to Debian. (Closes: #610923) * Add Debian Java team as Maintainer, Yulia and myself as Uploaders. * Bump to Standards-Version 3.9.1. * Convert to pure dh with javahelper for packaging. * Add substitution variables in debian/control used with javahelper. [ Damien Raude-Morvan ] * Add myself as Uploaders. * d/control: Drop Depends: ${shlib:Depends} as useless for Java package. * d/control: Drop Depends: default-jre-headless | java2-runtime-headless as a Java library don't need to depends on runtime (Java Policy). * d/control, d/rules: Use mh_clean and B-D on maven-repo-helper (>= 1.1) * d/copyright: Update to DEP-5 r166 format. -- Damien Raude-Morvan Wed, 26 Jan 2011 20:27:02 +0100 felix-osgi-obr (1.0.2-0ubuntu1) maverick; urgency=low * Initial release. (LP: #608192) -- Yulia Novozhilova Tue, 20 Jul 2010 15:49:04 +0400 debian/build.xml0000664000000000000000000000705011643367717011032 0ustar Build script for org.osgi.service.obr library. [OSGi OBR Service API] API documentation
<b>[OSGi OBR Service API]</b>
debian/watch0000664000000000000000000000016111643367717010236 0ustar version=3 http://www.apache.org/dist/felix/ org.osgi.service.obr-(.+)-project\.tar\.gz debian debian/orig-tar.sh debian/rules0000775000000000000000000000164611643367717010276 0ustar #!/usr/bin/make -f VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p' | sed -e 's/-[^-]*$$//') JAVA_HOME := /usr/lib/jvm/default-java CLASSPATH := /usr/share/java/osgi.core.jar JAR_NAME := org.osgi.service.obr ANT_BUILDFILE := ./debian/build.xml ANT_BUILD_TARGET := build javadoc ANT_ARGS := -Dbuild.sysclasspath=first \ -Dversion=$(VERSION) \ -Djar.name=$(JAR_NAME) \ -Dbuild.jar.path=$(CLASSPATH) %: dh $@ --with javahelper override_dh_auto_build: ant \ $(ANT_ARGS) \ -f $(ANT_BUILDFILE) $(ANT_BUILD_TARGET) override_dh_install: mh_installpoms -plibfelix-osgi-obr-java mh_installjar -plibfelix-osgi-obr-java -l pom.xml dist/$(JAR_NAME)-$(VERSION).jar dh_install override_dh_clean: ant \ $(ANT_ARGS) \ -f $(ANT_BUILDFILE) clean mh_clean dh_clean get-orig-source: uscan \ --verbose \ --no-symlink \ --upstream-version $(VERSION) \ --download-version $(VERSION) \ --force-download