summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
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 <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