[onboard] 01/06: debian/patches: Drop 0002-reproducible-build.patch. Applied upstream.
Mike Gabriel
sunweaver at debian.org
Sun May 29 13:12:04 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 0fba54622a459ba8a07c4941c8bbff53f3d0fbb0
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Mon Mar 21 09:08:49 2016 +0100
debian/patches: Drop 0002-reproducible-build.patch. Applied upstream.
---
debian/patches/0002-reproducible-build.patch | 17 -----------------
debian/patches/series | 1 -
2 files changed, 18 deletions(-)
diff --git a/debian/patches/0002-reproducible-build.patch b/debian/patches/0002-reproducible-build.patch
deleted file mode 100644
index e47a247..0000000
--- a/debian/patches/0002-reproducible-build.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-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 ce04c37..7c0331d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
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