a ubuntu-project should depend on python-desktopcouch-records
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Quickly |
Invalid
|
High
|
Unassigned | ||
python-distutils-extra |
Fix Released
|
Medium
|
Unassigned | ||
python-distutils-extra (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
I used $quickly release to create a ppa:
https:/
When I installed the ppa, it did not install python-
I add some additional infos:
In one of the project file, we have:
from desktopcouch.
from desktopcouch.
but when calling python-mkdebian, we get a depend on python-desktopcouch and not python-
After some analyses, when we are at desktopcouch.
- iit first fail with python-desktopcouch
- then, look at dpkg -S */desktopcouch/
-> found python-
and so, adding it.
$ locate server | grep records
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/share/
/usr/share/
$ dpkg -S /usr/share/
python-
but
$ dpkg -S /usr/lib/
dpkg: /usr/lib/
-> maybe it try to import this later instead of the one in pyshared and doesn't find the corresponding package?
Related branches
- Registry Administrators: Pending requested
- Diff: None lines
Changed in quickly: | |
importance: | Undecided → High |
Changed in quickly: | |
status: | New → In Progress |
milestone: | none → 0.2.1 |
description: | updated |
Changed in quickly: | |
status: | In Progress → Invalid |
description: | updated |
The attached branch fix this case