~ubuntu-branches/ubuntu/natty/meld/natty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2009-09-01 20:16:33 UTC
  • Revision ID: james.westby@ubuntu.com-20090901201633-ce8j5fkn5k4ur0na
Tags: 1.3.0-2
* debian/control.in:
  - Stop recommending python-gnome2-desktop, meld doesn't use any module
    from python-gnome-desktop. Closes: #541557.
  - Stop depending on python-gnome2, recommend it since meld may use
    the gnomevfs module, and recommend python-gconf for the config.
    Closes: #533748.
  - Standards-Version is 3.8.3, no changes needed.
  - Remove dh_scrollkeeper call, it's deprecated now.
  - Build depend on python rather than python-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
Build-Depends: debhelper (>= 5),
6
6
               cdbs,
7
7
               gnome-pkg-tools
8
 
Build-Depends-Indep: python-dev,
 
8
Build-Depends-Indep: python,
9
9
                     python-support (>= 0.4.0),
10
10
                     intltool,
11
11
                     scrollkeeper
12
 
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Loic Minier <lool@dooz.org>
13
 
Standards-Version: 3.8.0
 
12
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Loic Minier <lool@dooz.org>
 
13
Standards-Version: 3.8.3
14
14
XS-Python-Version: >= 2.3
15
15
 
16
16
Package: meld
18
18
Depends: ${python:Depends},
19
19
         ${misc:Depends},
20
20
         python-gtk2 (>= 2.4),
21
 
         python-glade2 (>= 2.4),
22
 
         python-gnome2
23
 
Recommends: python-gnome2-desktop, yelp
 
21
         python-glade2 (>= 2.4)
 
22
Recommends: yelp,
 
23
            python-gnome2,
 
24
            python-gconf
24
25
XB-Python-Version: ${python:Versions}
25
26
Description: graphical tool to diff and merge files
26
27
 Meld is a tool which allows the user to see the changes in, and merge between,