upgraded python packaging to modern, non-deprecated standards

This commit is contained in:
Markus Rosenstihl 2018-04-03 17:07:16 +02:00
parent 7511f6df94
commit c3c4839d3c
3 changed files with 3 additions and 5 deletions

2
debian/compat vendored
View File

@ -1 +1 @@
5
9

1
debian/pycompat vendored
View File

@ -1 +0,0 @@
2

5
debian/rules vendored
View File

@ -4,7 +4,7 @@
# May 2007
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
#export DH_VERBOSE=1
PYVERS=$(shell pyversions -vr)
PACKAGE_NAME=python-damaris
MODULE_NAME=damaris
@ -48,9 +48,8 @@ binary-indep: build install
dh_testroot -i
dh_installchangelogs -i
dh_installdocs -i
dh_pysupport
dh_python2
dh_installmenu -i
dh_desktop -i
dh_compress -i -X.py
dh_fixperms -i
dh_installdeb -i