Activity log for bug #1002076

Date Who What changed Old value New value Message
2012-05-20 22:18:36 Angelo Compagnucci bug added bug
2012-05-20 22:23:44 Launchpad Janitor branch linked lp:~angeloc/python-distutils-extra/fix-for-1002076
2012-05-21 05:54:31 Martin Pitt python-distutils-extra: status New In Progress
2012-05-21 05:59:20 Launchpad Janitor branch linked lp:python-distutils-extra
2012-05-21 06:14:03 Launchpad Janitor branch linked lp:ubuntu/python-distutils-extra
2012-05-21 06:27:12 Angelo Compagnucci python-distutils-extra: assignee Angelo Compagnucci (angeloc)
2012-05-21 06:31:19 Martin Pitt affects python-distutils-extra python-distutils-extra (Ubuntu)
2012-05-21 06:31:40 Martin Pitt python-distutils-extra (Ubuntu): status In Progress Fix Released
2012-05-28 13:54:02 Angelo Compagnucci bug added subscriber Ubuntu Sponsors Team
2012-05-28 13:54:57 Angelo Compagnucci bug added subscriber Ubuntu Stable Release Updates Team
2012-05-29 03:50:36 Martin Pitt nominated for series Ubuntu Precise
2012-05-29 03:50:36 Martin Pitt bug task added python-distutils-extra (Ubuntu Precise)
2012-06-07 17:21:39 Sebastien Bacher removed subscriber Ubuntu Sponsors Team
2012-07-02 10:31:19 Daniel Holbach description 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. 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. TEST-CASE: ---------- Test-case: cd /tmp quickly create ubuntu-application test-project cd test-project/ echo '<widget class="Q' > test.ui bzr add test.ui quickly package Observe in debian/control: no build-dep on python-kde4-dev, if you change the 'Q' to 'K' in test.ui and re-run 'quickly package', it will get added as a build depends. REGRESSION POTENTIAL: --------------------- Almost no regression potential. As the changes mostly revolve around descriptive changes in the packaging of apps, there is little which can go wrong.
2012-07-02 10:31:35 Daniel Holbach tags arb
2012-07-03 18:54:07 Brian Murray python-distutils-extra (Ubuntu Precise): status New Fix Committed
2012-07-03 18:54:11 Brian Murray bug added subscriber SRU Verification
2012-07-03 18:54:17 Brian Murray tags arb arb verification-needed
2012-07-03 19:15:20 Launchpad Janitor branch linked lp:ubuntu/precise-proposed/python-distutils-extra
2012-07-24 16:48:27 Sebastien Bacher description 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. TEST-CASE: ---------- Test-case: cd /tmp quickly create ubuntu-application test-project cd test-project/ echo '<widget class="Q' > test.ui bzr add test.ui quickly package Observe in debian/control: no build-dep on python-kde4-dev, if you change the 'Q' to 'K' in test.ui and re-run 'quickly package', it will get added as a build depends. REGRESSION POTENTIAL: --------------------- Almost no regression potential. As the changes mostly revolve around descriptive changes in the packaging of apps, there is little which can go wrong. 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. TEST-CASE: ---------- Test-case:   cd /tmp   quickly create ubuntu-application test-project   cd test-project/   echo '<widget class="Q">' > test.ui   bzr add test.ui   quickly package Observe in debian/control: no build-dep on python-kde4-dev, if you change the 'Q' to 'K' in test.ui and re-run 'quickly package', it will get added as a build depends. REGRESSION POTENTIAL: --------------------- Almost no regression potential. As the changes mostly revolve around descriptive changes in the packaging of apps, there is little which can go wrong.
2012-07-24 16:49:41 Didier Roche-Tolomelli description 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. TEST-CASE: ---------- Test-case:   cd /tmp   quickly create ubuntu-application test-project   cd test-project/   echo '<widget class="Q">' > test.ui   bzr add test.ui   quickly package Observe in debian/control: no build-dep on python-kde4-dev, if you change the 'Q' to 'K' in test.ui and re-run 'quickly package', it will get added as a build depends. REGRESSION POTENTIAL: --------------------- Almost no regression potential. As the changes mostly revolve around descriptive changes in the packaging of apps, there is little which can go wrong. 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. TEST-CASE: ---------- Test-case:   cd /tmp   quickly create ubuntu-application test-project   cd test-project/   echo '<widget class="Q">' > data/ui/test.ui   bzr add   quickly package Observe in debian/control: no build-dep on python-kde4-dev, if you change the 'Q' to 'K' in test.ui and re-run 'quickly package', it will get added as a build depends. REGRESSION POTENTIAL: --------------------- Almost no regression potential. As the changes mostly revolve around descriptive changes in the packaging of apps, there is little which can go wrong.
2012-07-24 16:51:48 Sebastien Bacher tags arb verification-needed arb verification-done
2012-07-25 03:10:13 Launchpad Janitor python-distutils-extra (Ubuntu Precise): status Fix Committed Fix Released