[Piuparts-commits] [piuparts] 01/01: Add python (>= 2.7) to the depends of piuparts-master and piuparts-slave as dh-python has been changed to only add python depends if it finds python code in PATH. Thanks lintian.
Holger Levsen
holger at layer-acht.org
Mon Mar 6 22:09:39 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit 450808449d6328ca88d64e72bb3774b879a6c849
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Mar 6 23:09:29 2017 +0100
Add python (>= 2.7) to the depends of piuparts-master and piuparts-slave as dh-python has been changed to only add python depends if it finds python code in PATH. Thanks lintian.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
debian/changelog | 3 +++
debian/control | 2 ++
2 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 272f701..f826986 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -47,6 +47,9 @@ piuparts (0.76) UNRELEASED; urgency=medium
apt 1.1 message on attempted removal of essential packages.
* Add bug template for failing to upgrade from testing to sid.
* Add bug template for shipping broken symlinks.
+ * Add python (>= 2.7) to the depends of piuparts-master and piuparts-slave
+ as dh-python has been changed to only add python depends if it finds
+ python code in PATH. Thanks lintian.
[ Holger Levsen ]
* piuparts.py:
diff --git a/debian/control b/debian/control
index fe2c5d2..f65fd2f 100644
--- a/debian/control
+++ b/debian/control
@@ -65,6 +65,7 @@ Depends:
xz-utils,
python-yaml,
${misc:Depends},
+ python (>= 2.7),
${python:Depends}
Recommends:
apache2 | httpd,
@@ -98,6 +99,7 @@ Depends:
screen,
sudo,
${misc:Depends},
+ python (>= 2.7),
${python:Depends}
Suggests:
schroot
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git
More information about the Piuparts-commits
mailing list