diff options
| author | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2009-02-22 13:34:24 +0000 |
|---|---|---|
| committer | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2009-02-22 13:34:24 +0000 |
| commit | 78c26d98b13f3ee16d93f8950198376afb7589cb (patch) | |
| tree | 17801dc8d64a5470ee4bcb27407fecc7526fd1e9 /debian/rules | |
| parent | e203e56f9b06f7860f4f1f4c3dded6c7e2031c5b (diff) | |
| download | python-dmidecode-78c26d98b13f3ee16d93f8950198376afb7589cb.tar.gz python-dmidecode-78c26d98b13f3ee16d93f8950198376afb7589cb.tar.xz python-dmidecode-78c26d98b13f3ee16d93f8950198376afb7589cb.zip | |
Fixed bug reported by Ralf Treinen.
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@174 abc39116-655e-4be6-ad55-d661dc543056
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index f5de738..b7b6b95 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ build-ext-%: python$* src/setup.py build touch $@ build-dbg-ext-%: - python$*-dbg src/setup.py build + python$*-dbg src/setup-dbg.py build touch $@ @@ -36,7 +36,7 @@ install-ext-%: python$* src/setup.py install --root $(CURDIR)/debian/python-dmidecode touch $@ install-dbg-ext-%: - python$*-dbg src/setup.py install --root $(CURDIR)/debian/python-dmidecode-dbg + python$*-dbg src/setup-dbg.py install --root $(CURDIR)/debian/python-dmidecode-dbg #find $(CURDIR)/debian/python-dmidecode-dbg/usr/lib/python$*/ ! -type d ! -name '*_d\.so' -delete #find $(CURDIR)/debian/python-dmidecode-dbg/usr/lib/python$*/ -depth -empty -delete touch $@ |
