File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Build-Depends: bash-completion,
9
9
python3-setuptools
10
10
Build-Depends-Indep: txt2man
11
11
Standards-Version: 3.9.7
12
+ Testsuite: autopkgtest
12
13
X-Python-Version: >= 3.3
13
14
Homepage: https://github.com/Russell91/pythonpy
14
15
Vcs-Git: https://github.com/myhro/deb-pythonpy.git
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ override_dh_auto_install:
15
15
dh_auto_install -- --install-args " --install-lib=/usr/share/pythonpy --install-scripts=/usr/share/pythonpy"
16
16
17
17
18
+ override_dh_auto_test :
19
+ # The test suite is composed of functional tests which are specified in "debian/tests/control" (DEP-8).
20
+
21
+
18
22
override_dh_fixperms :
19
23
dh_fixperms
20
24
chmod 755 debian/pythonpy/usr/share/pythonpy/pythonpy/__main__.py
Original file line number Diff line number Diff line change
1
+ Test-Command: python3 -m unittest discover -v
2
+ Depends: @, python3
3
+ Restrictions: allow-stderr
You can’t perform that action at this time.
0 commit comments