[mapproxy] 01/04: Add patch to disable tag_date for reproducible builds.

Bas Couwenberg sebastic at debian.org
Mon Aug 22 10:20:44 UTC 2016


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

sebastic pushed a commit to branch master
in repository mapproxy.

commit 959c1eeef1808f7bd30a08bcd173236f075051b3
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Aug 22 11:52:06 2016 +0200

    Add patch to disable tag_date for reproducible builds.
---
 debian/changelog                      |  1 +
 debian/patches/disable-tag_date.patch | 17 +++++++++++++++++
 debian/patches/series                 |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fb2f073..09279d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 mapproxy (1.9.0-3) UNRELEASED; urgency=medium
 
   * Add access_contraints patch ignored by .gitignore.
+  * Add patch to disable tag_date for reproducible builds.
 
  -- Bas Couwenberg <sebastic at debian.org>  Mon, 22 Aug 2016 11:41:13 +0200
 
diff --git a/debian/patches/disable-tag_date.patch b/debian/patches/disable-tag_date.patch
new file mode 100644
index 0000000..1bb703b
--- /dev/null
+++ b/debian/patches/disable-tag_date.patch
@@ -0,0 +1,17 @@
+Description: Disable tag_date for reproducible builds.
+ https://wiki.debian.org/ReproducibleBuilds/TimestampsInPythonVersionNumbers
+Author: Bas Couwenberg <sebastic at debian.org>
+
+--- a/setup.cfg
++++ b/setup.cfg
+@@ -6,7 +6,7 @@ with-doctest = 1
+ 
+ [egg_info]
+ #tag_build = .dev
+-tag_date = true
++tag_date = false
+ 
+ [bdist_wheel]
+-universal=1
+\ No newline at end of file
++universal=1
diff --git a/debian/patches/series b/debian/patches/series
index 6c477fb..b265921 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 offline-tests.patch
 0001-use-dummy-access_contraints-to-clarify-license.patch
+disable-tag_date.patch

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



More information about the Pkg-grass-devel mailing list