[Python-modules-commits] [sphinx] 01/03: Stop exporting SOURCE_DATE_EPOCH in debian/rules.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Nov 30 15:56:40 UTC 2015


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

mitya57 pushed a commit to branch master
in repository sphinx.

commit a2fe9b5c116e6cad0009a6c1c0349c4539159563
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Nov 30 18:42:16 2015 +0300

    Stop exporting SOURCE_DATE_EPOCH in debian/rules.
    
    Debhelper does it automatically since version 9.20151004.
---
 debian/changelog | 2 ++
 debian/rules     | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c620ce5..4325201 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ sphinx (1.3.2-1) UNRELEASED; urgency=medium
     - print_help.diff
     - compat_css.diff
   * Refresh and rebase other patches.
+  * Stop exporting SOURCE_DATE_EPOCH in debian/rules.
+    Debhelper does it automatically since version 9.20151004.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Mon, 30 Nov 2015 18:31:36 +0300
 
diff --git a/debian/rules b/debian/rules
index b16b0bd..da9c874 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,6 @@
 
 include /usr/share/python/python.mk
 
-export SOURCE_DATE_EPOCH=$(shell date -d "$$(dpkg-parsechangelog --count 1 -SDate)" +%s)
 export NO_PKG_MANGLE=1
 export PYTHONWARNINGS=d
 export PYTHONHASHSEED=random

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



More information about the Python-modules-commits mailing list