autopkgtest
This commit is contained in:
parent
c2e49268e4
commit
d3bd603013
3 changed files with 5 additions and 0 deletions
1
debian/control
vendored
1
debian/control
vendored
|
@ -5,6 +5,7 @@ Maintainer: boyska <piuttosto@logorroici.org>
|
||||||
Build-Depends: debhelper (>= 9~), dh-python, python-all (>=2.6.6-3~), python-setuptools
|
Build-Depends: debhelper (>= 9~), dh-python, python-all (>=2.6.6-3~), python-setuptools
|
||||||
Standards-Version: 3.9.4
|
Standards-Version: 3.9.4
|
||||||
X-Python-Version: >= 2.7
|
X-Python-Version: >= 2.7
|
||||||
|
Testsuite: autopkgtest
|
||||||
|
|
||||||
Package: python-fsdb
|
Package: python-fsdb
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
|
2
debian/tests/control
vendored
Normal file
2
debian/tests/control
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Tests: import
|
||||||
|
Depends: @
|
2
debian/tests/import
vendored
Normal file
2
debian/tests/import
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
python -m fsdb.fsdb
|
Loading…
Reference in a new issue