diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-07-30 19:07:33 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-07-30 19:07:33 +0200 |
| commit | 1d67c8142d295004c894473df5457b8ce9ed6197 (patch) | |
| tree | 2624df9923e964bd0fb021bdf305b038206175d9 | |
| parent | bb517c1da9e82d36b2c599f308d5451be68fadcb (diff) | |
| download | python-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/control | 4 |
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), |
