Change log for computer-janitor package in Ubuntu

130 of 30 results
Deleted in quantal-release (Reason: requested by barry; Python 2 application depending on bit...)
Published in precise-release
computer-janitor (2.1.0-0ubuntu8) precise; urgency=low

  * Adjust python-argparse dependency to accept python (>= 2.7)
    (LP: #910813).
 -- Colin Watson <email address hidden>   Tue, 03 Jan 2012 10:52:46 +0000

Available diffs

Superseded in precise-release
computer-janitor (2.1.0-0ubuntu7) precise; urgency=low

  * debian/control: Move from transitional python-gobject to python-gi.
 -- Martin Pitt <email address hidden>   Thu, 01 Dec 2011 15:36:42 +0100

Available diffs

Superseded in precise-release
Obsolete in oneiric-release
computer-janitor (2.1.0-0ubuntu6) oneiric; urgency=low

  * computerjanitorapp/gtk/{ui,store}.py: Move from static gobject to GI
    GObject module, to be compatible to upcoming pygobject 3.0.
 -- Martin Pitt <email address hidden>   Wed, 17 Aug 2011 07:09:01 +0200

Available diffs

Superseded in oneiric-release
computer-janitor (2.1.0-0ubuntu5) oneiric; urgency=low

  * computerjanitorapp/gtk/ui.py: Stop forcing GTK 2, we want to use GTK 3
    now. Drop GTK 2 workaround for menu popups. Update gir dependency.
 -- Martin Pitt <email address hidden>   Wed, 18 May 2011 10:12:06 +0200

Available diffs

Superseded in oneiric-release
Obsolete in natty-release
computer-janitor (2.1.0-0ubuntu4) natty; urgency=low

  [ Shane Harbour ]
  * NEWS: fixed a typo. (LP: #726616)

  [ Martin Pitt ]
  * computerjanitorapp/gtk/ui.py: Update require_version() call to current
    pygobject API. Bump python-gobject dependency accordingly.
  * computerjanitorapp/gtk/ui.py: Drop the "event.button.button" workaround.
    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

Available diffs

Superseded in natty-release
computer-janitor (2.1.0-0ubuntu3) natty; urgency=low

  [ Loïc Minier ]
  * debian/control: computer-janitor-gtk depends gir1.2-pango-1.0 not
    gir1.2-pango-2.0.  (LP: #720529)

  [ Barry Warsaw ]
  * setup.py, computer-janitor-gtk.install: Install 24x24.png into
    /usr/share/computer-janitor which is where gtk expects it to be.
    (LP: #720743)
  * Fix various apt_cache deprecation warnings.
  * debian/rules:
    - Switch to dh_python2.
    - Run the unit tests at build time.
    - Add --keep to dh_installchangelogs.
    - Remove override_dh_pysupport.
  * debian/control:
    - Add Build-Depends on python-dbus and update-manager-core so that the
      unit tests can be run at build time.  Remove B-D on python-support.
      Change B-D to python-all for tests under all available Python versions.
    - Fix typo in descriptions.
    - Remove XB-Python-Version and add X-Python-Version for dh_python2.
  * Note: 2.1.0-0ubuntu2 was a quick fix upload to the archive containing
    the above debian/control file fix.
 -- Barry Warsaw <email address hidden>   Thu, 17 Feb 2011 17:24:44 -0500

Available diffs

Superseded in natty-release
computer-janitor (2.1.0-0ubuntu2) natty; urgency=low

  * control: computer-janitor-gtk depends gir1.2-pango-1.0 not
    gir1.2-pango-2.0; LP: #720529.
  * Temporarily comment out Vcs-Bzr as I can't commit to it.
 -- Loic Minier <email address hidden>   Thu, 17 Feb 2011 12:48:55 +0100

Available diffs

Superseded in natty-release
computer-janitor (2.1.0-0ubuntu1) natty; urgency=low

  [ Martin Pitt ]
  * data/ComputerJanitor.ui: Drop obsolete has_separator properties.
  * run_from_checkout.sh: Drop setting of $PYTHONPATH. Current directory is
    there by default anyway, and this breaks setting it from the environment.
  * computerjanitorapp/gtk/*: Port from pygtk2 to pygi. Works fully with GTK3
    now, with GTK2 we need to disable the right-click popup menu
    (popup_for_device() is introspection safe, but only exists in GTK3.
    popup() isn't introspectable).
  * computerjanitorapp/gtk/ui.py: Force GTK2 for now, as we do not yet have a
    GTK3 theme in Natty, and don't carry the GTK3 stack in the default
    install.
  * debian/control: Update dependencies for the pygtk → pygi switch.
  * debian/control: Drop obsolete system-cleaner conflicts and gksu
    dependency.

  [ Barry Warsaw ]
  * Add Edit menu items for selecting and deselecting cruft.
  * Bump version number.
  * Update copyright years.
  * Python style, whitespace, and import cleanups.
  * Print error messages via logger instead of stderr.
 -- Barry Warsaw <email address hidden>   Wed, 16 Feb 2011 15:58:36 -0500

Available diffs

Superseded in natty-release
computer-janitor (2.0.5-0ubuntu1) natty; urgency=low

  * python-dbus cannot type-convert a set, so use a tuple for the package
    set when --all is given to the computer-janitor cli.  (LP: #601585)
  * Fix exceptoin when the user de-selects all cruft in the ui, then clicks
    on the 'Do' button.  Instead, a dialog pops up that says there's nothing
    to do.  (LP: #591433)
  * Clean up some unused imports.
 -- Barry Warsaw <email address hidden>   Tue, 15 Feb 2011 17:21:58 -0500

Available diffs

Obsolete in maverick-updates
Deleted in maverick-proposed (Reason: moved to -updates)
computer-janitor (2.0.4-0ubuntu1.1) maverick-proposed; urgency=low

  * debian/control: Add explicit dependency on dbus since depending on
    python-dbus does not yield an implicit dependency on dbus.  (LP: #665740)
 -- Barry Warsaw <email address hidden>   Wed, 19 Jan 2011 19:25:57 -0500

Available diffs

Superseded in natty-release
computer-janitor (2.0.4-0ubuntu3) natty; urgency=low

  * debian/control: Add explicit dependency on dbus since depending on
    python-dbus does not yield an implicit dependency on dbus.  (LP: #665740)
  * computerjanitord/authenticator.py: Explicitly convert start-time to a
    UInt64(0).  Under Natty, implicit conversion uses a UInt32 which does
    not match the CheckAuthorization signature.  (LP: #676488)
 -- Barry Warsaw <email address hidden>   Thu, 13 Jan 2011 12:56:20 -0500

Available diffs

Superseded in natty-release
computer-janitor (2.0.4-0ubuntu2) natty; urgency=low

  * Rebuild with python 2.7 as the python default.
 -- Matthias Klose <email address hidden>   Wed, 08 Dec 2010 15:01:39 +0000

Available diffs

Superseded in natty-release
Obsolete in maverick-release
computer-janitor (2.0.4-0ubuntu1) maverick; urgency=low

  * Fix icon; given by Pavol Klačanský. (LP: #434431)
 -- Barry Warsaw <email address hidden>   Mon, 20 Sep 2010 08:32:14 -0400

Available diffs

Superseded in maverick-release
computer-janitor (2.0.3-0ubuntu2) maverick; urgency=low

  * Remove dependency on python-fstab since the fstab_plugin is disabled
    now and no package provides python-fstab any more.
 -- Barry Warsaw <email address hidden>   Tue, 24 Aug 2010 21:59:34 -0400

Available diffs

Superseded in maverick-release
computer-janitor (2.0.3-0ubuntu1) maverick; urgency=low

  * Fixes for translation support.
    - Turn {foo} string substitutions back into %(foo)s strings since
      gettext does not yet support validation of {foo} or $foo
      substitutions.  (LP: #621723)
    - Ensure that POTFILES.in has the proper type information for the
      ComputerJanitor.ui file.  (LP: #612493)
 -- Barry Warsaw <email address hidden>   Tue, 24 Aug 2010 11:00:14 -0400

Available diffs

Superseded in maverick-release
computer-janitor (2.0.2-0ubuntu2) maverick; urgency=low

  * Drop unused dependency on python-fstab, which was removed from squeeze
    and maverick.  (The fstab plugin that uses it is no longer installed.)
    (LP: #610619)
 -- Anders Kaseorg <email address hidden>   Tue, 27 Jul 2010 18:40:58 -0400

Available diffs

Superseded in maverick-release
computer-janitor (2.0.2-0ubuntu1) maverick; urgency=low

  * no change rebuild to generate proper orig.tar.gz
 -- Michael Vogt <email address hidden>   Thu, 27 May 2010 15:42:36 +0200

Available diffs

Superseded in maverick-release
computer-janitor (2.0.1-0ubuntu1) maverick; urgency=low

  * Bumping for Ubuntu.

Available diffs

Superseded in maverick-release
Obsolete in lucid-release
computer-janitor (1.14.1-0ubuntu2) lucid; urgency=low

  [ David Planella ]
  * Removed obsolete template
  * marked .ui file for string extraction, Thanks to Gabor Kelemen

  [ Barry Warsaw ]
  * remove recommended column (LP: #536908)
 -- Michael Vogt <email address hidden>   Fri, 12 Mar 2010 22:43:25 +0100
Superseded in lucid-release
computer-janitor (1.14.1-0ubuntu1) lucid; urgency=low

  * computerjanitorapp/ui_gtk.py:
    - fix find_and_bind_widgets (LP: #503727)
 -- Michael Vogt <email address hidden>   Thu, 21 Jan 2010 15:50:52 +0100

Available diffs

Superseded in lucid-release
computer-janitor (1.14-0ubuntu1) lucid; urgency=low

  * New upstream release:
    - merge fixes from Julian Andres Klode (many thanks)
    - threading improvements
    - optimization
    - improve the UI responsiveness
  * The above threading/UI changes should fix LP: #451833
    (needs a updated update-manager-core as well)
  * debian/control:
    - remove the python-glade2 dependency (we use gtkbuilder)
    - set XS-Python-Version to "current" to workaround strange
      effect that python-support generates 2.5 headers for the
      binaries otherwise
 -- Michael Vogt <email address hidden>   Wed, 25 Nov 2009 10:00:18 +0100

Available diffs

Superseded in lucid-release
Obsolete in karmic-release
computer-janitor (1.13.3-0ubuntu2) karmic; urgency=low

  * Undid changes in previous release wrt UI and threading changes,
    since they didn't seem to fix the problem.
  * Set the gettext translation domain for GtkBuilder.
    (Closes: LP: #437827)
  * The "bored now" message dialog is used properly.

 -- Lars Wirzenius <email address hidden>   Wed, 16 Sep 2009 17:19:28 +0300
Superseded in karmic-release
computer-janitor (1.13.3-0ubuntu1) karmic; urgency=low

  * New upstream release. Fixes the following bugs in Ubuntu:
    - incomplete translation template (Closes: LP: #425018)
    - "cleanup" button sensitive when there's nothing to clean up
      (Closes: LP: #418319)
    - wrong launchpad page link in about box (Closes: LP: #417309)
  * Also, upstream re-introduced the "unsupported package" plugin, and
    the Ubuntu packaging added a default whitelist file listing the
    most common manually installed third-party packages.

 -- Lars Wirzenius <email address hidden>   Wed, 09 Sep 2009 17:37:19 +0300
Superseded in karmic-release
computer-janitor (1.13.2-0ubuntu1) karmic; urgency=low

  * New upstream version. Closes bugs in Launchpad:
    - System cleaner removes explicitly installed third-party packages
      (LP: #285746)
    - I do not want to remove '/' (LP: #337241)
    - computer-janitor incomplete error description (LP: #365325)
    - computer-janitor commandline interface not pipe-friendly (LP: #375094)
    - Python 2.6 DeprecationWarning: Accessed deprecated property
      Package.candidateDownloadable (LP: #407127)
    - Should use GtkBuilder rather than libglade (LP: #403537)
    - Ambiguous wording in confirmation alert box (LP: #349336)
    - computer-janitor-gtk crashed with UnicodeDecodeError in
      get_description() (LP: #352461)
    - Can't deselect fixes with space in computer-janitor (LP: #355535)
    - relatime tweak will not be necessary in karmic (LP: #369151)
    - computer janitor needs filesize column (LP: #396522)
  * Packaging now uses dh from debhelper 7.

 -- Lars Wirzenius <email address hidden>   Fri, 21 Aug 2009 15:48:12 +0300
Superseded in karmic-release
computer-janitor (1.12.1-0ubuntu4) karmic; urgency=low

  [ Charlie Smotherman ]
  * Fixed typo in manpage (Closes: LP: #366702).

 -- Michael Vogt <email address hidden>   Wed, 08 Jul 2009 18:29:56 +0200

Available diffs

Superseded in karmic-release
Obsolete in jaunty-release
computer-janitor (1.12.1-0ubuntu3) jaunty; urgency=low

  * plugins/*.py: Fix to use the computerjanitorapp gettext instance,
    instead of the computerjanitor one. This should fix a couple of
    translations problems.
  * computerjanitorapp/ui_gtk.py: Really ugly (bug localized ugly!)
    hack to extract parts of cruft descriptions that need to be
    translated, translating them, and then putting back the whole
    description string again. (Closes: LP: #361312)

 -- Lars Wirzenius <email address hidden>   Wed, 15 Apr 2009 18:22:01 +0300
Superseded in jaunty-release
computer-janitor (1.12.1-0ubuntu2) jaunty; urgency=low

  * Fix gettext translation domain to be "computerjanitor" everywhere.
    (Closes: LP: #344704)
  * Fix NameError crash when closing an error dialog. Can't reproduce
    this, but I suspect it is some kind of weird race condition with
    threads and GTK+. (Closes: LP: #335828)
  * Fix typo on computerjanitorapp/app.py's help text for --no-act.
  * When a cruft is selected, scroll it into view after the label has
    been updated with the description. (Closes: LP: #349653)
  * plugins/unsupported_plugin.py: Don't mark as cruft stuff that has
    installed reverse dependencies. (Closes: LP: #345939)
  * data/computer-janitor.desktop.in: Use the right translation
    domain. (Closes: LP: #352770)

 -- Lars Wirzenius <email address hidden>   Wed, 01 Apr 2009 17:20:45 +0300
Superseded in jaunty-release
computer-janitor (1.12.1-0ubuntu1) jaunty; urgency=low

  * New upstream release, with minor GTK user interface changes.
    Fixes bugs reported to Ubuntu:
    - Duplicate shortcut keys for Cleanup and Close (LP: #311557)
    - Better description(s) needed for cleanup actions (LP: #300354)
  * Updated package descriptions to be clearer.

 -- Lars Wirzenius <email address hidden>   Wed, 04 Mar 2009 21:26:03 +0200

Available diffs

Superseded in jaunty-release
Superseded in jaunty-release
computer-janitor (1.12-0ubuntu1) jaunty; urgency=low

  * New upstream release.
  * Upstream source has partially been moved to update-manager. This
    has resulted in some packaging changes.
  * debian/control: Add dependency on update-manager-core for
    computer-janitor, on the version of update-manager-core that includes
    the computer-janitor core code (plugin management, plugins).

 -- Lars Wirzenius <email address hidden>   Thu, 19 Feb 2009 09:37:52 +0200

Available diffs

Superseded in jaunty-release
computer-janitor (1.11-0ubuntu1) jaunty; urgency=low

  * New upstream release.
  * Package renamed to computer-janitor and computer-janitor-gtk.
  * /usr/share/omf/* removed, due to not being used.
  * The manpage for the -gtk version moved to the -gtk package, where it
    belongs.
  * debian/computer-janitor-gtk.lintian-overrides: Wrote. Lintian complains
    about using gksu rather than su-to-root, but that's not available on
    Ubuntu by default. Lintian also complains about the Debian changelog
    file being a symlink, which is something (Ubuntu's?) cdbs/debhelper
    do automatically, so if it is to get fixed, it should be fixed there,
    but I'm not sure it's worth fixing. Lintian's justification for this
    seems unsatisfactory.
  * Updated build-dependency on debhelper to 5.50.51~, since we use
    dh_icons.

 -- Lars Wirzenius <email address hidden>   Tue, 03 Feb 2009 09:53:38 +0200
130 of 30 results