This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to branch master in repository jitescript.
commit de4cdc7009baafd8b195067277f0bc4aa02dbf05 Author: Miguel Landaeta <[email protected]> Date: Wed Jan 18 22:40:14 2017 +0000 Replace B-D on libasm4-java with libasm-java --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/maven.rules | 1 - 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e340491..1a927ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jitescript (0.4.1-2) unstable; urgency=medium + + * Replace B-D on libasm4-java with libasm-java. + + -- Miguel Landaeta <[email protected]> Wed, 18 Jan 2017 22:29:09 +0000 + jitescript (0.4.1-1) unstable; urgency=medium * Initial release. (Closes: #851350) diff --git a/debian/control b/debian/control index 6d9f615..9dc94ac 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Miguel Landaeta <[email protected]> Build-Depends: debhelper (>= 10~), default-jdk, junit4, - libasm4-java, + libasm-java, libfest-assert-java, maven-debian-helper Standards-Version: 3.9.8 diff --git a/debian/maven.rules b/debian/maven.rules index 8e4feb9..56720c7 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,4 +1,3 @@ junit junit jar s/.*/4.x/ * * org.easytesting s/fest-assert/fest-assert-core/ jar s/.*/debian/ * * -org.ow2.asm * * s/.*/4.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jitescript.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

