This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jboss-logmanager.
commit cb4611276272ef4b5b5a224d71f4250766557756 Author: Emmanuel Bourg <[email protected]> Date: Thu Apr 30 15:58:54 2015 +0200 Removed the 'Final' suffix from the version numbers --- debian/changelog | 2 +- debian/rules | 2 +- debian/watch | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7cee9ac..7556e5d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -jboss-logmanager (1.5.4.Final-1) unstable; urgency=medium +jboss-logmanager (1.5.4-1) unstable; urgency=medium * Initial release (Closes: #779583) diff --git a/debian/rules b/debian/rules index 4a061cf..261ec16 100755 --- a/debian/rules +++ b/debian/rules @@ -6,4 +6,4 @@ include /usr/share/cdbs/1/class/maven.mk JAVA_HOME := /usr/lib/jvm/default-java get-orig-source: - uscan --download-current-version --force-download --no-symlink + uscan --download-current-version --force-download --rename diff --git a/debian/watch b/debian/watch index 10dad09..17649d0 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,4 @@ 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/\.Beta/~beta/;s/\.Final// \ https://github.com/jboss-logging/jboss-logmanager/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-logmanager.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

