[Python-apps-commits] r12059 - in packages/pelican/trunk/debian (changelog rules)

vcheng at users.alioth.debian.org vcheng at users.alioth.debian.org
Mon Jun 29 04:12:31 UTC 2015


    Date: Monday, June 29, 2015 @ 04:12:29
  Author: vcheng
Revision: 12059

build pelican reproducibly

Modified:
  packages/pelican/trunk/debian/changelog
  packages/pelican/trunk/debian/rules

Modified: packages/pelican/trunk/debian/changelog
===================================================================
--- packages/pelican/trunk/debian/changelog	2015-06-27 08:43:30 UTC (rev 12058)
+++ packages/pelican/trunk/debian/changelog	2015-06-29 04:12:29 UTC (rev 12059)
@@ -1,3 +1,9 @@
+pelican (3.6.0-4) unstable; urgency=medium
+
+  * Build pelican reproducibly. (Closes: #790309)
+
+ -- Vincent Cheng <vcheng at debian.org>  Sun, 28 Jun 2015 21:03:35 -0700
+
 pelican (3.6.0-3) unstable; urgency=medium
 
   * Fix broken package upgrades by declaring Breaks/Replaces on correct

Modified: packages/pelican/trunk/debian/rules
===================================================================
--- packages/pelican/trunk/debian/rules	2015-06-27 08:43:30 UTC (rev 12058)
+++ packages/pelican/trunk/debian/rules	2015-06-29 04:12:29 UTC (rev 12059)
@@ -1,5 +1,9 @@
 #!/usr/bin/make -f
 
+# Don't ship tests; unused (see below), useless in production, saves ~2MiB and
+# they vary by locale (causing builds to not be reproducible).
+export PYBUILD_AFTER_INSTALL = rm -rf {destdir}/{install_dir}/pelican/tests
+
 %:
 	dh $@ --with python2,sphinxdoc  --buildsystem=pybuild
 




More information about the Python-apps-commits mailing list