Your message dated Wed, 29 Nov 2023 18:47:19 +0000
with message-id <e1r8pah-0038mz...@fasolo.debian.org>
and subject line Bug#1055019: Removed package(s) from unstable
has caused the Debian Bug report #825584,
regarding ffmpeg2theora: 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.)


-- 
825584: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825584
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ffmpeg2theora
Version: 0.30-1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: fileordering
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Hi!

While working on the "reproducible builds" effort [1], we have noticed
that ffmpeg2theora could not be built reproducibly.
It collects source files by globbing, which leads to a random
linking order.

The attached patch fixes this by sorting the list of source files.

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..e41f445
--- /dev/null
+++ b/debian/patches/reproducible-build.patch
@@ -0,0 +1,14 @@
+Author: Reiner Herrmann <rei...@reiner-h.de>
+Description: Sort source files for deterministic linking order
+
+--- a/SConstruct
++++ b/SConstruct
+@@ -230,7 +230,7 @@
+ 
+ # ffmpeg2theora 
+ ffmpeg2theora = env.Clone()
+-ffmpeg2theora_sources = glob('src/*.c')
++ffmpeg2theora_sources = sorted(glob('src/*.c'))
+ ffmpeg2theora.Program('ffmpeg2theora', ffmpeg2theora_sources)
+ 
+ ffmpeg2theora.Install(bin_dir, 'ffmpeg2theora')
diff --git a/debian/patches/series b/debian/patches/series
index fccd4cf..0215fa2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 link-libm.patch
+reproducible-build.patch

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Version: 0.30-2+rm

Dear submitter,

as the package ffmpeg2theora has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1055019

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to