diff options
author | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2008-12-21 04:41:39 +0000 |
---|---|---|
committer | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2008-12-21 04:41:39 +0000 |
commit | 20543ee1abb96ed63f4e6fa317954439b8a3057f (patch) | |
tree | e4c7067e678b28e0708c3f88943c2d685b55918d | |
parent | 5337eca7114bec25f59910971c734d7aac416c2e (diff) | |
download | python-dmidecode-20543ee1abb96ed63f4e6fa317954439b8a3057f.tar.gz python-dmidecode-20543ee1abb96ed63f4e6fa317954439b8a3057f.tar.xz python-dmidecode-20543ee1abb96ed63f4e6fa317954439b8a3057f.zip |
Upped debhelper build-required version from 5 to 7.
Final cleanups.
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@152 abc39116-655e-4be6-ad55-d661dc543056
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -61,6 +61,10 @@ $(SRCSRV)/$(PACKAGE)/$(PACKAGE)_$(VERSION).orig.tar.gz: ../$(PACKAGE)_$(VERSION) svn-buildpackage --svn-ignore-new -us -uc -rfakeroot -enima@it.net.au lintian --verbose -c ../build-area/$(PACKAGE)_$(VERSION)-1_i386.deb lintian --verbose -iI ../build-area/$(PACKAGE)_$(VERSION)-1_i386.changes + cd ../build-area/ && \ + gpg --clearsign python-dmidecode_2.10-1_i386.changes && \ + mv python-dmidecode_2.10-1_i386.changes.asc python-dmidecode_2.10-1_i386.changes && \ + dupload -t mentors python-dmidecode_2.10-1_i386.changes touch $@ $(SO): diff --git a/debian/compat b/debian/compat index 7ed6ff8..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +7 diff --git a/debian/control b/debian/control index 06184d8..2ab9e5a 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ XS-Python-Version: >= 2.3 Section: python Priority: optional Maintainer: Nima Talebi <nima@it.net.au> -Build-Depends: debhelper (>= 5), python-all-dev (>= 2.3.5-11), python-central (>= 0.6) +Build-Depends: debhelper (>= 7), python-all-dev (>= 2.3.5-11), python-central (>= 0.6) Standards-Version: 3.8.0 Package: python-dmidecode |