Skip to content

Commit 28707fd

Browse files
author
nima
committed
Fixed watch file.
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@169 abc39116-655e-4be6-ad55-d661dc543056
1 parent f9134f3 commit 28707fd

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

debian/rules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/make -f
22

33
export DH_VERBOSE=0
4-
PYVERS = $(shell pyversions -vr)
4+
PACKAGE = $(shell dh_listpackages)
5+
PYVERS = $(shell pyversions -vr)
56

67
################################################################################
78
#. Build

debian/watch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=3
2-
http://src.autonomy.net.au/python-dmidecode/python-dmidecode_(.*).orig.tar.gz
2+
http://src.autonomy.net.au/python-dmidecode/python-dmidecode-(.*).tar.gz

0 commit comments

Comments
 (0)