diff options
author | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2009-01-13 12:48:28 +0000 |
---|---|---|
committer | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2009-01-13 12:48:28 +0000 |
commit | 28707fdf3241fabac3a5a379ae83770a0b3216bd (patch) | |
tree | 192abcc3983673460bd43a85d04a2bc6d16313ae | |
parent | f9134f3aca61ee5b1cec3f136cf99e37a90bb9f4 (diff) | |
download | python-dmidecode-28707fdf3241fabac3a5a379ae83770a0b3216bd.tar.gz python-dmidecode-28707fdf3241fabac3a5a379ae83770a0b3216bd.tar.xz python-dmidecode-28707fdf3241fabac3a5a379ae83770a0b3216bd.zip |
Fixed watch file.
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@169 abc39116-655e-4be6-ad55-d661dc543056
-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 |