[Bug 1002076] [NEW] python-mkdebian adds wrongly kde4 dependency
Launchpad Bug Tracker
1002076 at bugs.launchpad.net
Mon May 28 13:54:02 UTC 2012
You have been subscribed to a public bug by Angelo Compagnucci (angeloc):
python-mkdebian adds kde4 dependency if ui file is found also when none
of kde4 classes is used.
The error is locate in python-mkdebian:
if subprocess.call('find -name "*.ui" | xargs grep -q \'<widget class="Q\'',
shell=True) == 0:
print 'Package uses KDE *.ui files, adding python-kde4-dev build dependency'
bdeps += ',\n python-kde4-dev'
ui files are grepped for classes beginning in Q when kde4 classes begins
in K.
** Affects: python-distutils-extra (Ubuntu)
Importance: Undecided
Assignee: Angelo Compagnucci (angeloc)
Status: Fix Released
--
python-mkdebian adds wrongly kde4 dependency
https://bugs.launchpad.net/bugs/1002076
You received this bug notification because you are a member of Ubuntu Sponsors Team, which is subscribed to the bug report.
More information about the Ubuntu-sponsors
mailing list