This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository openemr.
commit 1d059fa631768d524ffa6334edaf424efe0cdb87 Author: Andreas Tille <[email protected]> Date: Fri Aug 22 08:59:41 2014 +0200 Lintian is just wrong when it claims that you should use dversionmangle. If you follow this advise the resulting download tarball will lack the +dfsg suffix --- debian/watch | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index d1fd1b0..a9b7ddf 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,7 @@ version=3 -opts=dversionmangle=s/\+dfsg// \ +# Lintian is just wrong when it claims that you should use dversionmangle. +# If you follow this advise the resulting download tarball will lack the +dfsg suffix +#opts=dversionmangle=s/\+dfsg// \ + +opts=uversionmangle=s/$/+dfsg/ \ http://sf.net/openemr/openemr-(\d[\d\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/openemr.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
