[Python-modules-commits] [pyfits] 02/02: Stop exporting SOURCE_DATE_EPOCH in debian/rules now that it's exported by default in debhelper.

Aurelien Jarno aurel32 at moszumanska.debian.org
Mon Oct 12 21:40:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch master
in repository pyfits.

commit 69cd0fab0559575462a62154f5d488a4b3c69579
Author: Aurelien Jarno <aurelien at aurel32.net>
Date:   Mon Oct 12 15:46:41 2015 +0200

    Stop exporting SOURCE_DATE_EPOCH in debian/rules now that it's exported by default in debhelper.
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 --
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ee0d6a4..8813849 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pyfits (1:3.3-7) UNRELEASED; urgency=medium
+
+  * Stop exporting SOURCE_DATE_EPOCH in debian/rules now that it's
+    exported by default in debhelper.
+
+ -- Aurelien Jarno <aurel32 at debian.org>  Mon, 12 Oct 2015 15:45:13 +0200
+
 pyfits (1:3.3-6) unstable; urgency=medium
 
   * Add patches/05-checksum-32-bit.diff to fix a checksum issue on 32-bit
diff --git a/debian/rules b/debian/rules
index cedfc54..8b70612 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-export SOURCE_DATE_EPOCH = $(shell date -d "$$(dpkg-parsechangelog -SDate)" +%s)
-
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild --parallel 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyfits.git



More information about the Python-modules-commits mailing list