summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authornima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-12-19 04:07:06 +0000
committernima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-12-19 04:07:06 +0000
commit6249a27ea72b83726975bfa6771b226f325c1a95 (patch)
tree5c8111b1bccd25848d425aa6e6d05265ca2ff24a /debian/rules
parente620d0a9d88875c425741ad2d40579e61cdd15b0 (diff)
downloadpython-dmidecode-6249a27ea72b83726975bfa6771b226f325c1a95.tar.gz
python-dmidecode-6249a27ea72b83726975bfa6771b226f325c1a95.tar.xz
python-dmidecode-6249a27ea72b83726975bfa6771b226f325c1a95.zip
Further work in enforcing the Debian policy in package based on advice from
`POX' and the documentation. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@119 abc39116-655e-4be6-ad55-d661dc543056
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index 98488c4..40f5a22 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,8 +11,8 @@ PYVERS = python2.4 python2.5
build: build-stamp
build-stamp: $(PYVERS:%=build-ext-%)
dh_testdir
- #docbook-to-man debian/dmidecode.sgml > dmidecode.1
- #$(MAKE) -f dmidecode.makefile
+ #docbook-to-man debian/python-dmidecode.sgml > python-dmidecode.1
+ #$(MAKE) -f Makefile
touch $@
build-ext-%:
$(subst $(PYDEF),python,$*) src/setup.py build
@@ -24,7 +24,7 @@ install: install-stamp
dh_testdir
dh_testroot
dh_installdirs
- #$(MAKE) DESTDIR=$(CURDIR)/debian/dmidecode install
+ #$(MAKE) DESTDIR=$(CURDIR)/debian/python-dmidecode install
install-stamp: build-stamp $(PYVERS:%=install-ext-%)
install-ext-%:
$(subst $(PYDEF),python,$*) src/setup.py install --root $(CURDIR)/debian/python-dmidecode
@@ -37,7 +37,7 @@ clean:
dh_testroot
-rm -f build-stamp configure-stamp
-rm -rf $(CURDIR)/debian/python-dmidecode
- -$(MAKE) -f dmidecode.makefile clean
+ -$(MAKE) -f Makefile clean
dh_clean