[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#990928: unblock: seyon/2.20c-34



On Sun, Jul 11, 2021 at 12:27:30PM +0300, Adrian Bunk wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: unblock
> 
> Please unblock package seyon
> 
>   * Disable parallel building to workaround frequent FTBFS.
> 
> This was a rare problem on release architectures with their
> low parallelism, but more common in some ports architectures
> and reproducible:
> https://buildd.debian.org/status/logs.php?pkg=seyon&arch=ppc64
> https://tests.reproducible-builds.org/debian/rb-pkg/bullseye/amd64/seyon.html
> 
> The fix is trivial (and building seyon is still pretty fast).

Is it the heatwave that makes me forget the attachment all the time?

cu
Adrian
diff -Nru seyon-2.20c/debian/changelog seyon-2.20c/debian/changelog
--- seyon-2.20c/debian/changelog	2020-10-28 21:31:53.000000000 +0200
+++ seyon-2.20c/debian/changelog	2021-04-27 10:25:06.000000000 +0300
@@ -1,3 +1,10 @@
+seyon (2.20c-34) unstable; urgency=medium
+
+  * QA upload.
+  * Disable parallel building to workaround frequent FTBFS.
+
+ -- Adrian Bunk <bunk@debian.org>  Tue, 27 Apr 2021 10:25:06 +0300
+
 seyon (2.20c-33) unstable; urgency=medium
 
   * QA upload.
diff -Nru seyon-2.20c/debian/rules seyon-2.20c/debian/rules
--- seyon-2.20c/debian/rules	2020-10-28 21:22:44.000000000 +0200
+++ seyon-2.20c/debian/rules	2021-04-27 10:25:03.000000000 +0300
@@ -3,7 +3,7 @@
 export DEB_CFLAGS_MAINT_APPEND = -fcommon
 
 %:
-	dh $@
+	dh $@ --no-parallel
 
 override_dh_auto_build:
 	xmkmf

Reply to: