[Reproducible-commits] [notes] 01/01: New issue: random_order_in_md5sums Changed lrzsz issue to be this one Tag 3 more packages with this issue

Santiago Vila sanvila at moszumanska.debian.org
Wed Oct 14 09:48:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

sanvila pushed a commit to branch master
in repository notes.

commit 391d43934936a7524ea8624ff15a68cd97376cb2
Author: Santiago Vila <sanvila at debian.org>
Date:   Wed Oct 14 11:40:57 2015 +0200

    New issue: random_order_in_md5sums
    Changed lrzsz issue to be this one
    Tag 3 more packages with this issue
---
 issues.yml   |  9 +++++++++
 packages.yml | 14 +++++++++++++-
 2 files changed, 22 insertions(+), 1 deletion(-)

diff --git a/issues.yml b/issues.yml
index ec2d13d..e2b9887 100644
--- a/issues.yml
+++ b/issues.yml
@@ -851,3 +851,12 @@ random_order_in_dh_systemd_unit_files_list:
 random_order_in_static_libraries:
   description: |
     order of members in a static library change between build1 and build2
+random_order_in_md5sums:
+  description: |
+    order of files in md5sums (in control.tar.gz) differ from build1 to build2. This only happens in
+    packages not using dh_md5sums and it's easily fixed by sorting the output of "find" before
+    piping it to md5sum. Example:
+    .
+    cd debian/tmp && \
+        find * -type f ! -regex "^DEBIAN/.*" -print0 |\
+        LC_ALL=C sort -z | xargs -0r md5sum > DEBIAN/md5sums
diff --git a/packages.yml b/packages.yml
index fab5833..9ec7a99 100644
--- a/packages.yml
+++ b/packages.yml
@@ -2955,6 +2955,10 @@ debian-installer-netboot-images:
   version: 20150107
   issues:
     - needs_internet_access_to_build
+debian-keyring:
+  version: 2015.08.13
+  issues:
+    - random_order_in_md5sums
 debian-parl:
   version: 1.0.9
   bugs:
@@ -9826,7 +9830,7 @@ lrslib:
 lrzsz:
   version: 0.12.21-8
   issues:
-    - varying_mtimes_in_data_tar_gz_or_control_tar_gz
+    - random_order_in_md5sums
 lsof:
   version: 4.86+dfsg-1
   bugs:
@@ -15528,6 +15532,10 @@ sdlgfx:
   version: 2.0.25-4
   issues:
     - users_and_groups_in_tarball
+sed:
+  version: 4.2.2-6.1
+  issues:
+    - random_order_in_md5sums
 segment:
   version: 1.3.5~svn57+dfsg-1.1
   bugs:
@@ -16449,6 +16457,10 @@ systraq:
   issues:
     - timestamps_in_dvi_generated_by_latex
     - timestamps_in_pdf_generated_by_latex
+t-prot:
+  version: 3.4-3
+  issues:
+    - random_order_in_md5sums
 tachyon:
   version: 0.99~b2+dfsg-0.4
   issues:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/notes.git



More information about the Reproducible-commits mailing list