[Glibc-bsd-commits] r5017 - trunk/posixtestsuite/debian

Guillem Jover guillem at alioth.debian.org
Wed Oct 9 05:52:52 UTC 2013


Author: guillem
Date: 2013-10-09 05:52:52 +0000 (Wed, 09 Oct 2013)
New Revision: 5017

Modified:
   trunk/posixtestsuite/debian/changelog
   trunk/posixtestsuite/debian/rules
Log:
Do not store the timestamp in the gzip compressed report log file

Modified: trunk/posixtestsuite/debian/changelog
===================================================================
--- trunk/posixtestsuite/debian/changelog	2013-10-07 22:33:04 UTC (rev 5016)
+++ trunk/posixtestsuite/debian/changelog	2013-10-09 05:52:52 UTC (rev 5017)
@@ -3,6 +3,7 @@
   * Now using Standards-Version 3.9.4 (no changes needed).
   * Switch to canonical Vcs URLs.
   * Remove packaging history from debian/copyright.
+  * Do not store the timestamp in the gzip compressed report log file.
 
  -- Guillem Jover <guillem at debian.org>  Wed, 01 May 2013 17:55:50 +0200
 

Modified: trunk/posixtestsuite/debian/rules
===================================================================
--- trunk/posixtestsuite/debian/rules	2013-10-07 22:33:04 UTC (rev 5016)
+++ trunk/posixtestsuite/debian/rules	2013-10-09 05:52:52 UTC (rev 5017)
@@ -33,7 +33,7 @@
 	dh_prep
 	dh_installdirs
 
-	gzip -c9 logfile >$(CURDIR)/debian/posixtestsuite/$(REPORT).gz
+	gzip -nc9 logfile >$(CURDIR)/debian/posixtestsuite/$(REPORT).gz
 
 binary-indep:
 	# Nothing to do.




More information about the Glibc-bsd-commits mailing list