This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository jboss-classfilewriter.
commit 3d88095e1e9579ddcd2889bf0342331b66da2e49 Author: Markus Koschany <[email protected]> Date: Wed Sep 16 09:15:07 2015 +0200 Detect only Final releases. --- debian/changelog | 2 +- debian/watch | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c86a8ae..f2fe4c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -jboss-classfilewriter (1.0.5.Final-1) unstable; urgency=medium +jboss-classfilewriter (1.0.5-1) unstable; urgency=medium * Initial release. (Closes: #779582) diff --git a/debian/watch b/debian/watch index a000eb5..2912732 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,6 @@ version=3 -opts=dversionmangle=s/(\da?)[\+\.\-~](?:dfsg|debian|ds|repack|repacked)\.?\d*$/$1/,uversionmangle=s/_/./g \ +opts=dversionmangle=s/(\da?)[\+\.\-~](?:dfsg|debian|ds|repack|repacked)\.?\d*$/$1/,\ +uversionmangle=s/_/./g;s/\.Final// \ https://github.com/jbossas/jboss-classfilewriter/tags \ .*/archive/(?:upstream/)?(?:v||version-|release-|X|R|r)(\d\S*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jboss-classfilewriter.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

