python-mkdebian repeats dependencies

Bug #608304 reported by Umang Varma
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-distutils-extra
Fix Released
Undecided
Umang Varma

Bug Description

Hi, I'm trying python-distutils-extra 2.20 and while running it on a hello world application, I found dependencies being repeated:

$ cat debian/control
Source: bar
Section: python
Priority: extra
Build-Depends: cdbs (>= 0.4.43),
 debhelper (>= 6),
 python,
 python-support (>= 0.6.4),
 python-distutils-extra (>= 2.10)
Maintainer: UNKNOWN <UNKNOWN>
Standards-Version: 3.8.3
XS-Python-Version: current

Package: bar
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${misc:Depends},
 ${python:Depends}${misc:Depends},
 ${python:Depends}
Description: UNKNOWN
 UNKNOWN

Depends should just be

    Depends: ${misc:Depends}, ${python:Depends}

not

    Depends: ${misc:Depends},
     ${python:Depends}${misc:Depends},
     ${python:Depends}

Umang Varma (umang)
Changed in python-distutils-extra:
assignee: nobody → Umang Varma (umang)
Umang Varma (umang)
Changed in python-distutils-extra:
status: New → In Progress
Revision history for this message
Martin Pitt (pitti) wrote :

Merged into trunk, thank you!

Changed in python-distutils-extra:
status: In Progress → Fix Committed
Martin Pitt (pitti)
Changed in python-distutils-extra:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.