[Git][java-team/asm][master] Set the 'release' build property to remove the -SNAPSHOT version suffix (Closes: #1118387)

Emmanuel Bourg (@ebourg) gitlab at salsa.debian.org
Sun Oct 19 10:44:48 BST 2025



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / asm


Commits:
c5e1712b by Emmanuel Bourg at 2025-10-19T11:36:11+02:00
Set the 'release' build property to remove the -SNAPSHOT version suffix (Closes: #1118387)

- - - - -


3 changed files:

- debian/changelog
- debian/clean
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+asm (9.8-2) unstable; urgency=medium
+
+  * Set the 'release' build property to remove the -SNAPSHOT version suffix
+    (Closes: #1118387)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Sun, 19 Oct 2025 11:35:58 +0200
+
 asm (9.8-1) unstable; urgency=medium
 
   * New upstream release


=====================================
debian/clean
=====================================
@@ -1,3 +1,4 @@
 asm-all/
 benchmarks/build/
 asm-test/build/
+gradle.properties


=====================================
debian/rules
=====================================
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-include /usr/share/dpkg/pkg-info.mk
-
 %:
 	dh $@ --buildsystem=gradle --with maven-repo-helper
 
@@ -14,7 +12,7 @@ override_dh_auto_build:
 	cp -R asm-tree/src/*     asm-all/src/
 	cp -R asm-util/src/*     asm-all/src/
 
-	dh_auto_build -- jar -x :asm-test:compileJava
+	# Set the 'release' property to disable the -SNAPSHOT version suffix
+	echo "release=true" > gradle.properties
 
-override_mh_install:
-	mh_install -e$(DEB_VERSION_UPSTREAM)
+	dh_auto_build -- jar -x :asm-test:compileJava



View it on GitLab: https://salsa.debian.org/java-team/asm/-/commit/c5e1712badb5346ea633ac7dcdb249875ab126bd

-- 
View it on GitLab: https://salsa.debian.org/java-team/asm/-/commit/c5e1712badb5346ea633ac7dcdb249875ab126bd
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20251019/237d18e4/attachment.htm>


More information about the pkg-java-commits mailing list