[Python-modules-commits] [python-cups] 02/02: Added simple Debian tests
Ondřej Nový
onovy-guest at moszumanska.debian.org
Sun Mar 6 22:53:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy-guest pushed a commit to branch master
in repository python-cups.
commit 76880020225de327837579e9f63b1a1bf8414d42
Author: Ondřej Nový <novy at ondrej.org>
Date: Sun Mar 6 23:52:19 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 206e7f1..3fdc146 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ python-cups (1.9.72-2) UNRELEASED; urgency=medium
* Team Upload
* Fixed Vcs-Git (git->https)
* Standards-Version is 3.9.7 now (no change)
+ * Added simple Debian tests
-- Ondřej Nový <novy at ondrej.org> Sun, 06 Mar 2016 23:27:04 +0100
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..2e6c1a0
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,5 @@
+Depends: python-cups
+Test-Command: python -c "import cups"
+
+Depends: python3-cups
+Test-Command: python3 -c "import cups"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-cups.git
More information about the Python-modules-commits
mailing list