Andreas Tille pushed to branch master at Debian Java Maintainers / jnr-x86asm


Commits:
216bddb0 by Holger Levsen at 2025-01-23T09:47:35+01:00
Import Debian changes 1.0.2-5.1

jnr-x86asm (1.0.2-5.1) unstable; urgency=medium
.
  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

- - - - -
878b457b by Andreas Tille at 2025-01-23T09:48:36+01:00
debhelper-compat (= 13)

- - - - -
61c4e53b by Andreas Tille at 2025-01-23T09:50:43+01:00
Build-depending on the headless JDK only

- - - - -
0e2d373a by Andreas Tille at 2025-01-23T10:00:04+01:00
Switch from cdbs to dh

- - - - -
d3527c97 by Andreas Tille at 2025-01-23T10:00:34+01:00
Drop redundant d/README.Debian-source

- - - - -
7e81a456 by Andreas Tille at 2025-01-23T10:01:59+01:00
Fix watch file

- - - - -


7 changed files:

- − debian/README.Debian-source
- debian/changelog
- − debian/compat
- debian/control
- + debian/docs
- debian/rules
- debian/watch


Changes:

=====================================
debian/README.Debian-source deleted
=====================================
@@ -1,8 +0,0 @@
-jnr-x86asm
-==========
-
-Use the rules/get-orig-source target to create the orig.tar.gz.
-For more details on repackaging of upstream sources please see the
-debian/orig-tar.sh file.
-
- -- Torsten Werner <[email protected]>  Fri, 30 Jul 2010 04:32:11 +0200


=====================================
debian/changelog
=====================================
@@ -1,3 +1,21 @@
+jnr-x86asm (1.0.2-6) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * debhelper-compat (= 13)
+  * Build-depending on the headless JDK only
+  * Switch from cdbs to dh
+  * Drop redundant d/README.Debian-source
+  * Fix watch file
+
+ -- Andreas Tille <[email protected]>  Thu, 23 Jan 2025 09:47:54 +0100
+
+jnr-x86asm (1.0.2-5.1) unstable; urgency=medium
+
+  * Non maintainer upload by the Reproducible Builds team.
+  * No source change upload to rebuild on buildd with .buildinfo files.
+
+ -- Holger Levsen <[email protected]>  Mon, 28 Dec 2020 13:54:11 +0100
+
 jnr-x86asm (1.0.2-5) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9


=====================================
debian/control
=====================================
@@ -5,12 +5,12 @@ Maintainer: Debian Java Maintainers 
<[email protected]
 Uploaders: Torsten Werner <[email protected]>,
  tony mancill <[email protected]>,
  Jakub Adam <[email protected]>
-Build-Depends: debhelper (>= 9),
- cdbs,
+Build-Depends: debhelper-compat (= 13),
+ javahelper,
  junit4,
  maven-debian-helper,
  ant-optional,
- default-jdk,
+ default-jdk-headless,
  bnd (>= 2.1.0)
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-java/jnr-x86asm.git
@@ -19,7 +19,8 @@ Homepage: https://github.com/jnr/jnr-x86asm
 
 Package: libjnr-x86asm-java
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${java:Depends},
+         ${misc:Depends}
 Description: Pure java x86 and x86_64 assembler
  This is a pure-java port of asmjit.
  .


=====================================
debian/docs
=====================================
@@ -0,0 +1 @@
+README


=====================================
debian/rules
=====================================
@@ -1,16 +1,16 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/maven.mk
-
 JAVA_HOME := /usr/lib/jvm/default-java
 
-VERSION=$(shell dpkg-parsechangelog -S Version | cut -d- -f1)
-JAR=target/jnr-x86asm-$(VERSION).jar
-common-post-build-indep::
+include /usr/share/dpkg/default.mk
+
+JAR=target/jnr-x86asm-$(DEB_VERSION_UPSTREAM).jar
+
+%:
+       dh $@ --with maven-repo-helper --with javahelper
+
+override_dh_auto_build:
+       dh_auto_build
        # Generate OSGi metadata for jffi.jar
        bnd wrap --properties debian/jnr-x86asm.bnd --output $(JAR).tmp $(JAR)
        mv $(JAR).tmp $(JAR)
-
-get-orig-source:
-       uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download 
--rename


=====================================
debian/watch
=====================================
@@ -1,4 +1,4 @@
-# refer to https://wiki.debian.org/debian/watch for examples
-version=3
+version=4
+
 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/jnr-x86asm-$1\.tar\.gz/ \
-  https://github.com/jnr/jnr-x86asm/releases .*/v?(\d\S*)\.tar\.gz
+  https://github.com/jnr/jnr-x86asm/tags .*/v?(\d\S*)\.tar\.gz



View it on GitLab: 
https://salsa.debian.org/java-team/jnr-x86asm/-/compare/f9905781d0fa00c50cbbd8434d20a1a148a5e396...7e81a456dbc45953479b7dd9cbe28ff967b33c3f

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jnr-x86asm/-/compare/f9905781d0fa00c50cbbd8434d20a1a148a5e396...7e81a456dbc45953479b7dd9cbe28ff967b33c3f
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
pkg-java-commits mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to