This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository xml-commons-external.
commit 8bd221be5453acb11b897c843339a00590ff053f Author: Jakub Adam <[email protected]> Date: Thu Aug 9 13:27:31 2012 +0000 Add OSGi metadata to JAR manifests --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/manifest | 7 +++++++ debian/rules | 1 + 4 files changed, 15 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d420eb0..ec14656 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xml-commons-external (1.4.01-3) UNRELEASED; urgency=low + + * Add OSGi metadata to JAR manifest. + + -- Jakub Adam <[email protected]> Sat, 24 Sep 2011 13:03:01 +0200 + xml-commons-external (1.4.01-2) unstable; urgency=low * d/control: Add myself as Uploaders. diff --git a/debian/control b/debian/control index 2ebf6d2..82cd0f9 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Vincent Fourmond <[email protected]>, Onkar Shinde <onkarshinde@ubu Damien Raude-Morvan <[email protected]> Standards-Version: 3.9.2 Build-Depends: debhelper (>= 7), cdbs, maven-repo-helper -Build-Depends-Indep: default-jdk +Build-Depends-Indep: default-jdk, javahelper Homepage: http://xml.apache.org/commons/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/xml-commons-external Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/xml-commons-external diff --git a/debian/manifest b/debian/manifest new file mode 100644 index 0000000..5f41e2d --- /dev/null +++ b/debian/manifest @@ -0,0 +1,7 @@ +usr/share/java/xml-apis-ext.jar: + Bundle-ManifestVersion: 2 + Bundle-Name: XML Commons External + Bundle-Vendor: Debian.org + Bundle-Version: 1.4 + Bundle-SymbolicName: org.w3c.css.sac + Export-Package: org.w3c.css.sac,org.w3c.css.sac.helpers,org.w3c.dom.smil,org.w3c.dom.svg diff --git a/debian/rules b/debian/rules index 2fd7e6d..d033d1c 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,7 @@ # debian/rules for libxml-commons-external-java (uses CDBS) include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/javahelper.mk VERSION := ${DEB_UPSTREAM_VERSION} -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/xml-commons-external.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

