summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLudovico Cavedon <ludovico.cavedon@gmail.com>2010-04-18 23:49:32 -0700
committerLudovico Cavedon <ludovico.cavedon@gmail.com>2010-04-18 23:49:32 -0700
commit77591e024a5cca0e00715d3dbed3dff38854a55a (patch)
treebffcafc37ec43b23b9b97526d7fd06f46a15e5f4 /debian
parent8baaabca415367ab01889c2d1a69ae9f7c612530 (diff)
Build-Depend on python rather than python-all.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/control2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 459896d..8786649 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ python-iniparse (0.3.2-1) unstable; urgency=low
* Remove DM-Upload-Allowed and change maintainer email.
* Convert to source format 3.0 (quilt).
* Update Standards-Version to 3.8.4.
+ * Build-Depend on python rather than python-all.
- -- Ludovico Cavedon <cavedon@debian.org> Sun, 18 Apr 2010 23:44:35 -0700
+ -- Ludovico Cavedon <cavedon@debian.org> Sun, 18 Apr 2010 23:48:47 -0700
python-iniparse (0.3.1-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index ea2b9b8..cd78fa4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: python-iniparse
Section: python
Priority: extra
Maintainer: Ludovico Cavedon <cavedon@debian.org>
-Build-Depends: debhelper (>= 7), cdbs, python-all
+Build-Depends: debhelper (>= 7), cdbs, python
Build-Depends-Indep: python-support (>= 0.5.3)
Standards-Version: 3.8.4
Homepage: http://code.google.com/p/iniparse/