summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLudovico Cavedon <cavedon@debian.org>2011-04-01 20:50:22 -0700
committerLudovico Cavedon <cavedon@debian.org>2011-04-01 20:50:22 -0700
commite42a1d31357331b713c332081589d9bc5a196658 (patch)
treee1fbddd14570ee8f354dd15a24fe38ec36d4a474 /debian/control
parente904585ce42ac45db05d2d1237b89c5dfe20d5a5 (diff)
Add Breaks: {python:Breaks}
Tell dh to call distutils.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index c31467c..5377fff 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Package: python-iniparse
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Provides: ${python:Provides}
+Breaks: ${python:Breaks}
Description: Module to access and modify configuration data in INI files
iniparse is a INI parser for Python which is:
.