diff -Nru commons-io-1.4/debian/changelog commons-io-1.4/debian/changelog --- commons-io-1.4/debian/changelog 2010-05-03 17:43:47.000000000 +0000 +++ commons-io-1.4/debian/changelog 2011-10-31 04:10:52.000000000 +0000 @@ -1,3 +1,11 @@ +commons-io (1.4-4) unstable; urgency=low + + * Add OSGi metadata to jar manifest + * Update Standards-Version: 3.9.2 + * Bump up debhelper to 8 + + -- Jakub Adam Sun, 16 Oct 2011 22:58:29 +0200 + commons-io (1.4-3) unstable; urgency=low * Team upload diff -Nru commons-io-1.4/debian/compat commons-io-1.4/debian/compat --- commons-io-1.4/debian/compat 2008-01-21 08:02:31.000000000 +0000 +++ commons-io-1.4/debian/compat 2011-10-28 17:24:01.000000000 +0000 @@ -1 +1 @@ -6 +8 diff -Nru commons-io-1.4/debian/control commons-io-1.4/debian/control --- commons-io-1.4/debian/control 2010-05-03 17:43:47.000000000 +0000 +++ commons-io-1.4/debian/control 2011-10-28 17:27:07.000000000 +0000 @@ -2,10 +2,12 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers -Uploaders: Varun Hiremath , Kumar Appaiah -Build-Depends: debhelper (>= 6), cdbs, default-jdk +Uploaders: Varun Hiremath , + Kumar Appaiah , + Jakub Adam +Build-Depends: debhelper (>= 8), cdbs, default-jdk Build-Depends-Indep: maven-repo-helper, ant, junit -Standards-Version: 3.8.4 +Standards-Version: 3.9.2 Homepage: http://commons.apache.org/io/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-io Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-io diff -Nru commons-io-1.4/debian/patches/add-osgi-metadata.patch commons-io-1.4/debian/patches/add-osgi-metadata.patch --- commons-io-1.4/debian/patches/add-osgi-metadata.patch 1970-01-01 00:00:00.000000000 +0000 +++ commons-io-1.4/debian/patches/add-osgi-metadata.patch 2011-10-28 17:18:34.000000000 +0000 @@ -0,0 +1,26 @@ +From: Jakub Adam +Date: Sun, 16 Oct 2011 22:55:56 +0200 +Subject: add-osgi-metadata + +--- + build.xml | 6 ++++++ + 1 files changed, 6 insertions(+), 0 deletions(-) + +diff --git a/build.xml b/build.xml +index 6be7244..0f2ebeb 100644 +--- a/build.xml ++++ b/build.xml +@@ -340,6 +340,12 @@ + + + ++ ++ ++ ++ ++ ++ + + +