summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control6
1 files changed, 2 insertions, 4 deletions
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:
.