This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-compress-java.
commit ab481e880a07f8bb06083ac23bd9682c60970239 Author: Emmanuel Bourg <[email protected]> Date: Tue Mar 25 16:14:05 2014 +0000 Patched the pom to Mark the dependency on org.tukaani:xz as optional (Closes: #741754) --- debian/changelog | 7 +++++++ debian/patches/01-optional-xz-dependency.patch | 13 +++++++++++++ debian/patches/series | 1 + 3 files changed, 21 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3261322..a350119 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libcommons-compress-java (1.8-2) unstable; urgency=medium + + * Patched the pom to Mark the dependency on org.tukaani:xz as optional + (Closes: #741754) + + -- Emmanuel Bourg <[email protected]> Tue, 25 Mar 2014 17:12:29 +0100 + libcommons-compress-java (1.8-1) unstable; urgency=medium * New upstream release diff --git a/debian/patches/01-optional-xz-dependency.patch b/debian/patches/01-optional-xz-dependency.patch new file mode 100644 index 0000000..c58282f --- /dev/null +++ b/debian/patches/01-optional-xz-dependency.patch @@ -0,0 +1,13 @@ +Description: Mark the dependency on org.tukaani:xz as optional +Author: Emmanuel Bourg <[email protected]> +Forwarded: http://svn.apache.org/r1579208 +--- a/pom.xml ++++ b/pom.xml +@@ -61,6 +61,7 @@ + <groupId>org.tukaani</groupId> + <artifactId>xz</artifactId> + <version>1.5</version> ++ <optional>true</optional> + </dependency> + </dependencies> + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..b37e6b2 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +01-optional-xz-dependency.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-compress-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

