From 20543ee1abb96ed63f4e6fa317954439b8a3057f Mon Sep 17 00:00:00 2001 From: nima Date: Sun, 21 Dec 2008 04:41:39 +0000 Subject: 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 --- Makefile | 4 ++++ debian/compat | 2 +- debian/control | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fae2839..f753ad0 100644 --- a/Makefile +++ b/Makefile @@ -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 -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 -- cgit