This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository josql.
commit 1230b3aeff31a66a74faf69cbeedb3ebc7cb221c Author: Markus Koschany <[email protected]> Date: Sun Dec 17 18:35:19 2017 +0100 Fix debian/watch and mangle the version correctly. --- debian/changelog | 1 + debian/watch | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 006f063..a9e62bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ josql (2.2+dfsg-1) unstable; urgency=medium * Drop libjosql-java-doc binary package to avoid a FTBFS with Java 9. The package is only used by very few people and expendable. Thanks to Chris West for the report. (Closes: #875587) + * Fix debian/watch and mangle the version correctly. -- Markus Koschany <[email protected]> Sun, 17 Dec 2017 18:13:20 +0100 diff --git a/debian/watch b/debian/watch index 821724a..25e367e 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,3 @@ version=3 +opts=dversionmangle=s/(\da?)[\+\.\-~](?:dfsg|debian|ds|repack|repacked)\.?\d*$/$1/ \ http://sf.net/josql/JoSQL-src-stable-([\d].+).tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/josql.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

