Typo in NEWS file
Bug #726616 reported by
Barry Warsaw
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
computer-janitor (Ubuntu) |
Fix Released
|
Low
|
Unassigned |
Bug Description
Binary package hint: computer-janitor
The NEWS file entry for version 1.13.2 has a typo. It should be "publicly" instead of "publically".
Related branches
lp://staging/~er-abhinav-upadhyay/computer-janitor/bug-726616
Rejected
for merging
into
lp://staging/computer-janitor
- Barry Warsaw: Disapprove
-
Diff: 10575 lines (+10103/-0) (has conflicts)83 files modifiedCOPYING (+676/-0)
CoverageTestRunner.py (+203/-0)
Makefile (+52/-0)
NEWS (+262/-0)
README (+31/-0)
TODO (+30/-0)
computer-janitor (+41/-0)
computer-janitor-gtk (+68/-0)
computer-janitor-gtk.8 (+36/-0)
computer-janitor.8 (+222/-0)
computerjanitorapp/__init__.py (+44/-0)
computerjanitorapp/cli/main.py (+312/-0)
computerjanitorapp/gtk/dialogs.py (+125/-0)
computerjanitorapp/gtk/main.py (+32/-0)
computerjanitorapp/gtk/store.py (+162/-0)
computerjanitorapp/gtk/ui.py (+594/-0)
computerjanitorapp/terminalsize.py (+63/-0)
computerjanitorapp/tests/test_all.py (+29/-0)
computerjanitorapp/tests/test_terminalsize.py (+54/-0)
computerjanitorapp/tests/test_utilities.py (+70/-0)
computerjanitorapp/utilities.py (+51/-0)
computerjanitord/application.py (+90/-0)
computerjanitord/authenticator.py (+85/-0)
computerjanitord/collector.py (+168/-0)
computerjanitord/data/com.ubuntu.ComputerJanitor.conf (+15/-0)
computerjanitord/data/com.ubuntu.ComputerJanitor.service (+4/-0)
computerjanitord/data/com.ubuntu.computerjanitor.policy (+19/-0)
computerjanitord/errors.py (+95/-0)
computerjanitord/main.py (+120/-0)
computerjanitord/service.py (+288/-0)
computerjanitord/state.py (+92/-0)
computerjanitord/tests/data/etc/apt/sources.list (+1/-0)
computerjanitord/tests/data/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_intrepid_restricted_binary-i386_Packages (+54/-0)
computerjanitord/tests/data/var/lib/dpkg/status (+28/-0)
computerjanitord/tests/test_all.py (+41/-0)
computerjanitord/tests/test_application.py (+105/-0)
computerjanitord/tests/test_authenticator.py (+97/-0)
computerjanitord/tests/test_collector.py (+225/-0)
computerjanitord/tests/test_state.py (+141/-0)
computerjanitord/tests/test_whitelist.py (+119/-0)
computerjanitord/whitelist.py (+86/-0)
data/ComputerJanitor.ui (+552/-0)
data/computer-janitor-gtk.desktop.in (+11/-0)
debian/changelog (+561/-0)
debian/compat (+1/-0)
debian/computer-janitor-gtk.install (+6/-0)
debian/computer-janitor-gtk.lintian-overrides (+2/-0)
debian/computer-janitor.docs (+1/-0)
debian/computer-janitor.install (+8/-0)
debian/computer-janitor.postinst (+28/-0)
debian/computer-janitor.postrm (+18/-0)
debian/control (+56/-0)
debian/copyright (+35/-0)
debian/default.whitelist (+4/-0)
debian/pycompat (+1/-0)
debian/rules (+41/-0)
debian/watch (+3/-0)
janitord (+27/-0)
license-check (+72/-0)
license-exceptions (+24/-0)
plugins/add_nfs_common_plugin.py (+58/-0)
plugins/autoremoval_plugin.py (+40/-0)
plugins/autoremoval_plugin_tests.py (+54/-0)
plugins/check_admin_group_plugin.py (+85/-0)
plugins/dpkg_dotfile_plugin.py (+87/-0)
plugins/dpkg_dotfile_plugin_tests.py (+107/-0)
plugins/fstab_plugin.py (+124/-0)
plugins/fstab_plugin_tests.py (+123/-0)
plugins/landscape_stub_plugin.py (+59/-0)
plugins/landscape_stub_plugin_tests.py (+87/-0)
plugins/unsupported_plugin.py (+131/-0)
plugins/unsupported_plugin_tests.py (+103/-0)
po/POTFILES.in (+29/-0)
po/computerjanitor.pot (+289/-0)
po/es.po (+427/-0)
po/fi.po (+427/-0)
po/fr.po (+426/-0)
po/ja.po (+422/-0)
po/pl.po (+401/-0)
run_from_checkout.sh (+10/-0)
setup.cfg (+5/-0)
setup.py (+97/-0)
test-env (+31/-0)
lp://staging/~cire831/computer-janitor/bug-726616
Rejected
for merging
into
lp://staging/computer-janitor
- Barry Warsaw: Disapprove
-
Diff: 10575 lines (+10103/-0) (has conflicts)83 files modifiedCOPYING (+676/-0)
CoverageTestRunner.py (+203/-0)
Makefile (+52/-0)
NEWS (+262/-0)
README (+31/-0)
TODO (+30/-0)
computer-janitor (+41/-0)
computer-janitor-gtk (+68/-0)
computer-janitor-gtk.8 (+36/-0)
computer-janitor.8 (+222/-0)
computerjanitorapp/__init__.py (+44/-0)
computerjanitorapp/cli/main.py (+312/-0)
computerjanitorapp/gtk/dialogs.py (+125/-0)
computerjanitorapp/gtk/main.py (+32/-0)
computerjanitorapp/gtk/store.py (+162/-0)
computerjanitorapp/gtk/ui.py (+594/-0)
computerjanitorapp/terminalsize.py (+63/-0)
computerjanitorapp/tests/test_all.py (+29/-0)
computerjanitorapp/tests/test_terminalsize.py (+54/-0)
computerjanitorapp/tests/test_utilities.py (+70/-0)
computerjanitorapp/utilities.py (+51/-0)
computerjanitord/application.py (+90/-0)
computerjanitord/authenticator.py (+85/-0)
computerjanitord/collector.py (+168/-0)
computerjanitord/data/com.ubuntu.ComputerJanitor.conf (+15/-0)
computerjanitord/data/com.ubuntu.ComputerJanitor.service (+4/-0)
computerjanitord/data/com.ubuntu.computerjanitor.policy (+19/-0)
computerjanitord/errors.py (+95/-0)
computerjanitord/main.py (+120/-0)
computerjanitord/service.py (+288/-0)
computerjanitord/state.py (+92/-0)
computerjanitord/tests/data/etc/apt/sources.list (+1/-0)
computerjanitord/tests/data/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_intrepid_restricted_binary-i386_Packages (+54/-0)
computerjanitord/tests/data/var/lib/dpkg/status (+28/-0)
computerjanitord/tests/test_all.py (+41/-0)
computerjanitord/tests/test_application.py (+105/-0)
computerjanitord/tests/test_authenticator.py (+97/-0)
computerjanitord/tests/test_collector.py (+225/-0)
computerjanitord/tests/test_state.py (+141/-0)
computerjanitord/tests/test_whitelist.py (+119/-0)
computerjanitord/whitelist.py (+86/-0)
data/ComputerJanitor.ui (+552/-0)
data/computer-janitor-gtk.desktop.in (+11/-0)
debian/changelog (+561/-0)
debian/compat (+1/-0)
debian/computer-janitor-gtk.install (+6/-0)
debian/computer-janitor-gtk.lintian-overrides (+2/-0)
debian/computer-janitor.docs (+1/-0)
debian/computer-janitor.install (+8/-0)
debian/computer-janitor.postinst (+28/-0)
debian/computer-janitor.postrm (+18/-0)
debian/control (+56/-0)
debian/copyright (+35/-0)
debian/default.whitelist (+4/-0)
debian/pycompat (+1/-0)
debian/rules (+41/-0)
debian/watch (+3/-0)
janitord (+27/-0)
license-check (+72/-0)
license-exceptions (+24/-0)
plugins/add_nfs_common_plugin.py (+58/-0)
plugins/autoremoval_plugin.py (+40/-0)
plugins/autoremoval_plugin_tests.py (+54/-0)
plugins/check_admin_group_plugin.py (+85/-0)
plugins/dpkg_dotfile_plugin.py (+87/-0)
plugins/dpkg_dotfile_plugin_tests.py (+107/-0)
plugins/fstab_plugin.py (+124/-0)
plugins/fstab_plugin_tests.py (+123/-0)
plugins/landscape_stub_plugin.py (+59/-0)
plugins/landscape_stub_plugin_tests.py (+87/-0)
plugins/unsupported_plugin.py (+131/-0)
plugins/unsupported_plugin_tests.py (+103/-0)
po/POTFILES.in (+29/-0)
po/computerjanitor.pot (+289/-0)
po/es.po (+427/-0)
po/fi.po (+427/-0)
po/fr.po (+426/-0)
po/ja.po (+422/-0)
po/pl.po (+401/-0)
run_from_checkout.sh (+10/-0)
setup.cfg (+5/-0)
setup.py (+97/-0)
test-env (+31/-0)
lp://staging/~ubuntubugs-aiki-it/computer-janitor/bug-726616
Rejected
for merging
into
lp://staging/computer-janitor
- Barry Warsaw: Disapprove
-
Diff: 10575 lines (+10103/-0) (has conflicts)83 files modifiedCOPYING (+676/-0)
CoverageTestRunner.py (+203/-0)
Makefile (+52/-0)
NEWS (+262/-0)
README (+31/-0)
TODO (+30/-0)
computer-janitor (+41/-0)
computer-janitor-gtk (+68/-0)
computer-janitor-gtk.8 (+36/-0)
computer-janitor.8 (+222/-0)
computerjanitorapp/__init__.py (+44/-0)
computerjanitorapp/cli/main.py (+312/-0)
computerjanitorapp/gtk/dialogs.py (+125/-0)
computerjanitorapp/gtk/main.py (+32/-0)
computerjanitorapp/gtk/store.py (+162/-0)
computerjanitorapp/gtk/ui.py (+594/-0)
computerjanitorapp/terminalsize.py (+63/-0)
computerjanitorapp/tests/test_all.py (+29/-0)
computerjanitorapp/tests/test_terminalsize.py (+54/-0)
computerjanitorapp/tests/test_utilities.py (+70/-0)
computerjanitorapp/utilities.py (+51/-0)
computerjanitord/application.py (+90/-0)
computerjanitord/authenticator.py (+85/-0)
computerjanitord/collector.py (+168/-0)
computerjanitord/data/com.ubuntu.ComputerJanitor.conf (+15/-0)
computerjanitord/data/com.ubuntu.ComputerJanitor.service (+4/-0)
computerjanitord/data/com.ubuntu.computerjanitor.policy (+19/-0)
computerjanitord/errors.py (+95/-0)
computerjanitord/main.py (+120/-0)
computerjanitord/service.py (+288/-0)
computerjanitord/state.py (+92/-0)
computerjanitord/tests/data/etc/apt/sources.list (+1/-0)
computerjanitord/tests/data/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_intrepid_restricted_binary-i386_Packages (+54/-0)
computerjanitord/tests/data/var/lib/dpkg/status (+28/-0)
computerjanitord/tests/test_all.py (+41/-0)
computerjanitord/tests/test_application.py (+105/-0)
computerjanitord/tests/test_authenticator.py (+97/-0)
computerjanitord/tests/test_collector.py (+225/-0)
computerjanitord/tests/test_state.py (+141/-0)
computerjanitord/tests/test_whitelist.py (+119/-0)
computerjanitord/whitelist.py (+86/-0)
data/ComputerJanitor.ui (+552/-0)
data/computer-janitor-gtk.desktop.in (+11/-0)
debian/changelog (+561/-0)
debian/compat (+1/-0)
debian/computer-janitor-gtk.install (+6/-0)
debian/computer-janitor-gtk.lintian-overrides (+2/-0)
debian/computer-janitor.docs (+1/-0)
debian/computer-janitor.install (+8/-0)
debian/computer-janitor.postinst (+28/-0)
debian/computer-janitor.postrm (+18/-0)
debian/control (+56/-0)
debian/copyright (+35/-0)
debian/default.whitelist (+4/-0)
debian/pycompat (+1/-0)
debian/rules (+41/-0)
debian/watch (+3/-0)
janitord (+27/-0)
license-check (+72/-0)
license-exceptions (+24/-0)
plugins/add_nfs_common_plugin.py (+58/-0)
plugins/autoremoval_plugin.py (+40/-0)
plugins/autoremoval_plugin_tests.py (+54/-0)
plugins/check_admin_group_plugin.py (+85/-0)
plugins/dpkg_dotfile_plugin.py (+87/-0)
plugins/dpkg_dotfile_plugin_tests.py (+107/-0)
plugins/fstab_plugin.py (+124/-0)
plugins/fstab_plugin_tests.py (+123/-0)
plugins/landscape_stub_plugin.py (+59/-0)
plugins/landscape_stub_plugin_tests.py (+87/-0)
plugins/unsupported_plugin.py (+131/-0)
plugins/unsupported_plugin_tests.py (+103/-0)
po/POTFILES.in (+29/-0)
po/computerjanitor.pot (+289/-0)
po/es.po (+427/-0)
po/fi.po (+427/-0)
po/fr.po (+426/-0)
po/ja.po (+422/-0)
po/pl.po (+401/-0)
run_from_checkout.sh (+10/-0)
setup.cfg (+5/-0)
setup.py (+97/-0)
test-env (+31/-0)
lp://staging/~paul-mcspadden/computer-janitor/bug-726616
Rejected
for merging
into
lp://staging/computer-janitor
- Barry Warsaw: Disapprove
-
Diff: 10244 lines (+9772/-0) (has conflicts)83 files modifiedCOPYING (+676/-0)
CoverageTestRunner.py (+203/-0)
Makefile (+51/-0)
NEWS (+237/-0)
README (+31/-0)
TODO (+30/-0)
computer-janitor (+41/-0)
computer-janitor-gtk (+67/-0)
computer-janitor-gtk.8 (+36/-0)
computer-janitor.8 (+222/-0)
computerjanitorapp/__init__.py (+44/-0)
computerjanitorapp/cli/main.py (+312/-0)
computerjanitorapp/gtk/dialogs.py (+113/-0)
computerjanitorapp/gtk/main.py (+32/-0)
computerjanitorapp/gtk/store.py (+161/-0)
computerjanitorapp/gtk/ui.py (+537/-0)
computerjanitorapp/terminalsize.py (+64/-0)
computerjanitorapp/tests/test_all.py (+29/-0)
computerjanitorapp/tests/test_terminalsize.py (+54/-0)
computerjanitorapp/tests/test_utilities.py (+71/-0)
computerjanitorapp/utilities.py (+51/-0)
computerjanitord/application.py (+92/-0)
computerjanitord/authenticator.py (+85/-0)
computerjanitord/collector.py (+167/-0)
computerjanitord/data/com.ubuntu.ComputerJanitor.conf (+15/-0)
computerjanitord/data/com.ubuntu.ComputerJanitor.service (+4/-0)
computerjanitord/data/com.ubuntu.computerjanitor.policy (+19/-0)
computerjanitord/errors.py (+95/-0)
computerjanitord/main.py (+118/-0)
computerjanitord/service.py (+289/-0)
computerjanitord/state.py (+92/-0)
computerjanitord/tests/data/etc/apt/sources.list (+1/-0)
computerjanitord/tests/data/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_intrepid_restricted_binary-i386_Packages (+54/-0)
computerjanitord/tests/data/var/lib/dpkg/status (+28/-0)
computerjanitord/tests/test_all.py (+41/-0)
computerjanitord/tests/test_application.py (+106/-0)
computerjanitord/tests/test_authenticator.py (+97/-0)
computerjanitord/tests/test_collector.py (+225/-0)
computerjanitord/tests/test_state.py (+141/-0)
computerjanitord/tests/test_whitelist.py (+119/-0)
computerjanitord/whitelist.py (+86/-0)
data/ComputerJanitor.ui (+406/-0)
data/computer-janitor-gtk.desktop.in (+11/-0)
debian/changelog (+488/-0)
debian/compat (+1/-0)
debian/computer-janitor-gtk.install (+6/-0)
debian/computer-janitor-gtk.lintian-overrides (+2/-0)
debian/computer-janitor.docs (+1/-0)
debian/computer-janitor.install (+8/-0)
debian/computer-janitor.postinst (+28/-0)
debian/computer-janitor.postrm (+18/-0)
debian/control (+50/-0)
debian/copyright (+35/-0)
debian/default.whitelist (+4/-0)
debian/pycompat (+1/-0)
debian/rules (+35/-0)
debian/watch (+3/-0)
janitord (+27/-0)
license-check (+72/-0)
license-exceptions (+24/-0)
plugins/add_nfs_common_plugin.py (+60/-0)
plugins/autoremoval_plugin.py (+41/-0)
plugins/autoremoval_plugin_tests.py (+53/-0)
plugins/check_admin_group_plugin.py (+83/-0)
plugins/dpkg_dotfile_plugin.py (+86/-0)
plugins/dpkg_dotfile_plugin_tests.py (+106/-0)
plugins/fstab_plugin.py (+123/-0)
plugins/fstab_plugin_tests.py (+123/-0)
plugins/landscape_stub_plugin.py (+57/-0)
plugins/landscape_stub_plugin_tests.py (+81/-0)
plugins/unsupported_plugin.py (+131/-0)
plugins/unsupported_plugin_tests.py (+107/-0)
po/POTFILES.in (+29/-0)
po/computerjanitor.pot (+289/-0)
po/es.po (+427/-0)
po/fi.po (+427/-0)
po/fr.po (+426/-0)
po/ja.po (+422/-0)
po/pl.po (+401/-0)
run_from_checkout.sh (+11/-0)
setup.cfg (+5/-0)
setup.py (+97/-0)
test-env (+31/-0)
lp://staging/~jolo/computer-janitor/bug-726616
Rejected
for merging
into
lp://staging/computer-janitor
- Barry Warsaw: Disapprove
-
Diff: 10575 lines (+10103/-0) (has conflicts)83 files modifiedCOPYING (+676/-0)
CoverageTestRunner.py (+203/-0)
Makefile (+52/-0)
NEWS (+262/-0)
README (+31/-0)
TODO (+30/-0)
computer-janitor (+41/-0)
computer-janitor-gtk (+68/-0)
computer-janitor-gtk.8 (+36/-0)
computer-janitor.8 (+222/-0)
computerjanitorapp/__init__.py (+44/-0)
computerjanitorapp/cli/main.py (+312/-0)
computerjanitorapp/gtk/dialogs.py (+125/-0)
computerjanitorapp/gtk/main.py (+32/-0)
computerjanitorapp/gtk/store.py (+162/-0)
computerjanitorapp/gtk/ui.py (+594/-0)
computerjanitorapp/terminalsize.py (+63/-0)
computerjanitorapp/tests/test_all.py (+29/-0)
computerjanitorapp/tests/test_terminalsize.py (+54/-0)
computerjanitorapp/tests/test_utilities.py (+70/-0)
computerjanitorapp/utilities.py (+51/-0)
computerjanitord/application.py (+90/-0)
computerjanitord/authenticator.py (+85/-0)
computerjanitord/collector.py (+168/-0)
computerjanitord/data/com.ubuntu.ComputerJanitor.conf (+15/-0)
computerjanitord/data/com.ubuntu.ComputerJanitor.service (+4/-0)
computerjanitord/data/com.ubuntu.computerjanitor.policy (+19/-0)
computerjanitord/errors.py (+95/-0)
computerjanitord/main.py (+120/-0)
computerjanitord/service.py (+288/-0)
computerjanitord/state.py (+92/-0)
computerjanitord/tests/data/etc/apt/sources.list (+1/-0)
computerjanitord/tests/data/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_intrepid_restricted_binary-i386_Packages (+54/-0)
computerjanitord/tests/data/var/lib/dpkg/status (+28/-0)
computerjanitord/tests/test_all.py (+41/-0)
computerjanitord/tests/test_application.py (+105/-0)
computerjanitord/tests/test_authenticator.py (+97/-0)
computerjanitord/tests/test_collector.py (+225/-0)
computerjanitord/tests/test_state.py (+141/-0)
computerjanitord/tests/test_whitelist.py (+119/-0)
computerjanitord/whitelist.py (+86/-0)
data/ComputerJanitor.ui (+552/-0)
data/computer-janitor-gtk.desktop.in (+11/-0)
debian/changelog (+561/-0)
debian/compat (+1/-0)
debian/computer-janitor-gtk.install (+6/-0)
debian/computer-janitor-gtk.lintian-overrides (+2/-0)
debian/computer-janitor.docs (+1/-0)
debian/computer-janitor.install (+8/-0)
debian/computer-janitor.postinst (+28/-0)
debian/computer-janitor.postrm (+18/-0)
debian/control (+56/-0)
debian/copyright (+35/-0)
debian/default.whitelist (+4/-0)
debian/pycompat (+1/-0)
debian/rules (+41/-0)
debian/watch (+3/-0)
janitord (+27/-0)
license-check (+72/-0)
license-exceptions (+24/-0)
plugins/add_nfs_common_plugin.py (+58/-0)
plugins/autoremoval_plugin.py (+40/-0)
plugins/autoremoval_plugin_tests.py (+54/-0)
plugins/check_admin_group_plugin.py (+85/-0)
plugins/dpkg_dotfile_plugin.py (+87/-0)
plugins/dpkg_dotfile_plugin_tests.py (+107/-0)
plugins/fstab_plugin.py (+124/-0)
plugins/fstab_plugin_tests.py (+123/-0)
plugins/landscape_stub_plugin.py (+59/-0)
plugins/landscape_stub_plugin_tests.py (+87/-0)
plugins/unsupported_plugin.py (+131/-0)
plugins/unsupported_plugin_tests.py (+103/-0)
po/POTFILES.in (+29/-0)
po/computerjanitor.pot (+289/-0)
po/es.po (+427/-0)
po/fi.po (+427/-0)
po/fr.po (+426/-0)
po/ja.po (+422/-0)
po/pl.po (+401/-0)
run_from_checkout.sh (+10/-0)
setup.cfg (+5/-0)
setup.py (+97/-0)
test-env (+31/-0)
lp://staging/~abushah33n/computer-janitor/bug-726616
Rejected
for merging
into
lp://staging/computer-janitor
- computer-janitor-hackers: Pending requested
-
Diff: 26 lines (+7/-1)2 files modifiedNEWS (+1/-1)
debian/changelog (+6/-0)
lp://staging/~digilib/computer-janitor/bug-726616
Rejected
for merging
into
lp://staging/computer-janitor
- computer-janitor-hackers: Pending requested
-
Diff: 26 lines (+7/-1)2 files modifiedNEWS (+1/-1)
debian/changelog (+6/-0)
lp://staging/~stefwal/computer-janitor/bug-726616
Rejected
for merging
into
lp://staging/computer-janitor
- computer-janitor-hackers: Pending requested
-
Diff: 29 lines (+9/-1)2 files modifiedNEWS (+1/-1)
debian/changelog (+8/-0)
lp://staging/~monish-gupta1/computer-janitor/bug-726616
Rejected
for merging
into
lp://staging/computer-janitor
- Barry Warsaw: Disapprove
-
Diff: 10575 lines (+10103/-0) (has conflicts)83 files modifiedCOPYING (+676/-0)
CoverageTestRunner.py (+203/-0)
Makefile (+52/-0)
NEWS (+262/-0)
README (+31/-0)
TODO (+30/-0)
computer-janitor (+41/-0)
computer-janitor-gtk (+68/-0)
computer-janitor-gtk.8 (+36/-0)
computer-janitor.8 (+222/-0)
computerjanitorapp/__init__.py (+44/-0)
computerjanitorapp/cli/main.py (+312/-0)
computerjanitorapp/gtk/dialogs.py (+125/-0)
computerjanitorapp/gtk/main.py (+32/-0)
computerjanitorapp/gtk/store.py (+162/-0)
computerjanitorapp/gtk/ui.py (+594/-0)
computerjanitorapp/terminalsize.py (+63/-0)
computerjanitorapp/tests/test_all.py (+29/-0)
computerjanitorapp/tests/test_terminalsize.py (+54/-0)
computerjanitorapp/tests/test_utilities.py (+70/-0)
computerjanitorapp/utilities.py (+51/-0)
computerjanitord/application.py (+90/-0)
computerjanitord/authenticator.py (+85/-0)
computerjanitord/collector.py (+168/-0)
computerjanitord/data/com.ubuntu.ComputerJanitor.conf (+15/-0)
computerjanitord/data/com.ubuntu.ComputerJanitor.service (+4/-0)
computerjanitord/data/com.ubuntu.computerjanitor.policy (+19/-0)
computerjanitord/errors.py (+95/-0)
computerjanitord/main.py (+120/-0)
computerjanitord/service.py (+288/-0)
computerjanitord/state.py (+92/-0)
computerjanitord/tests/data/etc/apt/sources.list (+1/-0)
computerjanitord/tests/data/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_intrepid_restricted_binary-i386_Packages (+54/-0)
computerjanitord/tests/data/var/lib/dpkg/status (+28/-0)
computerjanitord/tests/test_all.py (+41/-0)
computerjanitord/tests/test_application.py (+105/-0)
computerjanitord/tests/test_authenticator.py (+97/-0)
computerjanitord/tests/test_collector.py (+225/-0)
computerjanitord/tests/test_state.py (+141/-0)
computerjanitord/tests/test_whitelist.py (+119/-0)
computerjanitord/whitelist.py (+86/-0)
data/ComputerJanitor.ui (+552/-0)
data/computer-janitor-gtk.desktop.in (+11/-0)
debian/changelog (+561/-0)
debian/compat (+1/-0)
debian/computer-janitor-gtk.install (+6/-0)
debian/computer-janitor-gtk.lintian-overrides (+2/-0)
debian/computer-janitor.docs (+1/-0)
debian/computer-janitor.install (+8/-0)
debian/computer-janitor.postinst (+28/-0)
debian/computer-janitor.postrm (+18/-0)
debian/control (+56/-0)
debian/copyright (+35/-0)
debian/default.whitelist (+4/-0)
debian/pycompat (+1/-0)
debian/rules (+41/-0)
debian/watch (+3/-0)
janitord (+27/-0)
license-check (+72/-0)
license-exceptions (+24/-0)
plugins/add_nfs_common_plugin.py (+58/-0)
plugins/autoremoval_plugin.py (+40/-0)
plugins/autoremoval_plugin_tests.py (+54/-0)
plugins/check_admin_group_plugin.py (+85/-0)
plugins/dpkg_dotfile_plugin.py (+87/-0)
plugins/dpkg_dotfile_plugin_tests.py (+107/-0)
plugins/fstab_plugin.py (+124/-0)
plugins/fstab_plugin_tests.py (+123/-0)
plugins/landscape_stub_plugin.py (+59/-0)
plugins/landscape_stub_plugin_tests.py (+87/-0)
plugins/unsupported_plugin.py (+131/-0)
plugins/unsupported_plugin_tests.py (+103/-0)
po/POTFILES.in (+29/-0)
po/computerjanitor.pot (+289/-0)
po/es.po (+427/-0)
po/fi.po (+427/-0)
po/fr.po (+426/-0)
po/ja.po (+422/-0)
po/pl.po (+401/-0)
run_from_checkout.sh (+10/-0)
setup.cfg (+5/-0)
setup.py (+97/-0)
test-env (+31/-0)
Changed in computer-janitor (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → Low |
Changed in computer-janitor (Ubuntu): | |
status: | Confirmed → Fix Committed |
To post a comment you must log in.
This bug was fixed in the package computer-janitor - 2.1.0-0ubuntu4
---------------
computer-janitor (2.1.0-0ubuntu4) natty; urgency=low
[ Shane Harbour ]
* NEWS: fixed a typo. (LP: #726616)
[ Martin Pitt ] app/gtk/ ui.py: Update require_version() call to current app/gtk/ ui.py: Drop the "event. button. button" workaround.
* computerjanitor
pygobject API. Bump python-gobject dependency accordingly.
* computerjanitor
PyGI now properly handles unions, so it's just "event.button" now.
-- Martin Pitt <email address hidden> Thu, 03 Mar 2011 17:22:59 +0100