diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 0fa0995..b77ab76 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ build: build-stamp build-stamp: dh_testdir - python setup.py build + python3 setup.py build clean: dh_testdir dh_testroot @@ -34,7 +34,7 @@ binary-indep: build install dh_strip dh_compress dh_fixperms - dh_python2 + dh_python3 dh_installdeb dh_shlibdeps dh_gencontrol |