[Python-modules-commits] [python-psutil] 13/16: run build also for the debug flavor
Sandro Tosi
morph at moszumanska.debian.org
Sun Apr 10 19:44:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository python-psutil.
commit 3d9222cad92e9bbc1455b0b6a364c0bd45b775cc
Author: Sandro Tosi <morph at debian.org>
Date: Sun Apr 10 15:12:14 2016 +0100
run build also for the debug flavor
---
debian/changelog | 4 +++-
debian/rules | 1 +
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index a93b539..30f120a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,11 +4,13 @@ python-psutil (4.1.0-1) UNRELEASED; urgency=medium
* New upstream release
* debian/python-psutil-doc.examples
- install examples from 'scripts' directory
+ * debian/rules
+ - run build also for the debug flavor
[ Ondřej Nový ]
* Fixed VCS URL
- -- Sandro Tosi <morph at debian.org> Sun, 10 Apr 2016 12:42:40 +0100
+ -- Sandro Tosi <morph at debian.org> Sun, 10 Apr 2016 15:11:57 +0100
python-psutil (3.4.2-1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index a6a5d9c..3980052 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,7 @@ override_dh_auto_build:
set -e ; \
for python in $(PY2VERS) $(PY3VERS); do \
$$python setup.py build; \
+ $$python-dbg setup.py build; \
done
$(MAKE) -C docs html
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-psutil.git
More information about the Python-modules-commits
mailing list