[Pkg-sympa-commits] [sympa] 01/03: Add a patch (Thanks to Chris Lamb) to make the build reproducible (#839587)

Emmanuel Bouthenot kolter at moszumanska.debian.org
Wed Oct 5 18:41:32 UTC 2016


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

kolter pushed a commit to branch master
in repository sympa.

commit ff40edd41dccd6043ac39f73c0c58aba4cdd92e7
Author: Emmanuel Bouthenot <kolter at openics.org>
Date:   Wed Oct 5 20:32:06 2016 +0200

    Add a patch (Thanks to Chris Lamb) to make the build reproducible (#839587)
---
 debian/patches/1004_make_build_reproducible.patch | 17 +++++++++++++++++
 debian/patches/series                             |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/1004_make_build_reproducible.patch b/debian/patches/1004_make_build_reproducible.patch
new file mode 100644
index 0000000..00448e6
--- /dev/null
+++ b/debian/patches/1004_make_build_reproducible.patch
@@ -0,0 +1,17 @@
+Description: Make the build reproducible
+Author: Chris Lamb <lamby at debian.org>
+Bug-Debian: https://bugs.debian.org/839587
+Last-Update: 2016-10-05
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/lib/Sympa/DatabaseDescription.pm
++++ b/src/lib/Sympa/DatabaseDescription.pm
+@@ -152,7 +152,7 @@
+             'custom_attribute_subscriber' => {
+                 'struct' => 'text',
+                 'doc'    => 'FIXME',
+-                'order'  => 10,
++                'order'  => 20,
+             },
+ 
+         },
diff --git a/debian/patches/series b/debian/patches/series
index b6ea8ca..6212d6d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
 1001_fix_unexisiting_template
 1002_fix_various_typos
 1003_fix_various_log_severity
+1004_make_build_reproducible.patch
 2001_ca_bundle_check_as_warning.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/sympa.git



More information about the Pkg-sympa-commits mailing list