r15576 - in packages/trunk/lmemory/debian: . patches

Markus Koschany apo-guest at moszumanska.debian.org
Mon Nov 2 22:39:04 UTC 2015


Author: apo-guest
Date: 2015-11-02 22:39:04 +0000 (Mon, 02 Nov 2015)
New Revision: 15576

Added:
   packages/trunk/lmemory/debian/patches/reproducible-build.patch
Modified:
   packages/trunk/lmemory/debian/changelog
   packages/trunk/lmemory/debian/control
   packages/trunk/lmemory/debian/copyright
   packages/trunk/lmemory/debian/patches/series
Log:
Release 0.6c-8. Make the build reproducible.


Modified: packages/trunk/lmemory/debian/changelog
===================================================================
--- packages/trunk/lmemory/debian/changelog	2015-11-02 13:58:23 UTC (rev 15575)
+++ packages/trunk/lmemory/debian/changelog	2015-11-02 22:39:04 UTC (rev 15576)
@@ -1,3 +1,14 @@
+lmemory (0.6c-8) unstable; urgency=medium
+
+  * Add reproducible-build.patch.
+    Make the build reproducible by removing the __DATE__ macro and using a
+    fixed value instead.
+  * Vcs-Browser: Use https.
+  * Update my e-mail address.
+  * Declare compliance with Debian Policy 3.9.6.
+
+ -- Markus Koschany <apo at debian.org>  Mon, 02 Nov 2015 23:17:31 +0100
+
 lmemory (0.6c-7) unstable; urgency=low
 
   [ Evgeni Golov ]

Modified: packages/trunk/lmemory/debian/control
===================================================================
--- packages/trunk/lmemory/debian/control	2015-11-02 13:58:23 UTC (rev 15575)
+++ packages/trunk/lmemory/debian/control	2015-11-02 22:39:04 UTC (rev 15576)
@@ -5,15 +5,15 @@
 Uploaders:
  Miriam Ruiz <little_miry at yahoo.es>,
  Evgeny Dolgikh <marcondream at gmail.com>,
- Markus Koschany <apo at gambaru.de>
+ Markus Koschany <apo at debian.org>
 Build-Depends:
  debhelper (>= 9),
  dh-autoreconf,
  libgtk2.0-dev
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Homepage: http://home.comcast.net/~x.zhang1/linux_game.html
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/lmemory/
-Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/lmemory/
+Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-games/packages/trunk/lmemory/
 
 Package: lmemory
 Architecture: any

Modified: packages/trunk/lmemory/debian/copyright
===================================================================
--- packages/trunk/lmemory/debian/copyright	2015-11-02 13:58:23 UTC (rev 15575)
+++ packages/trunk/lmemory/debian/copyright	2015-11-02 22:39:04 UTC (rev 15576)
@@ -14,7 +14,7 @@
            2009,           Gonéri Le Bouder <goneri at rulezlan.org>
            2011,           Bas Wijnen <wijnen at debian.org>
            2011,           Evgeny Dolgikh <marcondream at gmail.com>
-           2013,           Markus Koschany <apo at gambaru.de>
+           2013-2015       Markus Koschany <apo at debian.org>
 License: GPL-2+
 
 

Added: packages/trunk/lmemory/debian/patches/reproducible-build.patch
===================================================================
--- packages/trunk/lmemory/debian/patches/reproducible-build.patch	                        (rev 0)
+++ packages/trunk/lmemory/debian/patches/reproducible-build.patch	2015-11-02 22:39:04 UTC (rev 15576)
@@ -0,0 +1,25 @@
+From: Markus Koschany <apo at debian.org>
+Date: Mon, 2 Nov 2015 23:15:05 +0100
+Subject: reproducible build
+
+Make the build reproducible by removing the __DATE__ macro and using a fixed
+value.
+
+Forwarded: no
+---
+ help.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/help.c b/help.c
+index 0d581b6..0bcb7bc 100644
+--- a/help.c
++++ b/help.c
+@@ -41,7 +41,7 @@ lmem_about ()
+     label = lookup_widget (window_about, "label_about_version");
+     gtk_label_set_text(GTK_LABEL(label), "0.6c");
+     label = lookup_widget (window_about, "label_about_date");
+-    gtk_label_set_text(GTK_LABEL(label), __DATE__);
++    gtk_label_set_text(GTK_LABEL(label), "2015-11-02");
+     
+     /* display the window */
+     gtk_widget_show(window_about);

Modified: packages/trunk/lmemory/debian/patches/series
===================================================================
--- packages/trunk/lmemory/debian/patches/series	2015-11-02 13:58:23 UTC (rev 15575)
+++ packages/trunk/lmemory/debian/patches/series	2015-11-02 22:39:04 UTC (rev 15576)
@@ -1,2 +1,3 @@
 fixes.patch
 gtk2.patch
+reproducible-build.patch




More information about the Pkg-games-commits mailing list