~monish-gupta1/computer-janitor/bug-726616

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Barry Warsaw, Loïc Minier, Barry Warsaw
  • Date: 2011-02-17 17:24:44 UTC
  • Revision ID: james.westby@ubuntu.com-20110217172444-5xfgrtagtonne6vq
Tags: 2.1.0-0ubuntu3
[ 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Section: admin
5
5
Priority: optional
6
6
Standards-Version: 3.9.1
7
 
Build-Depends: debhelper (>= 7.3), python-support (>= 1.0.3),
8
 
               python, python-apt, python-setuptools, python-distutils-extra
9
 
XS-Python-Version: current
10
 
#Vcs-Bzr: http://bazaar.launchpad.net/%7Ecomputer-janitor-hackers/computer-janitor/trunk
 
7
Build-Depends: debhelper (>= 7.3),
 
8
               python-all (>= 2.6.6-3),
 
9
               python-apt,
 
10
               python-setuptools,
 
11
               python-distutils-extra,
 
12
               python-dbus,
 
13
               update-manager-core
 
14
X-Python-Version: >= 2.6
 
15
Vcs-Bzr: http://bazaar.launchpad.net/%7Ecomputer-janitor-hackers/computer-janitor/trunk
11
16
Homepage: https://wiki.ubuntu.com/CleanupCruft
12
17
 
13
18
Package: computer-janitor
18
23
    python-argparse (>= 1.1),
19
24
    dbus,
20
25
    update-manager-core (>= 1:0.98.1)
21
 
XB-Python-Version: ${python:Versions}
22
26
Description: Clean up a system so it's more like a freshly installed one
23
27
 Over time, a computer system tends to get cluttered. For example,
24
28
 software packages that are no longer needed can be uninstalled.
27
31
 .
28
32
 Computer Janitor is an application to fix these kinds of problems.
29
33
 It attempts to find software packages that can be removed, and
30
 
 tweak the system configuration in useful ways.
 
34
 tweaks the system configuration in useful ways.
31
35
 .
32
36
 This is the command line version.
33
37
 
39
43
    gir1.2-gtk-2.0 (>= 2.23.90-0ubuntu3),
40
44
    gir1.2-pango-1.0,
41
45
    ${misc:Depends}
42
 
XB-Python-Version: ${python:Versions}
43
46
Description: Clean up a system so it's more like a freshly installed one
44
47
 Over time, a computer system tends to get cluttered. For example,
45
48
 software packages that are no longer needed can be uninstalled.
48
51
 .
49
52
 Computer Janitor is an application to fix these kinds of problems.
50
53
 It attempts to find software packages that can be removed, and
51
 
 tweak the system configuration in useful ways.
 
54
 tweaks the system configuration in useful ways.
52
55
 .
53
56
 This is the GNOME version.