[Python-modules-commits] [paste] 02/02: Added simple Debian tests

Ondřej Nový onovy-guest at moszumanska.debian.org
Sat Mar 5 23:03:16 UTC 2016


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

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

commit 8e85564daa20f9e008a6105c80335d01646c3417
Author: Ondřej Nový <novy at ondrej.org>
Date:   Sun Mar 6 00:02:37 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 28659bc..a84cb12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ paste (2.0.2+dfsg-1) UNRELEASED; urgency=medium
   * Standards-Version is 3.9.7 now
   * d/copyright: Files-Excluded: paste/evalexception/media/MochiKit.packed.js
   * d/watch: Added dfsg suffix
+  * Added simple Debian tests
 
  -- Ondřej Nový <novy at ondrej.org>  Fri, 04 Mar 2016 23:24:56 +0100
 
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..a6fc3f4
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,5 @@
+Depends: python-paste
+Test-Command: python -c "import paste"
+
+Depends: python3-paste
+Test-Command: python3 -c "import paste"

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



More information about the Python-modules-commits mailing list