Version in base suite: 1.0-4 Base version: bioawk_1.0-4 Target version: bioawk_1.0-4+deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/b/bioawk/bioawk_1.0-4.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/b/bioawk/bioawk_1.0-4+deb12u1.dsc changelog | 8 ++++++++ rules | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) gpgv: Signature made Wed Mar 17 18:01:06 2021 UTC gpgv: using RSA key 3E99A526F5DCC0CBBF1CEEA600BAE74B343369F1 gpgv: issuer "npatra974@gmail.com" gpgv: Can't check signature: No public key dpkg-source: warning: failed to verify signature on /srv/release.debian.org/tmp/tmpf_zdtl76/bioawk_1.0-4.dsc diff -Nru bioawk-1.0/debian/changelog bioawk-1.0/debian/changelog --- bioawk-1.0/debian/changelog 2021-03-17 16:53:42.000000000 +0000 +++ bioawk-1.0/debian/changelog 2024-04-08 17:40:00.000000000 +0000 @@ -1,3 +1,11 @@ +bioawk (1.0-4+deb12u1) bookworm; urgency=medium + + * Team upload. + * debian/rules: Add --no-parallel to avoid the effects of a Makefile bug which + makes the package to FTBFS randomly. Closes: #1068341. + + -- Santiago Vila Mon, 08 Apr 2024 19:40:00 +0200 + bioawk (1.0-4) unstable; urgency=medium * d/p/cross.patch: Fix non-cross buildability diff -Nru bioawk-1.0/debian/rules bioawk-1.0/debian/rules --- bioawk-1.0/debian/rules 2021-03-17 16:53:42.000000000 +0000 +++ bioawk-1.0/debian/rules 2024-04-08 17:39:55.000000000 +0000 @@ -5,7 +5,7 @@ include /usr/share/dpkg/buildtools.mk %: - dh $@ + dh $@ --no-parallel override_dh_auto_configure: