Added simple Debian tests.

This commit is contained in:
Ondřej Nový 2016-04-29 11:33:10 +02:00
parent a07f195d47
commit 7c34046d41
2 changed files with 6 additions and 0 deletions

1
debian/changelog vendored
View File

@ -3,6 +3,7 @@ python-croniter (0.3.12-1) UNRELEASED; urgency=medium
* New upstream release.
* Fixed homepage, VCS, GIT and source URL (https).
* Standards-Version is 3.9.8 now (no change).
* Added simple Debian tests.
-- Ondřej Nový <novy@ondrej.org> Sun, 28 Feb 2016 15:34:52 +0100

5
debian/tests/control vendored Normal file
View File

@ -0,0 +1,5 @@
Depends: python-croniter
Test-Command: cd "$ADTTMP" ; python -c "import croniter ; print croniter"
Depends: python3-croniter
Test-Command: cd "$ADTTMP" ; python3 -c "import croniter ; print(croniter)"