This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository jnr-x86asm.
commit 423e3e73e48f7538de4ef1e996c4a2c3662e6c8c Author: Markus Koschany <[email protected]> Date: Wed Nov 18 18:30:36 2015 +0100 Remove obsolete Google code URL from package description. --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0b295d5..b236e0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ jnr-x86asm (1.0.2-4) unstable; urgency=medium * Vcs-Browser: Use https. * Remove maven-repo-helper from B-D because maven-debian-helper already depends on it. + * Remove URL for asmjit from package description because Google code is + obsolete. -- Markus Koschany <[email protected]> Wed, 18 Nov 2015 18:25:52 +0100 diff --git a/debian/control b/debian/control index 732b168..18b4d0d 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,7 @@ Package: libjnr-x86asm-java Architecture: all Depends: ${misc:Depends} Description: Pure java x86 and x86_64 assembler - This is a pure-java port of asmjit (http://code.google.com/p/asmjit/). + This is a pure-java port of asmjit. . AsmJit is complete x86/x64 JIT-Assembler for C++ language. It supports 32/64-bit x86 processors including all usable extensions (FPU, MMX, 3dNow, SSE, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jnr-x86asm.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

