summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorNima Talebi <nima@autonomy.net.au>2009-04-17 21:40:55 +1000
committerNima Talebi <nima@autonomy.net.au>2009-04-17 21:40:55 +1000
commitd8aecc31dd70d0286258aeac3f5ca0adb51a9add (patch)
tree0d5f3716843945e72dce623f5c6993232e62c520 /debian
parent69dfdaee01c89096e76fbd8db9531d759d43e7c2 (diff)
downloadpython-dmidecode-d8aecc31dd70d0286258aeac3f5ca0adb51a9add.tar.gz
python-dmidecode-d8aecc31dd70d0286258aeac3f5ca0adb51a9add.tar.xz
python-dmidecode-d8aecc31dd70d0286258aeac3f5ca0adb51a9add.zip
Converting to pysupport from pycentral.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control8
-rwxr-xr-xdebian/rules4
3 files changed, 12 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 53d4551..4cdf996 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-dmidecode (2.10.5-3) unstable; urgency=low
+
+ * Converting to pysupport from pycentral.
+
+ -- Nima Talebi <nima@it.net.au> Fri, 17 Apr 2009 21:40:38 +1000
+
python-dmidecode (2.10.5-2) unstable; urgency=low
* Minor cleanup.
diff --git a/debian/control b/debian/control
index 855e3f2..750aab2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,12 @@
Source: python-dmidecode
-XS-Python-Version: >= 2.3
+XS-Python-Version: >= 2.4
Section: python
Priority: optional
Homepage: http://projects.autonomy.net.au/dmidecode
Maintainer: Nima Talebi <nima@it.net.au>
-Build-Depends: debhelper (>= 7), python-all-dev (>= 2.3.5-11), python-all-dbg
- python-central (>= 0.6),
-Standards-Version: 3.8.0
+Build-Depends: debhelper (> 7), python-support (>= 0.5.3), python,
+ python-all-dev (>= 2.3.5-11), python-all-dbg
+Standards-Version: 3.8.1
Package: python-dmidecode
XB-Python-Version: ${python:Versions}
diff --git a/debian/rules b/debian/rules
index 81b8e8b..a5b0785 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
export DH_VERBOSE=0
-PACKAGE = $(shell dh_listpackages)
+PACKAGE = $(shell dh_listpackages|head -n1)
PYVERS = $(shell pyversions -vr)
################################################################################
@@ -26,7 +26,7 @@ install: install-stamp
dh_installdocs
dh_installexamples
dh_install
- dh_pycentral
+ dh_pysupport
dh_installman
install-stamp: build-stamp $(PYVERS:%=install-ext-%) $(PYVERS:%=install-dbg-ext-%)
install-ext-%: