[mpj] 02/03: Use compression options of uscan in d/watch

Andreas Tille tille at debian.org
Wed May 11 07:12:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository mpj.

commit a556ec06e9259e1baa71a521f2d3ffa24a8e0cfc
Author: Andreas Tille <tille at debian.org>
Date:   Wed May 11 09:07:32 2016 +0200

    Use compression options of uscan in d/watch
---
 debian/changelog | 1 +
 debian/rules     | 2 --
 debian/watch     | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7ac9360..dbbc0c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 mpj (0.42+dfsg-3) UNRELEASED; urgency=medium
 
   * Moved packaging to Debian Java team
+  * Use compression options of uscan in d/watch
 
  -- Andreas Tille <tille at debian.org>  Wed, 11 May 2016 08:43:39 +0200
 
diff --git a/debian/rules b/debian/rules
index b02b2bb..0ee2477 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,5 +8,3 @@ JAVA_HOME=/usr/lib/jvm/default-java
 override_dh_auto_build:
 	dh_auto_build -- -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5
 
-get-orig-source:
-	uscan --verbose --force-download --repack --compress xz
diff --git a/debian/watch b/debian/watch
index b81fb36..23bfc83 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
-opts="uversionmangle=s/_/./g;s/$/+dfsg/" \
+opts="uversionmangle=s/_/./g,repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,repack,compression=xz" \
    http://sf.net/mpjexpress/mpj-v(.+)\.zip

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/mpj.git



More information about the pkg-java-commits mailing list