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 40548a93e2fc6de3f736f6572c1d35e2211763fb Author: Emmanuel Bourg <[email protected]> Date: Mon May 19 18:09:55 2014 +0200 Removed 01-optional-xz-dependency.patch --- debian/changelog | 2 ++ debian/patches/01-optional-xz-dependency.patch | 13 ------------- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/debian/changelog b/debian/changelog index 947434f..6641665 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ libcommons-compress-java (1.8-3) UNRELEASED; urgency=medium + * New upstream release + * Removed 01-optional-xz-dependency.patch * Moved the package to Git -- Emmanuel Bourg <[email protected]> Mon, 19 May 2014 17:46:51 +0200 diff --git a/debian/patches/01-optional-xz-dependency.patch b/debian/patches/01-optional-xz-dependency.patch deleted file mode 100644 index c58282f..0000000 --- a/debian/patches/01-optional-xz-dependency.patch +++ /dev/null @@ -1,13 +0,0 @@ -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> - -- 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

