[Python-modules-commits] [pastedeploy] 02/02: Change directory to $ADTTMP before running Debian tests and print module

Ondřej Nový onovy-guest at moszumanska.debian.org
Thu May 26 19:59:42 UTC 2016


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

onovy-guest pushed a commit to branch master
in repository pastedeploy.

commit fdf308fb00c0442dc5b58dd0c0a7b8e5963a0940
Author: Ondřej Nový <novy at ondrej.org>
Date:   Thu May 26 21:51:19 2016 +0200

    Change directory to $ADTTMP before running Debian tests and print module
---
 debian/changelog     | 2 +-
 debian/tests/control | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9334f5e..c950d73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 pastedeploy (1.5.2-3) UNRELEASED; urgency=medium
 
-  * Change directory to $ADTTMP before running Debian tests
+  * Change directory to $ADTTMP before running Debian tests and print module
   * Standards-Version is 3.9.8 now (no change)
   * d/watch: Use pypi.debian.net
 
diff --git a/debian/tests/control b/debian/tests/control
index 3e19352..2828c4e 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
 Depends: python-pastedeploy
-Test-Command: cd "$ADTTMP" ; python -c "import paste.deploy"
+Test-Command: cd "$ADTTMP" ; python -c "import paste.deploy ; print paste.deploy"
 
 Depends: python3-pastedeploy
-Test-Command: cd "$ADTTMP" ; python3 -c "import paste.deploy"
+Test-Command: cd "$ADTTMP" ; python3 -c "import paste.deploy ; print(paste.deploy)"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pastedeploy.git



More information about the Python-modules-commits mailing list