[Git][java-team/jmagick][master] 2 commits: Using --no-parallel for the build rule

Pierre Gruet (@pgt) gitlab at salsa.debian.org
Mon Oct 7 11:36:12 BST 2024



Pierre Gruet pushed to branch master at Debian Java Maintainers / jmagick


Commits:
77fe963b by Pierre Gruet at 2024-10-06T22:09:42+02:00
Using --no-parallel for the build rule

- - - - -
a3f4683e by Pierre Gruet at 2024-10-06T22:21:54+02:00
Upload to unstable

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+jmagick (6.7.8-4) unstable; urgency=medium
+
+  * Team upload
+  * Using --no-parallel for the build rule as relationships between targets are
+    not parallel-proof
+
+ -- Pierre Gruet <pgt at debian.org>  Sun, 06 Oct 2024 22:09:49 +0200
+
 jmagick (6.7.8-3) unstable; urgency=medium
 
   * Team upload


=====================================
debian/rules
=====================================
@@ -11,6 +11,10 @@ override_dh_auto_test:
 	# not fatal due to be sensible to border and exact version of imagemagick
 	dh_auto_test || true
 
+override_dh_auto_build:
+	# Dependencies between targets seem not to be 100% correct.
+	dh_auto_build --no-parallel
+
 override_dh_link:
 	dh_link
 	# Creating a symlink from the JNI dir to the shared lib stored in the



View it on GitLab: https://salsa.debian.org/java-team/jmagick/-/compare/36ac68a5de474a6630cb1e0c38016736b76dd812...a3f4683ea5f2192b87b273e4e987e698f0d5ee26

-- 
View it on GitLab: https://salsa.debian.org/java-team/jmagick/-/compare/36ac68a5de474a6630cb1e0c38016736b76dd812...a3f4683ea5f2192b87b273e4e987e698f0d5ee26
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/20241007/d77063ae/attachment.htm>


More information about the pkg-java-commits mailing list