[med-svn] r21524 - trunk/packages/seqprep/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Thu Mar 17 07:28:43 UTC 2016


Author: tille
Date: 2016-03-17 07:28:42 +0000 (Thu, 17 Mar 2016)
New Revision: 21524

Modified:
   trunk/packages/seqprep/trunk/debian/changelog
   trunk/packages/seqprep/trunk/debian/rules
Log:
Fix timezone to UTC when building manpages to get reproducible embedded dates.


Modified: trunk/packages/seqprep/trunk/debian/changelog
===================================================================
--- trunk/packages/seqprep/trunk/debian/changelog	2016-03-17 07:14:06 UTC (rev 21523)
+++ trunk/packages/seqprep/trunk/debian/changelog	2016-03-17 07:28:42 UTC (rev 21524)
@@ -1,3 +1,11 @@
+seqprep (1.1-5) UNRELEASED; urgency=medium
+
+  * Fix timezone to UTC when building manpages to get reproducible embedded
+    dates. (Thanks for the patch to Dhole <dhole at openmailbox.org>)
+    Closes: #818431
+
+ -- Andreas Tille <tille at debian.org>  Thu, 17 Mar 2016 08:22:11 +0100
+
 seqprep (1.1-4) unstable; urgency=medium
 
   * Really apply patch created by Graham Inggs

Modified: trunk/packages/seqprep/trunk/debian/rules
===================================================================
--- trunk/packages/seqprep/trunk/debian/rules	2016-03-17 07:14:06 UTC (rev 21523)
+++ trunk/packages/seqprep/trunk/debian/rules	2016-03-17 07:28:42 UTC (rev 21524)
@@ -9,7 +9,7 @@
 override_dh_auto_build:
 	dh_auto_build
 	cp SeqPrep seqprep
-	ronn -r --manual=seqprep --organization='Cancer Therapeutics Innovation Group' debian/seqprep.1.ronn
+	TZ=UTC ronn -r --manual=seqprep --organization='Cancer Therapeutics Innovation Group' debian/seqprep.1.ronn
 	markdown_py -f README.html README.md
 
 override_dh_clean:




More information about the debian-med-commit mailing list