[Reproducible-builds] [dh-python] 157/183: pybuild.rst: add a note about -dbg interpreters in --disable
Jérémy Bobbio
lunar at moszumanska.debian.org
Fri Sep 19 15:30:33 UTC 2014
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch pu/reproducible_builds
in repository dh-python.
commit 63b3145d424faebc23bd35fbe2ebc91deade8aaf
Author: Piotr Ożarowski <piotr at debian.org>
Date: Mon Jan 27 22:06:55 2014 +0100
pybuild.rst: add a note about -dbg interpreters in --disable
---
debian/changelog | 2 ++
pybuild.rst | 2 ++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 096d26c..5a61473 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ dh-python (1.20131021-2) UNRELEASED; urgency=low
(closes: 732308)
* Assume UTF-8 encoding also in non UTF-8 environments while opening text
files (closes: 735370)
+ * Mention in pybuild's manpage that disabling anything for python3 doesn't
+ disable python3-dbg as well (closes: 735899)
-- Piotr Ożarowski <piotr at debian.org> Tue, 05 Nov 2013 22:57:20 +0100
diff --git a/pybuild.rst b/pybuild.rst
index 71539ba..7cfcda9 100644
--- a/pybuild.rst
+++ b/pybuild.rst
@@ -183,6 +183,8 @@ LIMITATIONS
change interpreter [default: python{version}]
--disable ITEMS
disable action, interpreter, version or any mix of them.
+ Note that f.e. python3 and python3-dbg are two different interpreters,
+ --disable python3/test doesn't disable python3-dbg's tests.
disable examples
~~~~~~~~~~~~~~~~
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dh-python.git
More information about the Reproducible-builds
mailing list