[onboard] 01/03: debian/patches: Add 0002-reproducible-build.patch. Make build reproducible. (Closes: #806517).

Mike Gabriel sunweaver at debian.org
Sat Jan 2 09:08:18 UTC 2016


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

sunweaver pushed a commit to branch master
in repository onboard.

commit ab6e3feb0f2ee6c992dffeb209c12d5f6f366129
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Jan 2 09:57:08 2016 +0100

    debian/patches: Add 0002-reproducible-build.patch. Make build reproducible. (Closes: #806517).
---
 debian/patches/0002-reproducible-build.patch | 17 +++++++++++++++++
 debian/patches/series                        |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/0002-reproducible-build.patch b/debian/patches/0002-reproducible-build.patch
new file mode 100644
index 0000000..e47a247
--- /dev/null
+++ b/debian/patches/0002-reproducible-build.patch
@@ -0,0 +1,17 @@
+Description: Make build reproducible
+Author: Reiner Herrmann <reiner at reiner-h.de>
+Forwarded: https://bugs.launchpad.net/onboard/+bug/1530519
+
+Index: onboard-1.1.2/setup.py
+===================================================================
+--- onboard-1.1.2.orig/setup.py
++++ onboard-1.1.2/setup.py
+@@ -72,7 +72,7 @@ def pkgconfig(*packages, **kw):
+         else:
+             kw.setdefault('extra_link_args', []).append(token)
+     for k, v in kw.items():
+-        kw[k] = list(set(v))
++        kw[k] = sorted(list(set(v)))
+ 
+     return kw
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 7c0331d..ce04c37 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001_make-desktop-files-appropriate-for-Debian.patch
+0002-reproducible-build.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/onboard.git



More information about the pkg-mate-commits mailing list