r51611 - in /desktop/unstable/aisleriot/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Mon Nov 7 23:01:16 UTC 2016


Author: biebl
Date: Mon Nov  7 23:01:13 2016
New Revision: 51611

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51611
Log:
Drop override for dh_auto_build. The upstream build system now passes -n
to gzip, so no timestamps are stored in the compressed file.

Modified:
    desktop/unstable/aisleriot/debian/changelog
    desktop/unstable/aisleriot/debian/rules

Modified: desktop/unstable/aisleriot/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/aisleriot/debian/changelog?rev=51611&op=diff
==============================================================================
--- desktop/unstable/aisleriot/debian/changelog	[utf-8] (original)
+++ desktop/unstable/aisleriot/debian/changelog	[utf-8] Mon Nov  7 23:01:13 2016
@@ -3,6 +3,8 @@
   * New upstream reelase.
   * Stop setting CONFIG_SHELL=/bin/bash, doesn't seem to be necessary anymore.
     Most likely a side-effect of automatic dh-autoreconf.
+  * Drop override for dh_auto_build. The upstream build system now passes -n
+    to gzip, so no timestamps are stored in the compressed file.
 
  -- Michael Biebl <biebl at debian.org>  Mon, 07 Nov 2016 23:46:06 +0100
 

Modified: desktop/unstable/aisleriot/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/aisleriot/debian/rules?rev=51611&op=diff
==============================================================================
--- desktop/unstable/aisleriot/debian/rules	[utf-8] (original)
+++ desktop/unstable/aisleriot/debian/rules	[utf-8] Mon Nov  7 23:01:13 2016
@@ -16,9 +16,6 @@
 override_dh_autoreconf:
 	dh_autoreconf --as-needed
 
-override_dh_auto_build:
-	dh_auto_build -- GZIP_FLAGS="-9n"
-
 override_dh_fixperms:
 	dh_fixperms -X/usr/games/sol
 




More information about the pkg-gnome-commits mailing list