This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository spread-phy.
commit a5757382f66cba3ce9cad7dd926420907c21d573 Author: Andreas Tille <[email protected]> Date: Tue Jan 3 09:04:51 2017 +0100 d/watch: version=4, xz compression --- debian/changelog | 3 +++ debian/rules | 11 ----------- debian/watch | 6 +++--- 3 files changed, 6 insertions(+), 14 deletions(-) diff --git a/debian/changelog b/debian/changelog index 14a06a7..39865f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ spread-phy (1.0.7+dfsg-2) UNRELEASED; urgency=medium * cme fix dpkg-control + * d/watch: + - version=4 + - xz compression -- Andreas Tille <[email protected]> Tue, 03 Jan 2017 09:03:13 +0100 diff --git a/debian/rules b/debian/rules index d07eb4e..d7fea56 100755 --- a/debian/rules +++ b/debian/rules @@ -16,14 +16,3 @@ override_dh_auto_build: # no idea why setting CLASSPATH explicitely this way, however patching # build.xml and .classpath seems not to be sufficient CLASSPATH=$(CLASSPATH) ant jar - -# Remark: The following uscan command requires devscripts > 2.12.4 which is not -# yet released at the time of this package release. The code can be obtained -# via -# git clone git://[email protected]/git/users/tille/devscripts.git -# and then use scripts/uscan.pl -get-orig-source: - mkdir -p ../tarballs - uscan --verbose --force-download --repack-compression xz --destdir ../tarballs - # use this in case you are not trusting uscan from git - # . debian/get-orig-source diff --git a/debian/watch b/debian/watch index 6dd1b8f..d46cffe 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ -version=3 +version=4 -opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g" \ - https://github.com/phylogeography/SPREAD/releases .*/archive/(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz) \ No newline at end of file +opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,repack,compression=xz" \ + https://github.com/phylogeography/SPREAD/releases .*/archive/(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/spread-phy.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
