This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jboss-modules.
commit 4e17a601c73785b1ec8cf2e674bfc9fe0a93311a Author: Emmanuel Bourg <[email protected]> Date: Thu Apr 30 16:02:15 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 44aaa58..5516640 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -jboss-modules (1.4.1.Final-1) unstable; urgency=medium +jboss-modules (1.4.1-1) unstable; urgency=medium * Initial release (Closes: #779598) 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 74e29f8..0f674f2 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-modules/jboss-modules/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-modules.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

