Your message dated Tue, 24 Jan 2023 15:40:31 +0000
with message-id <[email protected]>
and subject line Bug#1005956: fixed in xscreensaver 6.02+dfsg1-3
has caused the Debian Bug report #1005956,
regarding xscreensaver FTCBFS: no longer passes --host
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1005956: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1005956
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: xscreensaver
Version: 6.02+dfsg1-1
Tags: patch
xscreensaver fails to cross build from source, because the use of
dh_auto_configure got replaced with a direct configure invocation that
now lacks the essential --host flag. Please restore the passing of the
--host flag. I'm attaching a patch for your convenience.
Helmut
diff --minimal -Nru xscreensaver-6.02+dfsg1/debian/changelog
xscreensaver-6.02+dfsg1/debian/changelog
--- xscreensaver-6.02+dfsg1/debian/changelog 2022-01-15 16:40:56.000000000
+0100
+++ xscreensaver-6.02+dfsg1/debian/changelog 2022-02-18 06:56:19.000000000
+0100
@@ -1,3 +1,10 @@
+xscreensaver (6.02+dfsg1-2.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: Let dh_auto_configure pass --host to configure. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]> Fri, 18 Feb 2022 06:56:19 +0100
+
xscreensaver (6.02+dfsg1-2) unstable; urgency=medium
* Borrow patch from Fedora to fix building "marbling" on arm64
diff --minimal -Nru xscreensaver-6.02+dfsg1/debian/rules
xscreensaver-6.02+dfsg1/debian/rules
--- xscreensaver-6.02+dfsg1/debian/rules 2022-01-15 16:40:56.000000000
+0100
+++ xscreensaver-6.02+dfsg1/debian/rules 2022-02-18 06:56:07.000000000
+0100
@@ -27,7 +27,7 @@
[ ! -f driver/XScreenSaver_Xm_ad.h ] || \
mv driver/XScreenSaver_Xm_ad.h driver/XScreenSaver_Xm_ad.h.upstream
# Configure for xscreensaver
- ./configure --prefix=/usr \
+ dh_auto_configure -- \
--without-gl --with-pam --with-gtk --without-kerberos \
--without-shadow \
--with-hackdir=/usr/libexec/xscreensaver \
@@ -37,7 +37,7 @@
--with-proc-interrupts
cp driver/XScreenSaver.ad driver/XScreenSaver.ad-nogl
# Configure for xscreensaver-gl
- ./configure --prefix=/usr \
+ dh_auto_configure -- \
--with-gl --with-pam --with-gtk --without-kerberos \
--without-shadow \
--with-hackdir=/usr/libexec/xscreensaver \
--- End Message ---
--- Begin Message ---
Source: xscreensaver
Source-Version: 6.02+dfsg1-3
Done: Tormod Volden <[email protected]>
We believe that the bug you reported is fixed in the latest version of
xscreensaver, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Tormod Volden <[email protected]> (supplier of updated xscreensaver
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 18 Feb 2022 09:11:58 +0100
Source: xscreensaver
Architecture: source
Version: 6.02+dfsg1-3
Distribution: unstable
Urgency: medium
Maintainer: Tormod Volden <[email protected]>
Changed-By: Tormod Volden <[email protected]>
Closes: 1005956
Changes:
xscreensaver (6.02+dfsg1-3) unstable; urgency=medium
.
* Depend on libcap-dev instead of deprecated libcap2-dev
* Fix cross-building by reinstating dh_auto_configure
(Closes: #1005956) Thanks Helmut Grohne
Checksums-Sha1:
73f23f49bbe06f7a6ed6132f154f747ec999b0a9 2425 xscreensaver_6.02+dfsg1-3.dsc
2bab59aa486c279af0465e7cf828ee0c66fdd657 78704
xscreensaver_6.02+dfsg1-3.debian.tar.xz
Checksums-Sha256:
db6858494e5a39f892406e5bd624177b723fa4967ebfa6270dee75bfb164f9b6 2425
xscreensaver_6.02+dfsg1-3.dsc
c590f158628337c398bcfc0a1ac2f860e226f0f3698c26e701af13cbb4bad300 78704
xscreensaver_6.02+dfsg1-3.debian.tar.xz
Files:
4b3b84c5d1de51614442f56a3e853f1f 2425 x11 optional
xscreensaver_6.02+dfsg1-3.dsc
30b82cef08cfd05c2475bf1691a2e4f7 78704 x11 optional
xscreensaver_6.02+dfsg1-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iHUEARYIAB0WIQSD3NF/RLIsyDZW7aHoRGtKyMdyYQUCY8/g9gAKCRDoRGtKyMdy
YZr0AQDNCGZlEtmdaXPiCXmLH+YAzjaPG9Ddg4RcRPMgu0kCuAEAq9m2yGrfDlCu
FITBAEx7W5XoESM8yTocg6dhLYAgcwc=
=FrUO
-----END PGP SIGNATURE-----
--- End Message ---