[Python-modules-commits] [sphinx] 01/01: Sort $(scripts) variable in Makefile, to fix a reproducibility issue.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Wed Nov 16 19:17:01 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 38347f2a2bbfc6d65074fc529246dbefc4e14812
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Wed Nov 16 22:16:52 2016 +0300
Sort $(scripts) variable in Makefile, to fix a reproducibility issue.
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 00fae77..781f3f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ sphinx (1.4.8-2) UNRELEASED; urgency=medium
* Relax the check in dh_sphinxdoc to allow different locations of
searchindex.js file (closes: #841141).
+ * Sort $(scripts) variable in Makefile, to fix a reproducibility issue.
-- Dmitry Shachnev <mitya57 at debian.org> Wed, 19 Oct 2016 18:22:04 +0300
diff --git a/debian/rules b/debian/rules
index 5154200..0b7ca94 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ debian_version = $(word 2,$(shell cd $(here) && dpkg-parsechangelog | grep ^Vers
upstream_version = $(subst ~,,$(firstword $(subst -, ,$(debian_version))))
locales = $(notdir $(patsubst %/LC_MESSAGES,%,$(wildcard sphinx/locale/*/LC_MESSAGES)))
-scripts = $(basename $(wildcard sphinx-*.py))
+scripts = $(sort $(basename $(wildcard sphinx-*.py)))
debroot = debian/tmp/
py2_libdir = $(call py_libdir,$(shell pyversions -d))
--
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