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

Bug#912334: marked as done (RFS: daemontools: diff for NMU version 1:0.76-6.2 [NMU])



Your message dated Tue, 30 Oct 2018 14:23:13 +0000 (UTC)
with message-id <311824883.28905256.1540909393587@mail.yahoo.com>
and subject line Re: Bug#912334: RFS: daemontools: diff for NMU version 1:0.76-6.2 [NMU]
has caused the Debian Bug report #912334,
regarding RFS: daemontools: diff for NMU version 1:0.76-6.2 [NMU]
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 owner@bugs.debian.org
immediately.)


-- 
912334: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912334
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: sponsorship-requests
Severity: normal
Tags: patch


I've prepared an NMU for daemontools (versioned as 1:0.76-6.2) and
wold like to upload it to DELAYED/10.
I don't have upload permitions, i need sponsor.

This simple patch sorts DEBIAN/md5sums and allows reproducible build.

Regards.
Jan

diff -u daemontools-0.76/debian/changelog daemontools-0.76/debian/changelog
--- daemontools-0.76/debian/changelog
+++ daemontools-0.76/debian/changelog
@@ -1,3 +1,11 @@
+daemontools (1:0.76-6.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * d/implicit: sorted DEBIAN/md5sums to produce reproducible
+    output (Closes: #854145)
+
+ -- Jan Mojžíš <jan.mojzis@gmail.com>  Mon, 29 Oct 2018 08:35:17 +0100
+
 daemontools (1:0.76-6.1) unstable; urgency=medium

   [ Jan Mojzis ]
diff -u daemontools-0.76/debian/implicit daemontools-0.76/debian/implicit
--- daemontools-0.76/debian/implicit
+++ daemontools-0.76/debian/implicit
@@ -87,7 +87,7 @@
        : debian/$*/DEBIAN/md5sums
        @rm -f debian/$*/DEBIAN/md5sums
        @cd debian/$* && find * -path 'DEBIAN' -prune -o \
-         -type f -exec md5sum {} >>DEBIAN/md5sums \;
+         -type f -print0 | LC_ALL=C sort -z | xargs -0r md5sum >DEBIAN/md5sums
        @chmod 644 debian/$*/DEBIAN/md5sums
 %.deb-DEBIAN: %.deb-checkdir %.deb-DEBIAN-base %.deb-DEBIAN-scripts \
          %.deb-DEBIAN-md5sums

--- End Message ---
--- Begin Message ---

Hello, converted in QA upload (since the package is orphaned), and uploaded right away to unstable.

The maintainer is not really MIA, but I already did something like ~10 uploads for other packages, and he
liked them in the past :)

G.
Il martedì 30 ottobre 2018, 15:03:35 CET, Jan Mojžíš <jan.mojzis@gmail.com> ha scritto:


Package: sponsorship-requests
Severity: normal
Tags: patch


I've prepared an NMU for daemontools (versioned as 1:0.76-6.2) and
wold like to upload it to DELAYED/10.
I don't have upload permitions, i need sponsor.

This simple patch sorts DEBIAN/md5sums and allows reproducible build.

Regards.
Jan

diff -u daemontools-0.76/debian/changelog daemontools-0.76/debian/changelog
--- daemontools-0.76/debian/changelog
+++ daemontools-0.76/debian/changelog
@@ -1,3 +1,11 @@
+daemontools (1:0.76-6.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * d/implicit: sorted DEBIAN/md5sums to produce reproducible
+    output (Closes: #854145)
+
+ -- Jan Mojžíš <jan.mojzis@gmail.com>  Mon, 29 Oct 2018 08:35:17 +0100
+
daemontools (1:0.76-6.1) unstable; urgency=medium

  [ Jan Mojzis ]
diff -u daemontools-0.76/debian/implicit daemontools-0.76/debian/implicit
--- daemontools-0.76/debian/implicit
+++ daemontools-0.76/debian/implicit
@@ -87,7 +87,7 @@
        : debian/$*/DEBIAN/md5sums
        @rm -f debian/$*/DEBIAN/md5sums
        @cd debian/$* && find * -path 'DEBIAN' -prune -o \
-        -type f -exec md5sum {} >>DEBIAN/md5sums \;
+        -type f -print0 | LC_ALL=C sort -z | xargs -0r md5sum >DEBIAN/md5sums
        @chmod 644 debian/$*/DEBIAN/md5sums
%.deb-DEBIAN: %.deb-checkdir %.deb-DEBIAN-base %.deb-DEBIAN-scripts \
          %.deb-DEBIAN-md5sums

--- End Message ---

Reply to: