Author: sascha-guest Date: 2015-03-22 09:07:39 +0000 (Sun, 22 Mar 2015) New Revision: 18984
Modified: trunk/packages/genometools/trunk/debian/changelog trunk/packages/genometools/trunk/debian/control trunk/packages/genometools/trunk/debian/rules Log: use faketime for timestamps in PDFs Modified: trunk/packages/genometools/trunk/debian/changelog =================================================================== --- trunk/packages/genometools/trunk/debian/changelog 2015-03-20 22:14:28 UTC (rev 18983) +++ trunk/packages/genometools/trunk/debian/changelog 2015-03-22 09:07:39 UTC (rev 18984) @@ -1,3 +1,9 @@ +genometools (1.5.4-2) experimental; urgency=low + + * Work towards reproducibility. + + -- Sascha Steinbiss <[email protected]> Sun, 22 Mar 2015 08:09:07 +0000 + genometools (1.5.4-1) experimental; urgency=low * New upstream release. Modified: trunk/packages/genometools/trunk/debian/control =================================================================== --- trunk/packages/genometools/trunk/debian/control 2015-03-20 22:14:28 UTC (rev 18983) +++ trunk/packages/genometools/trunk/debian/control 2015-03-22 09:07:39 UTC (rev 18984) @@ -28,7 +28,8 @@ libxml2-utils, xsltproc, ruby, - docbook-xsl + docbook-xsl, + faketime Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/genometools/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/genometools/trunk/ Modified: trunk/packages/genometools/trunk/debian/rules =================================================================== --- trunk/packages/genometools/trunk/debian/rules 2015-03-20 22:14:28 UTC (rev 18983) +++ trunk/packages/genometools/trunk/debian/rules 2015-03-22 09:07:39 UTC (rev 18984) @@ -37,7 +37,7 @@ rm -rf gtpython/build override_dh_auto_build: - dh_auto_build --parallel -- useshared=yes 64bit=$(64BIT) errorcheck=no all docs manuals + faketime "`dpkg-parsechangelog -S date`" dh_auto_build --parallel -- useshared=yes 64bit=$(64BIT) errorcheck=no all docs manuals override_dh_auto_test: bin/gt -test _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
