shouldn't tell apt to map binary package names to source packages
Bug #275446 reported by
James Westby
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr-builddeb |
Fix Released
|
Medium
|
Unassigned | ||
2.0 |
Fix Released
|
Medium
|
Unassigned |
Bug Description
When using "apt-get source" to retrieve a tarball the source package
name is passed. apt will assume this is a binary package name and
look up the source package for it, but we pass the source package
name. This causes failures if there is a binary package named the
same as a source package that doesn't build it. --only-source disables
the lookup, and so it should be used.
Related branches
Changed in bzr-builddeb: | |
importance: | Undecided → Medium |
status: | New → Triaged |
milestone: | none → 2.1 |
Changed in bzr-builddeb: | |
status: | Triaged → Fix Committed |
Changed in bzr-builddeb: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
<email address hidden> in the 2.0 branch has the
fix.