This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository gnumed-client.
commit cdbf200a238fe601989f5ce76ee7cb758d87ccb1 Author: Andreas Tille <[email protected]> Date: Sat Feb 6 17:02:17 2016 +0100 Compression can be specified 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 80465f7..6f1674b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gnumed-client (1.5.10+dfsg-2) UNRELEASED; urgency=medium + + * Compression can be specified in d/watch + + -- Andreas Tille <[email protected]> Sat, 06 Feb 2016 17:01:55 +0100 + gnumed-client (1.5.10+dfsg-1) unstable; urgency=medium * New upstream version diff --git a/debian/rules b/debian/rules index 3a535f3..b7dda7a 100755 --- a/debian/rules +++ b/debian/rules @@ -54,6 +54,3 @@ override_dh_installdocs: yui-compressor debian/JS/PatternSkin/pattern.js > $(CURDIR)/debian/$(doc)/usr/share/doc/gnumed/user-manual/rsrc/System/PatternSkin/pattern.js mkdir -p $(CURDIR)/debian/$(doc)/usr/share/doc/gnumed/user-manual/rsrc/System/JSTreeContrib yui-compressor debian/JS/JSTreeContrib/jstree.js > $(CURDIR)/debian/$(doc)/usr/share/doc/gnumed/user-manual/rsrc/System/JSTreeContrib/jquery.jstree.js - -get-orig-source: - uscan --verbose --force-download --repack --compression xz diff --git a/debian/watch b/debian/watch index b9a2aa0..5b14eb3 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,5 @@ version=3 -opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g" \ +opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,compress=xz" \ http://www.gnumed.de/downloads/gnumed-versions.txt \ http://www.gnumed.de/downloads/client/[\d\.]+/gnumed-client\.([\d\.]+)\.tgz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gnumed-client.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
