r50649 - in /packages/unstable/gtranslator/debian: changelog control patches/reproducible_manpage.patch patches/series

ah at users.alioth.debian.org ah at users.alioth.debian.org
Thu Sep 15 14:31:33 UTC 2016


Author: ah
Date: Thu Sep 15 14:31:33 2016
New Revision: 50649

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50649
Log:
* Add debian/patches/reproducible_manpage.patch (Closes: #783022)
  - patch by and thanks to Reiner Herrmann

Added:
    packages/unstable/gtranslator/debian/patches/reproducible_manpage.patch
Modified:
    packages/unstable/gtranslator/debian/changelog
    packages/unstable/gtranslator/debian/control
    packages/unstable/gtranslator/debian/patches/series

Modified: packages/unstable/gtranslator/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtranslator/debian/changelog?rev=50649&op=diff
==============================================================================
--- packages/unstable/gtranslator/debian/changelog	[utf-8] (original)
+++ packages/unstable/gtranslator/debian/changelog	[utf-8] Thu Sep 15 14:31:33 2016
@@ -7,6 +7,8 @@
   * Convert from cdbs to dh.
   * Add explicit gnome-common build-dependency (Closes: #837850)
   * Bump dh compat to 10 (automatic dh-autoreconf)
+  * Add debian/patches/reproducible_manpage.patch (Closes: #783022)
+    - patch by and thanks to Reiner Herrmann
 
  -- Andreas Henriksson <andreas at fatal.se>  Thu, 15 Sep 2016 15:59:45 +0200
 

Modified: packages/unstable/gtranslator/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtranslator/debian/control?rev=50649&op=diff
==============================================================================
--- packages/unstable/gtranslator/debian/control	[utf-8] (original)
+++ packages/unstable/gtranslator/debian/control	[utf-8] Thu Sep 15 14:31:33 2016
@@ -7,8 +7,7 @@
 Priority: optional
 Maintainer: Jordi Mallach <jordi at debian.org>
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Jordi Mallach <jordi at debian.org>, Michael Biebl <biebl at debian.org>
-Build-Depends: debhelper (>= 9),
-               dh-autoreconf,
+Build-Depends: debhelper (>= 10),
                gnome-pkg-tools,
                python:any,
                gnome-common,

Added: packages/unstable/gtranslator/debian/patches/reproducible_manpage.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtranslator/debian/patches/reproducible_manpage.patch?rev=50649&op=file
==============================================================================
--- packages/unstable/gtranslator/debian/patches/reproducible_manpage.patch	(added)
+++ packages/unstable/gtranslator/debian/patches/reproducible_manpage.patch	[utf-8] Thu Sep 15 14:31:33 2016
@@ -0,0 +1,16 @@
+Author: Reiner Herrmann <reiner at reiner-h.de>
+Description: Use date from latest changelog entry in manpage.
+ This makes the build reproducible, as each time the same
+ timestamp will be embedded.
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -248,7 +248,7 @@
+ dnl -------------------------------------------------------------------
+ dnl Get the date for the man-page and substitute it there and anywhere.
+ dnl -------------------------------------------------------------------
+-MY_DATE=`date +%Y-%m-%d`
++MY_DATE=`dpkg-parsechangelog -S Date | date -u +%Y-%m-%d -f -`
+ 
+ AC_SUBST(MY_DATE)
+ 

Modified: packages/unstable/gtranslator/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtranslator/debian/patches/series?rev=50649&op=diff
==============================================================================
--- packages/unstable/gtranslator/debian/patches/series	[utf-8] (original)
+++ packages/unstable/gtranslator/debian/patches/series	[utf-8] Thu Sep 15 14:31:33 2016
@@ -1 +1,2 @@
 fix-help-links.patch
+reproducible_manpage.patch




More information about the pkg-gnome-commits mailing list