summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovico Cavedon <cavedon@debian.org>2011-04-01 20:22:54 -0700
committerLudovico Cavedon <cavedon@debian.org>2011-04-01 20:22:54 -0700
commite904585ce42ac45db05d2d1237b89c5dfe20d5a5 (patch)
tree2fed7cc43d577450355dcbfb101d11105924e783
parent1449d5f7fc0d6d17115720b33d395ca63f397fbb (diff)
Drop cdbs and use debhelper 8 and dh_python2.
-rw-r--r--debian/compat2
-rw-r--r--debian/control6
-rwxr-xr-xdebian/rules9
3 files changed, 7 insertions, 10 deletions
diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 72714b1..c31467c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,17 @@ Source: python-iniparse
Section: python
Priority: extra
Maintainer: Ludovico Cavedon <cavedon@debian.org>
-Build-Depends: debhelper (>= 7), cdbs, python
-Build-Depends-Indep: python-support (>= 0.5.3)
+Build-Depends: debhelper (>= 8), python
Standards-Version: 3.9.1
Homepage: http://code.google.com/p/iniparse/
Vcs-Git: git://git.debian.org/git/collab-maint/python-iniparse.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/python-iniparse.git
-XS-Python-Version: >= 2.4
+X-Python-Version: >= 2.4
Package: python-iniparse
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
Description: Module to access and modify configuration data in INI files
iniparse is a INI parser for Python which is:
.
diff --git a/debian/rules b/debian/rules
index 3230f1c..7cdc3e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,8 @@
#!/usr/bin/make -f
-DEB_PYTHON_SYSTEM=pysupport
+%:
+ dh $@ --with python2
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
-
-install/python-iniparse::
+override_dh_auto_install:
+ dh_auto_install
rm -r debian/python-iniparse/usr/share/doc/iniparse-*