diff options
-rwxr-xr-x | debian/rules | 3 | ||||
-rw-r--r-- | debian/watch | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index cbb35d1..5d2e193 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,8 @@ #!/usr/bin/make -f export DH_VERBOSE=0 -PYVERS = $(shell pyversions -vr) +PACKAGE = $(shell dh_listpackages) +PYVERS = $(shell pyversions -vr) ################################################################################ #. Build diff --git a/debian/watch b/debian/watch index 3093250..2018f4f 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://src.autonomy.net.au/python-dmidecode/python-dmidecode_(.*).orig.tar.gz +http://src.autonomy.net.au/python-dmidecode/python-dmidecode-(.*).tar.gz |