This is an automated email from the git hooks/post-receive script. sascha-guest pushed a commit to branch master in repository aegean.
commit d102a39a8f6ebcbc46497ec80beb4ebee09728ef Author: Sascha Steinbiss <[email protected]> Date: Sun Mar 20 11:30:37 2016 +0000 fix watchfile --- debian/rules | 4 ---- debian/watch | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/debian/rules b/debian/rules index 51474fa..e33a007 100755 --- a/debian/rules +++ b/debian/rules @@ -33,7 +33,3 @@ override_dh_strip: override_dh_installdocs: cp $(CURDIR)/README.md $(CURDIR)/README dh_installdocs - -get-orig-source: - uscan --verbose --force-download --repack --compression xz --destdir=.. - mv ../aegean_$(OVERSION).orig.tar.xz ../aegean_$(VERSION).orig.tar.xz diff --git a/debian/watch b/debian/watch index 03bd2d8..92b5f40 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=3 -opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)\d*)$/$1~$2/,dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$// \ +opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,repack,compression=xz" \ https://github.com/standage/AEGeAn/tags .*/v?(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/aegean.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
