This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to branch master in repository jaffl.
commit 01decf1f80339e38087f8d940a60ecb904ca6cf6 Author: Miguel Landaeta <[email protected]> Date: Wed Feb 25 20:03:41 2015 -0300 Upload to experimental --- debian/changelog | 12 ++++++++++++ debian/compat | 2 +- debian/control | 7 +++---- debian/maven.rules | 1 + debian/watch | 3 ++- 5 files changed, 19 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5c288b5..68357fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +jaffl (0.5.9-6) experimental; urgency=low + + * Team upload. + * Bump Standards-Version to 3.9.6. No changes were required. + * Update d/watch file. + * Update maven coordinates for dependency on libjnr-x86asm-java. + * Bump debhelper compat level to 9. + * Remove Homepage from d/control since upstream website is no + longer available. + + -- Miguel Landaeta <[email protected]> Wed, 25 Feb 2015 19:56:00 -0300 + jaffl (0.5.9-5) unstable; urgency=low * Team upload. diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 9011398..33b233d 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Torsten Werner <[email protected]>, Damien Raude-Morvan <[email protected]>, Jakub Adam <[email protected]> -Build-Depends: cdbs, debhelper (>= 7), maven-repo-helper +Build-Depends: cdbs, debhelper (>= 9), maven-repo-helper Build-Depends-Indep: ant-optional, bnd, default-jdk, @@ -13,11 +13,10 @@ Build-Depends-Indep: ant-optional, junit4, libasm4-java, libjffi-java, - libjnr-x86asm-java -Standards-Version: 3.9.5 + libjnr-x86asm-java (>= 1.0.2~) +Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/jaffl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/jaffl.git -Homepage: http://github.com/wmeissner/jaffl Package: libjaffl-java Architecture: all diff --git a/debian/maven.rules b/debian/maven.rules index 37da491..9993b00 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -19,3 +19,4 @@ org.jruby.extras jaffl jar s/.*/debian/ * * s/asm/org.ow2.asm/ asm * s/.*/4.x/ * * s/asm/org.ow2.asm/ asm-commons * s/.*/4.x/ * * +s/org\.jruby\.extras/com.github.jnr/ jnr-x86asm jar s/.*/debian/ * * diff --git a/debian/watch b/debian/watch index a05396e..f462ac8 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,3 @@ version=3 -http://githubredir.debian.net/github/wmeissner/jaffl /(.*).tar.gz debian debian/orig-tar.sh +http://central.maven.org/maven2/org/jruby/extras/jaffl/ \ + ([0-9].+)/ debian debian/orig-tar.sh -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jaffl.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

