[Pkg-samba-maint] [samba] 01/01: Add patch no_build_system.patch: drop host-specific define that prevents reproducible builds.

Jelmer Vernooij jelmer at moszumanska.debian.org
Mon May 2 14:50:09 UTC 2016


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

jelmer pushed a commit to branch master
in repository samba.

commit 385b9fc2d8b90909b04efca6425acf6c3a26477c
Author: Jelmer Vernooij <jelmer at jelmer.uk>
Date:   Sat Apr 9 12:18:38 2016 +0000

    Add patch no_build_system.patch: drop host-specific define that prevents reproducible builds.
---
 buildtools/wafsamba/wscript          |  1 -
 debian/changelog                     |  7 +++++++
 debian/patches/no_build_system.patch | 12 ++++++++++++
 debian/patches/series                |  1 +
 4 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/buildtools/wafsamba/wscript b/buildtools/wafsamba/wscript
index d6bb688..7831b75 100755
--- a/buildtools/wafsamba/wscript
+++ b/buildtools/wafsamba/wscript
@@ -296,7 +296,6 @@ def configure(conf):
 
     conf.CHECK_COMMAND(['uname', '-a'],
                        msg='Checking build system',
-                       define='BUILD_SYSTEM',
                        on_target=False)
     conf.CHECK_UNAME()
 
diff --git a/debian/changelog b/debian/changelog
index 443fafc..bde809b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+samba (2:4.3.6+dfsg-3) UNRELEASED; urgency=medium
+
+  * Add patch no_build_system.patch: drop host-specific define that
+    prevents reproducible builds.
+
+ -- Jelmer Vernooij <jelmer at debian.org>  Sat, 09 Apr 2016 12:18:36 +0000
+
 samba (2:4.3.6+dfsg-2) unstable; urgency=low
 
   [ Mathieu Parent ]
diff --git a/debian/patches/no_build_system.patch b/debian/patches/no_build_system.patch
new file mode 100644
index 0000000..98ce99d
--- /dev/null
+++ b/debian/patches/no_build_system.patch
@@ -0,0 +1,12 @@
+diff --git a/buildtools/wafsamba/wscript b/buildtools/wafsamba/wscript
+index d6bb688..7831b75 100755
+--- a/buildtools/wafsamba/wscript
++++ b/buildtools/wafsamba/wscript
+@@ -296,7 +296,6 @@ def configure(conf):
+ 
+     conf.CHECK_COMMAND(['uname', '-a'],
+                        msg='Checking build system',
+-                       define='BUILD_SYSTEM',
+                        on_target=False)
+     conf.CHECK_UNAME()
+ 
diff --git a/debian/patches/series b/debian/patches/series
index e1ce906..1e817b9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -17,3 +17,4 @@ disable-socketwrapper.diff
 ctdb-Fix-detection-of-gnukfreebsd.patch
 no_build_options.patch
 fix-against-talloc-2.1.6.patch
+no_build_system.patch

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




More information about the Pkg-samba-maint mailing list