~ubuntu-branches/ubuntu/trusty/gnome-python-extras/trusty

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Laurent Bigonville, Michael Biebl
  • Date: 2011-10-10 01:45:28 UTC
  • mfrom: (1.1.22 sid)
  • Revision ID: package-import@ubuntu.com-20111010014528-h5nyqhes543ezy1i
Tags: 2.25.3-11
[ Laurent Bigonville ]
* debian/rules: Drop .la files

[ Michael Biebl ]
* Drop python-gdl package. There are no reverse dependencies left and gdl
  provides a gir package now.
* Drop python-gda package. There are no reverse dependencies left and gda
  provides a gir package now.
* Remove obsolete patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: gnome-python-extras
2
2
Section: python
3
3
Priority: optional
4
 
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
 
XSBC-Original-Maintainer: Sebastien Bacher <seb128@debian.org>
 
4
Maintainer: Sebastien Bacher <seb128@debian.org>
6
5
Uploaders: @GNOME_TEAM@
7
6
Homepage: http://www.pygtk.org/
8
7
Build-Depends: debhelper (>= 8),
12
11
               libglib2.0-dev (>= 2.6.0),
13
12
               libgtk2.0-dev (>= 2.4),
14
13
               python-gnome2-dev (>= 2.10.0),
15
 
               libgda-4.0-dev (>= 3.99.11),
16
14
               libgksu2-dev (>= 2.0.4),
17
15
               python-gtk2-dev,
18
16
               libgnomevfs2-dev,
19
17
               libbonoboui2-dev,
20
18
               libgnomeui-dev,
 
19
               libgtkspell-dev (>= 2.0.0),
 
20
               libglade2-dev,
21
21
               python-all-dev (>= 2.6.6-3~),
22
22
               xsltproc,
23
23
               docbook-xml,
35
35
         ${python:Depends},
36
36
         python-gtk2-dev,
37
37
         python-eggtrayicon (>= ${source:Version}),
38
 
         python-gksu2 (>= ${source:Version}),
39
 
         python-gda (>= ${source:Version})
 
38
         python-gtkspell (>= ${source:Version}),
 
39
         python-gksu2 (>= ${source:Version})
40
40
Description: Development files for the extra GNOME Python bindings
41
41
 This package contains files that allow you to build wrappers for 
42
42
 addons that interoperate with Python bindings of GNOME libraries that 
55
55
 display an icon and a context menu in the notification area / system
56
56
 tray.
57
57
 
 
58
Package: python-gtkspell
 
59
Architecture: any
 
60
Depends: ${misc:Depends},
 
61
         ${shlibs:Depends},
 
62
         ${python:Depends},
 
63
         python-gtk2
 
64
Breaks: python-gnome2-extras (<< 2.19.1-4),
 
65
           python-gnome2-extras-doc
 
66
Replaces: python-gnome2-extras (<< 2.19.1-4),
 
67
          python-gnome2-extras-doc
 
68
Description: Python bindings for the GtkSpell library
 
69
 This package contains bindings allowing to run Python programs using 
 
70
 the GtkSpell library, that extends GTK+'s GtkTextView widget with 
 
71
 support for spell-checking.
 
72
 
58
73
Package: python-gksu2
59
74
Architecture: any
60
75
Depends: ${misc:Depends},
67
82
 This package contains bindings allowing to run Python programs using 
68
83
 the gksu library to authenticate users and execute programs with the 
69
84
 privileges of another user under the X window system.
70
 
 
71
 
Package: python-gda
72
 
Architecture: any
73
 
Depends: ${misc:Depends},
74
 
         ${shlibs:Depends},
75
 
         ${python:Depends},
76
 
         python-gobject
77
 
Breaks: python-gnome2-extras (<< 2.25.3)
78
 
Replaces: python-gnome2-extras (<< 2.25.3)
79
 
Description: Python bindings for the GNOME data abstraction library
80
 
 This package contains bindings allowing to run Python programs using 
81
 
 the GNOME data abstraction (gda), a database access library based on 
82
 
 Glib.
83