Your message dated Sun, 16 Oct 2022 19:10:37 +0000
with message-id <e1ok91x-00cjuk...@fasolo.debian.org>
and subject line Bug#828752: fixed in mod-dnssd 0.6-3.3
has caused the Debian Bug report #828752,
regarding mod-dnssd: please make the build reproducible
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 ow...@bugs.debian.org
immediately.)
--
828752: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828752
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mod-dnssd
Version: 0.6-3.1
Severity: wishlist
Tags: patch upstream
User: reproducible-bui...@lists.alioth.debian.org
Usertags: locale
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org
Hi!
While working on the "reproducible builds" effort [1], we have noticed
that mod-dnssd could not be built reproducibly.
The README file generated with lyxn contains differently translated
lynx-output depending on locale/language settings.
The attached patch fixes this by using 'C' as the used language.
Regards,
Reiner
[1]: https://wiki.debian.org/ReproducibleBuilds
diff --git a/debian/patches/reproducible-build.patch b/debian/patches/reproducible-build.patch
new file mode 100644
index 0000000..332030e
--- /dev/null
+++ b/debian/patches/reproducible-build.patch
@@ -0,0 +1,25 @@
+Author: Reiner Herrmann <rei...@reiner-h.de>
+Description: force English to be used for generating the README
+
+--- a/doc/Makefile.am
++++ b/doc/Makefile.am
+@@ -26,7 +26,7 @@
+ CLEANFILES += README
+
+ README: README.html
+- lynx --dump $^ | sed 's,file://localhost/.*/doc/README.html,README,' > $@
++ LANGUAGE=C lynx --dump $^ | sed 's,file://localhost/.*/doc/README.html,README,' > $@
+
+ endif
+
+--- a/doc/Makefile.in
++++ b/doc/Makefile.in
+@@ -324,7 +324,7 @@
+
+
+ @USE_LYNX_TRUE@README: README.html
+-@USE_LYNX_TRUE@ lynx --dump $^ | sed 's,file://localhost/.*/doc/README.html,README,' > $@
++@USE_LYNX_TRUE@ LANGUAGE=C lynx --dump $^ | sed 's,file://localhost/.*/doc/README.html,README,' > $@
+
+ tidy: README.html
+ tidy -e < README.html
diff --git a/debian/patches/series b/debian/patches/series
index 533d773..3288406 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
port-for-apache2.4.patch
+reproducible-build.patch
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: mod-dnssd
Source-Version: 0.6-3.3
Done: Vagrant Cascadian <vagr...@reproducible-builds.org>
We believe that the bug you reported is fixed in the latest version of
mod-dnssd, 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 828...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Vagrant Cascadian <vagr...@reproducible-builds.org> (supplier of updated
mod-dnssd 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 06 Oct 2022 11:11:40 -0700
Source: mod-dnssd
Architecture: source
Version: 0.6-3.3
Distribution: unstable
Urgency: medium
Maintainer: Regis Boudin <re...@debian.org>
Changed-By: Vagrant Cascadian <vagr...@reproducible-builds.org>
Closes: 828752
Changes:
mod-dnssd (0.6-3.3) unstable; urgency=medium
.
* Non-maintainer upload.
.
* debian/rules: Pass --disable-lynx in dh_auto_configure override.
(Closes: #828752)
* debian/control: Remove lynx from Build-Depends.
Checksums-Sha1:
3734b28704e5088788f385f36d9d592d0eab7595 1426 mod-dnssd_0.6-3.3.dsc
382e36d19fa19d08d62cb177a7eea7b8306c83ca 3744 mod-dnssd_0.6-3.3.debian.tar.xz
Checksums-Sha256:
61bb8e03b25ab0d9e2889d82c298619aca89b96b459643296f6aec6733e72d07 1426
mod-dnssd_0.6-3.3.dsc
6571d5197ad2f3285d102f0c74903defe7ba98c6d6a39d1a6318bbef71c0521e 3744
mod-dnssd_0.6-3.3.debian.tar.xz
Files:
418cf24d8d1f4b730b908c3a8ee70f56 1426 httpd optional mod-dnssd_0.6-3.3.dsc
5bf70ff77ef68c85a9fdc5bbe749a17b 3744 httpd optional
mod-dnssd_0.6-3.3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iJYEARYKAD4WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCYz8b7CAcdmFncmFudEBy
ZXByb2R1Y2libGUtYnVpbGRzLm9yZwAKCRDcUY/If5cWqr+wAPsGZfn0dEYXjVfj
T71/vrR9ieezbDVaDjUjfziNbjIxTAEA67Fa2JIy0AkI2oSfZEAuBUJi66B/ibeg
JYrCvbj6Nwo=
=cy6p
-----END PGP SIGNATURE-----
--- End Message ---