This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository geographiclib.
commit 21b3f88b684726840e1b02dd2b143ad76b528656 Author: Bas Couwenberg <[email protected]> Date: Mon Oct 16 14:21:54 2017 +0200 Add patch by Chris Lamb to make the build reproducible. (closes: #878708) --- debian/changelog | 7 +++++++ debian/patches/reproducible-build.patch | 16 ++++++++++++++++ debian/patches/series | 1 + 3 files changed, 24 insertions(+) diff --git a/debian/changelog b/debian/changelog index f7ce93d..c424f1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +geographiclib (1.49-2) UNRELEASED; urgency=medium + + * Add patch by Chris Lamb to make the build reproducible. + (closes: #878708) + + -- Bas Couwenberg <[email protected]> Mon, 16 Oct 2017 14:21:15 +0200 + geographiclib (1.49-1) unstable; urgency=medium * Update symbols for other architectures. diff --git a/debian/patches/reproducible-build.patch b/debian/patches/reproducible-build.patch new file mode 100644 index 0000000..b277eb8 --- /dev/null +++ b/debian/patches/reproducible-build.patch @@ -0,0 +1,16 @@ +Description: Make the build reproducible +Author: Chris Lamb <[email protected]> +Last-Update: 2017-10-15 +Bug-Debian: https://bugs.debian.org/878708 + +--- a/doc/doxyfile.in ++++ b/doc/doxyfile.in +@@ -1544,7 +1544,7 @@ TAGFILES = + # When a file name is specified after GENERATE_TAGFILE, doxygen will create + # a tag file that is based on the input files it reads. + +-GENERATE_TAGFILE = html/GeographicLib.tag ++GENERATE_TAGFILE = + + # If the ALLEXTERNALS tag is set to YES all external classes will be listed + # in the class index. If set to NO only the inherited external classes diff --git a/debian/patches/series b/debian/patches/series index 4cc203e..7b02344 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ css.patch privacy.patch disable-python-build.patch +reproducible-build.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/geographiclib.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

