[Python-modules-commits] [sphinx] 01/01: Call dh_strip_nondeterminism during build.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Oct 3 14:10:48 UTC 2016


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

mitya57 pushed a commit to branch master
in repository sphinx.

commit 4c112b7ae7ed0fae042d07798f2b528f36e846db
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Oct 3 17:10:31 2016 +0300

    Call dh_strip_nondeterminism during build.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 debian/rules     | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 74ffc74..5f7b60f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ sphinx (1.4.8-1) UNRELEASED; urgency=medium
   * Update debian/watch to track only stable versions.
   * Make dh_sphinxdoc generate ${sphinxdoc:Built-Using} substvar (closes:
     #836248).
+  * Call dh_strip_nondeterminism during build.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Sat, 03 Sep 2016 19:54:15 +0300
 
diff --git a/debian/control b/debian/control
index 7ce509d..cf92cf2 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Dmitry Shachnev <mitya57 at debian.org>
 Homepage: http://sphinx-doc.org/
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9.20151004~)
 Build-Depends-Indep: dh-python,
   python-all (>= 2.6.6-3~), python3-all (>= 3.3~),
   python-six (>= 1.5), python3-six (>= 1.5),
diff --git a/debian/rules b/debian/rules
index af08fd6..5154200 100755
--- a/debian/rules
+++ b/debian/rules
@@ -151,6 +151,7 @@ endif
 	dh_installman
 	dh_python2 -p python-sphinx
 	dh_python3 -p python3-sphinx --no-guessing-deps
+	dh_strip_nondeterminism
 	dh_compress -X.py -X.rst -X.json -X.txt
 	dh_link
 	dh_fixperms

-- 
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