This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository pdb2pqr.
commit f37b67d6cd6219134a0b70461a8eac1d14b0b693 Author: Andreas Tille <[email protected]> Date: Sat May 7 16:46:00 2016 +0200 Add new options to d/watch --- debian/changelog | 6 ++++++ debian/rules | 2 -- debian/watch | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5cc7459..448f995 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pdb2pqr (2.1.0+dfsg-2) UNRELEASED; urgency=medium + + * Add new options to d/watch + + -- Andreas Tille <[email protected]> Sat, 07 May 2016 16:45:36 +0200 + pdb2pqr (2.1.0+dfsg-1) unstable; urgency=medium * Moved to Git diff --git a/debian/rules b/debian/rules index 3fd6aea..afeb5be 100755 --- a/debian/rules +++ b/debian/rules @@ -72,5 +72,3 @@ override_dh_fixperms-arch: override_dh_installchangelogs: dh_installchangelogs ChangeLog.md -get-orig-source: - uscan --verbose --force-download --repack --compression xz diff --git a/debian/watch b/debian/watch index ea9b164..6e0ba3e 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 -opts="repacksuffix=+dfsg,dversionmangle=s/[~+]dfsg[0-9]*//,uversionmangle=s/src-//" \ +opts="repacksuffix=+dfsg,dversionmangle=s/[~+]dfsg[0-9]*//,uversionmangle=s/src-//,repack,compression=xz" \ http://sf.net/pdb2pqr/pdb2pqr-[src-]*(\d[\d.]+)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pdb2pqr.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
