[med-svn] [hyphy] 01/05: Use xz compression in d/watch
Andreas Tille
tille at debian.org
Thu Aug 25 09:30:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository hyphy.
commit 8dc877e600b434615679705d74909f6160a8a7a4
Author: Andreas Tille <tille at debian.org>
Date: Tue Aug 16 09:23:02 2016 +0200
Use xz compression in d/watch
---
debian/changelog | 6 ++++++
debian/rules | 3 ---
debian/watch | 2 +-
3 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 217735c..c465dba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+hyphy (2.2.6+dfsg-6) UNRELEASED; urgency=medium
+
+ * Use xz compression in d/watch
+
+ -- Andreas Tille <tille at debian.org> Tue, 16 Aug 2016 09:22:40 +0200
+
hyphy (2.2.6+dfsg-5) unstable; urgency=medium
* Fix error: narrowing conversion from 'double' to 'unsigned char'
diff --git a/debian/rules b/debian/rules
index 0b258a6..17d4e04 100755
--- a/debian/rules
+++ b/debian/rules
@@ -60,6 +60,3 @@ override_dh_install:
done ; \
done
dh_install
-
-get-orig-source:
- uscan --verbose --force-download --repack --compression xz
diff --git a/debian/watch b/debian/watch
index fd697ac..a761d50 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
version=3
-opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g" \
+opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,repack,compression=xz" \
https://github.com/veg/hyphy/releases .*/archive/v*(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/hyphy.git
More information about the debian-med-commit
mailing list