[med-svn] [vsearch] 01/01: make build reproducible
Sascha Steinbiss
satta at debian.org
Sun Sep 4 15:20:12 UTC 2016
This is an automated email from the git hooks/post-receive script.
satta pushed a commit to branch master
in repository vsearch.
commit 25bd033a787d37d610ca857346d1ceeaee2849b4
Author: Sascha Steinbiss <satta at debian.org>
Date: Sun Sep 4 15:19:59 2016 +0000
make build reproducible
---
debian/changelog | 8 ++++++++
debian/patches/compilerflags.patch | 15 +++++++++++++++
debian/patches/series | 1 +
3 files changed, 24 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 08bb4d9..26dbc40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+vsearch (2.0.3-2) unstable; urgency=medium
+
+ * Team upload.
+ * Make build reproducible.
+ - Stop overriding C(PP,XX)FLAGS in configure.ac.
+
+ -- Sascha Steinbiss <satta at debian.org> Sun, 04 Sep 2016 15:15:28 +0000
+
vsearch (2.0.3-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/patches/compilerflags.patch b/debian/patches/compilerflags.patch
new file mode 100644
index 0000000..144ed5d
--- /dev/null
+++ b/debian/patches/compilerflags.patch
@@ -0,0 +1,15 @@
+Description: do not override system compiler flags
+Author: Sascha Steinbiss <satta at debian.org>
+--- a/configure.ac
++++ b/configure.ac
+@@ -13,8 +13,8 @@
+
+ # Set default gcc and g++ options
+
+-CFLAGS='-g'
+-CXXFLAGS='-g'
++#CFLAGS='-g'
++#CXXFLAGS='-g'
+
+ # Checks for programs.
+ AC_PROG_CXX
diff --git a/debian/patches/series b/debian/patches/series
index 87193bd..153bc30 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
sysconf_memory_sizing.patch
+compilerflags.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/vsearch.git
More information about the debian-med-commit
mailing list