summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-07-30 19:07:33 +0200
committerJulian Andres Klode <jak@debian.org>2009-07-30 19:07:33 +0200
commit1d67c8142d295004c894473df5457b8ce9ed6197 (patch)
tree2624df9923e964bd0fb021bdf305b038206175d9
parentbb517c1da9e82d36b2c599f308d5451be68fadcb (diff)
downloadpython-apt-1d67c8142d295004c894473df5457b8ce9ed6197.tar.gz
debian/control: Do not use versioned build-deps on python-all-{dev,dbg}.
Debhelper should conflict against older versions, as it uses --install-layout. But we should'nt do debhelper's work here.
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 1d3a9dd3..6d27549a 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,8 @@ XS-Python-Version: all
Build-Depends: apt-utils,
debhelper (>= 7.3.5),
libapt-pkg-dev (>= 0.7.22~),
- python-all-dbg (>= 2.5.4-1),
- python-all-dev (>= 2.5.4-1),
+ python-all-dbg,
+ python-all-dev,
python-central (>= 0.5),
python-debian,
python-distutils-extra (>= 1.9.0),