[med-svn] [Git][med-team/bioawk][master] 2 commits: debian/rules: Add --no-parallel to workaround a Makefile bug. Closes: #1068341

Santiago Vila (@sanvila) gitlab at salsa.debian.org
Thu Apr 4 18:17:35 BST 2024



Santiago Vila pushed to branch master at Debian Med / bioawk


Commits:
33d86ffe by Santiago Vila at 2024-04-04T19:14:26+02:00
debian/rules: Add --no-parallel to workaround a Makefile bug. Closes: #1068341

- - - - -
ca78b215 by Santiago Vila at 2024-04-04T19:15:08+02:00
Upload for unstable as 1.0-5

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+bioawk (1.0-5) unstable; urgency=medium
+
+  * Team upload.
+  [ Nilesh Patra ]
+  * Remove myself from uploaders.
+  [ Santiago Vila ]
+  * debian/rules: Add --no-parallel to avoid the effects of a Makefile bug which
+    makes the package to FTBFS randomly. Closes: #1068341.
+
+ -- Santiago Vila <sanvila at debian.org>  Thu, 04 Apr 2024 18:50:00 +0200
+
 bioawk (1.0-4) unstable; urgency=medium
 
   * d/p/cross.patch: Fix non-cross buildability


=====================================
debian/rules
=====================================
@@ -5,7 +5,7 @@ DPKG_EXPORT_BUILDTOOLS = nonempty
 include /usr/share/dpkg/buildtools.mk
 
 %:
-	dh $@
+	dh $@ --no-parallel
 
 override_dh_auto_configure:
 



View it on GitLab: https://salsa.debian.org/med-team/bioawk/-/compare/ec4d9b8eaf84aed184fc11d227321fc2b48a23aa...ca78b2158472b04c8dbb4dd9ad2497e30b7ff4e6

-- 
View it on GitLab: https://salsa.debian.org/med-team/bioawk/-/compare/ec4d9b8eaf84aed184fc11d227321fc2b48a23aa...ca78b2158472b04c8dbb4dd9ad2497e30b7ff4e6
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/debian-med-commit/attachments/20240404/66ecca73/attachment-0001.htm>


More information about the debian-med-commit mailing list