[libglib-perl] 05/06: Drop Glib-GenPod-honour-SOURCE_DATE_EPOCH-for-embedded-timesta.patch: applied upstream.

Intrigeri intrigeri at moszumanska.debian.org
Thu Jul 20 12:17:58 UTC 2017


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

intrigeri pushed a commit to branch master
in repository libglib-perl.

commit dc6bfa79b394c747e56613b70ac0b59f2d1326da
Author: intrigeri <intrigeri at boum.org>
Date:   Thu Jul 20 12:05:01 2017 +0000

    Drop Glib-GenPod-honour-SOURCE_DATE_EPOCH-for-embedded-timesta.patch: applied upstream.
---
 ...ur-SOURCE_DATE_EPOCH-for-embedded-timesta.patch | 25 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 26 deletions(-)

diff --git a/debian/patches/Glib-GenPod-honour-SOURCE_DATE_EPOCH-for-embedded-timesta.patch b/debian/patches/Glib-GenPod-honour-SOURCE_DATE_EPOCH-for-embedded-timesta.patch
deleted file mode 100644
index a2c4011..0000000
--- a/debian/patches/Glib-GenPod-honour-SOURCE_DATE_EPOCH-for-embedded-timesta.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From: intrigeri <intrigeri at boum.org>
-Date: Sun, 26 Jun 2016 18:20:15 +0000
-Subject: Glib::GenPod: honour SOURCE_DATE_EPOCH for embedded timestamp,
- if it is set, for build reproducibility of reverse build-dependencies.
-
-https://tests.reproducible-builds.org/debian/dbd/unstable/amd64/libgoo-canvas-perl_0.06-2.diffoscope.html
-is one isolated example of the build output non-determinism depending on
-the build time.
----
- lib/Glib/GenPod.pm | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/Glib/GenPod.pm b/lib/Glib/GenPod.pm
-index 047f622..3171bb5 100644
---- a/lib/Glib/GenPod.pm
-+++ b/lib/Glib/GenPod.pm
-@@ -40,7 +40,7 @@ our @EXPORT = qw(
- our $COPYRIGHT = undef;
- our $AUTHORS = 'Gtk2-Perl Team';
- our $MAIN_MOD = undef;
--our $YEAR = strftime "%Y", gmtime;
-+our $YEAR = strftime "%Y", gmtime($ENV{SOURCE_DATE_EPOCH} || time);
- 
- our ($xspods, $data);
- 	
diff --git a/debian/patches/series b/debian/patches/series
index 66ff488..0672804 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 remove-version-checking
-Glib-GenPod-honour-SOURCE_DATE_EPOCH-for-embedded-timesta.patch
 Fix-typo-in-pod-s-atomical-atomic.patch

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



More information about the Pkg-perl-cvs-commits mailing list