~er-abhinav-upadhyay/computer-janitor/bug-726616

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Lars Wirzenius
  • Date: 2009-08-21 15:48:12 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090821154812-s89fcyo4co74tk7o
Tags: 1.13.2-0ubuntu1
* 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Maintainer: Lars Wirzenius <lars@ubuntu.com>
3
3
Section: admin
4
4
Priority: optional
5
 
Standards-Version: 3.8.0
6
 
Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.51~), 
7
 
    python-central (>= 0.5.6), python, python-apt, python-distutils-extra
 
5
Standards-Version: 3.8.2
 
6
Build-Depends: debhelper (>= 7.3.8), python-support (>= 1.0.3), 
 
7
    python, python-apt, python-distutils-extra
8
8
XS-Python-Version: all
9
9
Vcs-Bzr: http://bazaar.launchpad.net/%7Esystemcleaner-hackers/systemcleaner/trunk/
10
10
Homepage: https://wiki.ubuntu.com/CleanupCruft
12
12
Package: computer-janitor
13
13
Architecture: all
14
14
Depends: ${python:Depends}, python-apt, python-fstab (>= 1.2),
15
 
    update-manager-core (>= 1:0.98.1)
 
15
    update-manager-core (>= 1:0.98.1), ${misc:Depends}
16
16
Conflicts: system-cleaner
17
17
Replaces: system-cleaner
18
18
XB-Python-Version: ${python:Versions}
31
31
Package: computer-janitor-gtk
32
32
Architecture: all
33
33
Depends: ${python:Depends}, computer-janitor (=${source:Version}), 
34
 
    python-gtk2, python-glade2
 
34
    python-gtk2, python-glade2, ${misc:Depends}
35
35
Conflicts: system-cleaner-gtk
36
36
Replaces: system-cleaner-gtk
37
37
XB-Python-Version: ${python:Versions}