[osmium-tool] 05/11: Drop reproducible-build.patch, fixed upstream.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Jul 4 14:49:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository osmium-tool.
commit b378cd179f39a8a260a2e5c2882e7e8fa3aa0c18
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Jul 4 16:11:05 2015 +0200
Drop reproducible-build.patch, fixed upstream.
---
debian/changelog | 1 +
debian/patches/reproducible-build.patch | 17 -----------------
debian/patches/series | 1 -
3 files changed, 1 insertion(+), 18 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d3195cc..bc77603 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ osmium-tool (1.1.0-1) UNRELEASED; urgency=medium
* New upstream release.
* Add license & copyright for RapidJSON includes.
+ * Drop reproducible-build.patch, fixed upstream.
-- Bas Couwenberg <sebastic at debian.org> Sat, 04 Jul 2015 15:06:14 +0200
diff --git a/debian/patches/reproducible-build.patch b/debian/patches/reproducible-build.patch
deleted file mode 100644
index 2564708..0000000
--- a/debian/patches/reproducible-build.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Make build reproducible by setting the date embedded in man pages.
-Author: Chris Lamb <lamby at debian.org>
-Bug-Debian: https://bugs.debian.org/790087
-Forwarded: not-needed
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -101,7 +101,8 @@ endfunction()
- if(PANDOC)
- message(STATUS "Looking for pandoc - found")
- message(STATUS " Manual pages will be built")
-- execute_process(COMMAND date "+%Y-%m-%d" OUTPUT_VARIABLE PUBDATE OUTPUT_STRIP_TRAILING_WHITESPACE)
-+ execute_process(COMMAND dpkg-parsechangelog -SDate OUTPUT_VARIABLE DEBDATE OUTPUT_STRIP_TRAILING_WHITESPACE)
-+ execute_process(COMMAND env LC_ALL=C date --utc --date ${DEBDATE} "+%Y-%m-%d" OUTPUT_VARIABLE PUBDATE OUTPUT_STRIP_TRAILING_WHITESPACE)
- set(PANDOC_MAN_OPTIONS
- -s
- -t man
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 55077d0..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-reproducible-build.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmium-tool.git
More information about the Pkg-grass-devel
mailing list