[clasp] 02/11: debian/patches: drop reproducible-build.patch

Thomas Krennwallner tkren-guest at moszumanska.debian.org
Sun May 7 13:53:46 UTC 2017


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

tkren-guest pushed a commit to branch devel
in repository clasp.

commit cc03de3d72a7aab46066aac79eaa90378a800251
Author: Thomas Krennwallner <tkren at kr.tuwien.ac.at>
Date:   Sun May 7 12:14:13 2017 +0000

    debian/patches: drop reproducible-build.patch
---
 debian/patches/reproducible-build.patch | 24 ------------------------
 debian/patches/series                   |  1 -
 2 files changed, 25 deletions(-)

diff --git a/debian/patches/reproducible-build.patch b/debian/patches/reproducible-build.patch
deleted file mode 100644
index 353e911..0000000
--- a/debian/patches/reproducible-build.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From: Reiner Herrmann <reiner at reiner-h.de>
-Date: Sun Sep 4 09:51:00 2016 +0200
-Subject: Sort source files for deterministic linking order
-Origin: vendor, https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828971;msg=5
-Bug-Debian: https://bugs.debian.org/828971
-Forwarded: no
-
----
- tools/Base.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tools/Base.in b/tools/Base.in
-index f853851..074de20 100644
---- a/tools/Base.in
-+++ b/tools/Base.in
-@@ -6,7 +6,7 @@ INSTALL      ?= install
- AR           ?= ar
- -include .CONFIG
- -include $(FLAGS)
--SOURCES      := $(patsubst $(SOURCE_DIR)/%.cpp,%.cpp,$(wildcard $(SOURCE_DIR)/*.cpp))
-+SOURCES      := $(patsubst $(SOURCE_DIR)/%.cpp,%.cpp,$(sort $(wildcard $(SOURCE_DIR)/*.cpp)))
- ifeq ($(OUT_DIR),)
- DEPS         := $(patsubst %.cpp,%.dep, $(SOURCES))
- OBJECTS      := $(patsubst %.cpp,%.o, $(SOURCES))
diff --git a/debian/patches/series b/debian/patches/series
index 6616739..b31f497 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-reproducible-build.patch
 clasp-manpage.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clasp.git



More information about the debian-science-commits mailing list