[jnr-x86asm] 03/03: Imported Debian patch 1.0.2-5

Markus Koschany apo-guest at moszumanska.debian.org
Wed Nov 18 18:38:35 UTC 2015


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 f9905781d0fa00c50cbbd8434d20a1a148a5e396
Author: Markus Koschany <apo at debian.org>
Date:   Wed Nov 18 19:33:17 2015 +0100

    Imported Debian patch 1.0.2-5
---
 debian/changelog | 14 +++++++++++++-
 debian/control   |  7 +++----
 debian/rules     |  2 +-
 3 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d5c5c04..da9c7ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,20 @@
+jnr-x86asm (1.0.2-5) unstable; urgency=medium
+
+  * Team upload.
+  * Transition to bnd 2.1.0.
+  * 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 <apo at debian.org>  Wed, 18 Nov 2015 19:33:17 +0100
+
 jnr-x86asm (1.0.2-4) unstable; urgency=medium
 
   * Team upload.
   * Add missing build-dep on junit4 to address FTBFS. (Closes: #796436)
-  * Update debian/watch for new upstream on github. 
+  * Update debian/watch for new upstream on github.
     Remove unneeded debian/orig-tar.sh repack script.
 
  -- tony mancill <tmancill at debian.org>  Fri, 21 Aug 2015 19:55:17 -0700
diff --git a/debian/control b/debian/control
index 8ea6085..18b4d0d 100644
--- a/debian/control
+++ b/debian/control
@@ -8,21 +8,20 @@ Uploaders: Torsten Werner <twerner at debian.org>,
 Build-Depends: debhelper (>= 9),
  cdbs,
  junit4,
- maven-repo-helper,
  maven-debian-helper,
  ant-optional,
  default-jdk,
- bnd
+ bnd (>= 2.1.0)
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-java/jnr-x86asm.git
-Vcs-Browser: http://anonscm.debian.org/cgit/?p=pkg-java/jnr-x86asm.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jnr-x86asm.git
 Homepage: https://github.com/jnr/jnr-x86asm
 
 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,
diff --git a/debian/rules b/debian/rules
index cabb017..8c6b49f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ VERSION=$(shell dpkg-parsechangelog -S Version | cut -d- -f1)
 JAR=target/jnr-x86asm-$(VERSION).jar
 common-post-build-indep::
 	# Generate OSGi metadata for jffi.jar
-	bnd wrap -properties debian/jnr-x86asm.bnd -output $(JAR).tmp $(JAR)
+	bnd wrap --properties debian/jnr-x86asm.bnd --output $(JAR).tmp $(JAR)
 	mv $(JAR).tmp $(JAR)
 
 get-orig-source:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jnr-x86asm.git



More information about the pkg-java-commits mailing list