[med-svn] [python-clips] 04/07: Forgot to commit patches

Andreas Tille tille at debian.org
Thu Oct 5 17:58:24 UTC 2017


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

tille pushed a commit to branch master
in repository python-clips.

commit a9a4f7446a6683b0bcfb51adefdaa63d619a011f
Author: Andreas Tille <tille at debian.org>
Date:   Thu Oct 5 19:47:03 2017 +0200

    Forgot to commit patches
---
 debian/patches/reproducible-build.patch | 14 ++++++++++++++
 debian/patches/series                   |  1 +
 2 files changed, 15 insertions(+)

diff --git a/debian/patches/reproducible-build.patch b/debian/patches/reproducible-build.patch
new file mode 100644
index 0000000..ae62f03
--- /dev/null
+++ b/debian/patches/reproducible-build.patch
@@ -0,0 +1,14 @@
+Author: Reiner Herrmann <reiner at reiner-h.de>
+Description: Sort source files for deterministic linking order
+
+--- a/setup.py
++++ b/setup.py
+@@ -780,7 +780,7 @@
+     'userfunctions.c',
+     ]
+ 
+-all_clipssrc = glob(_p(ClipsLIB_dir, '*.c'))
++all_clipssrc = sorted(glob(_p(ClipsLIB_dir, '*.c')))
+ main_clipssrc = ['clipsmodule.c', 'clips_or.c']
+ for x in all_clipssrc:
+     if os.path.basename(x) in TO_REMOVE:
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..55077d0
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+reproducible-build.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-clips.git



More information about the debian-med-commit mailing list