[Python-modules-commits] [pastedeploy] 01/02: Change directory to $ADTTMP before running Debian tests
Ondřej Nový
onovy-guest at moszumanska.debian.org
Tue Apr 19 20:03:19 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 c8ae0df9330ceccf23cd55b9d39a856948c45bbc
Author: Ondřej Nový <novy at ondrej.org>
Date: Tue Apr 19 22:02:17 2016 +0200
Change directory to $ADTTMP before running Debian tests
---
debian/changelog | 6 ++++++
debian/tests/control | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0581d5a..7a2ea47 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pastedeploy (1.5.2-3) UNRELEASED; urgency=medium
+
+ * Change directory to $ADTTMP before running Debian tests
+
+ -- Ondřej Nový <novy at ondrej.org> Tue, 19 Apr 2016 22:01:49 +0200
+
pastedeploy (1.5.2-2) unstable; urgency=medium
[ Piotr Ożarowski ]
diff --git a/debian/tests/control b/debian/tests/control
index 52d5f6c..3e19352 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
Depends: python-pastedeploy
-Test-Command: python -c "import paste.deploy"
+Test-Command: cd "$ADTTMP" ; python -c "import paste.deploy"
Depends: python3-pastedeploy
-Test-Command: python3 -c "import paste.deploy"
+Test-Command: cd "$ADTTMP" ; python3 -c "import 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