[Python-modules-commits] [pastedeploy] 01/01: Added simple Debian tests.

Ondřej Nový onovy-guest at moszumanska.debian.org
Fri Mar 4 14:52:30 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 11583d7f98509e14c0c0f6055b0ec1bc0d970f19
Author: Ondřej Nový <novy at ondrej.org>
Date:   Fri Mar 4 15:52:18 2016 +0100

    Added simple Debian tests.
---
 debian/changelog     | 1 +
 debian/tests/control | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 53c38ff..fb3f675 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ pastedeploy (1.5.2-2) UNRELEASED; urgency=medium
   * Distinguish description of Py2/3 packages.
   * Added doc base.
   * Added upstream changelog.
+  * Added simple Debian tests.
 
  -- Ondřej Nový <novy at ondrej.org>  Fri, 04 Mar 2016 15:26:56 +0100
 
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..52d5f6c
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,5 @@
+Depends: python-pastedeploy
+Test-Command: python -c "import paste.deploy"
+
+Depends: python3-pastedeploy
+Test-Command: 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