~barry/gedit/bug-788514

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Sebastien Bacher
  • Date: 2011-05-04 10:36:14 UTC
  • Revision ID: seb128@ubuntu.com-20110504103614-26pgl25lkfufs9z9
* Resynchronize on Debian, remaining diffs
  - Build-Depends on dh-autoreconf, gnome-common, liblaunchpad-integration
  - Conflicts gir1.2-gedit-3.0 for ppa upgrades, Debian ship the gir in gedit
  - don't Recommends python-gnome2
  - don't Build-Depends on libgconf2-dev nor libx11-dev
* debian/gedit.install:
  - install the gi override
* debian/rules:
  - Use autoreconf.mk
* New upstream release
* Updated build-dependencies
* Added gobject introspection integration
* debian/patches/03_python_path.patch
  debian/patches/04_link_against_libICE.patch
  debian/patches/10_pt_BR_po.patch:
  - Dropped obsolete patches
* debian/patches/90_autoreconf.patch
  debian/patches/99_ltmain_as-needed.patch:
  -  Refreshed
* Recommend yelp. Closes: #600055.
* 10_pt_BR_po.patch: fix an important mistake in the Brazilian 
  Portuguese translation. Closes: #603502.
* New upstream translation release.
* 90_autoreconf.patch: updated for the new version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
Priority: optional
9
9
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
10
10
XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
11
 
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>, Michael Biebl <biebl@debian.org>, Sebastian Dröge <slomo@debian.org>
 
11
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Josselin Mouette <joss@debian.org>, Michael Biebl <biebl@debian.org>, Sebastian Dröge <slomo@debian.org>
12
12
Build-Depends: cdbs (>= 0.4.41),
13
13
               debhelper (>= 5.0.37.2),
14
14
               gnome-pkg-tools (>= 0.10),
17
17
               python-support (>= 0.3),
18
18
               intltool (>= 0.40.0),
19
19
               gnome-doc-utils (>= 0.9.0),
 
20
               gsettings-desktop-schemas-dev,
20
21
               gtk-doc-tools (>= 1.0),
21
22
               libenchant-dev (>= 1.2.0),
22
23
               iso-codes (>= 0.35),
23
24
               libsm-dev (>= 2:1.0),
24
25
               libxml2-dev (>= 2.5.0),
25
 
               libglib2.0-dev (>= 2.23.1),
26
 
               libgtk2.0-dev (>= 2.19.0),
27
 
               libgtksourceview2.0-dev (>= 2.9.7),
28
 
               libgconf2-dev,
 
26
               libglib2.0-dev (>= 2.28.0),
 
27
               libgtk-3-dev (>= 3.0.0),
 
28
               libgtksourceview-3.0-dev (>= 3.0.0),
 
29
               libpeas-dev (>= 0.7.3),
29
30
               libx11-dev,
30
31
               python-dev (>= 2.5),
31
 
               python-gobject-dev (>= 2.15.4),
32
 
               python-gtk2-dev (>= 2.12.0),
33
 
               python-gtksourceview2 (>= 2.9.2),
 
32
               python-gobject-dev (>= 2.28),
 
33
               gobject-introspection,
 
34
               libgirepository1.0-dev (>= 0.9.3),
34
35
               scrollkeeper,
35
 
               liblaunchpad-integration-dev (>= 0.1.17)
 
36
               liblaunchpad-integration-3.0-dev
36
37
Build-Depends-Indep: libglib2.0-doc,
37
 
                     libgtk2.0-doc,
38
 
                     libgtksourceview2.0-doc
 
38
                     libgtk-3-doc,
 
39
                     libgtksourceview-3.0-doc
39
40
Standards-Version: 3.9.0
40
41
XS-Python-Version: >= 2.5
41
42
Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/gedit/ubuntu
48
49
         ${shlibs:Depends},
49
50
         gedit-common (>= ${gnome:Version}),
50
51
         gedit-common (<< ${gnome:NextVersion}),
51
 
         python-gtksourceview2 (>= 2.9.2),
52
 
         python-gobject (>= 2.15.4),
53
 
         python-gtk2 (>= 2.12.0),
 
52
         python-gobject (>= 2.28),
 
53
         gir1.2-glib-2.0,
 
54
         gir1.2-peas-1.0,
 
55
         gir1.2-gtk-3.0,
54
56
         iso-codes
55
 
Replaces: gedit-common (<< 2.16.2-3)
56
 
Conflicts: gedit-common (<= 2.10.5-1)
 
57
Conflicts: gir1.2-gedit-3.0
57
58
Breaks: seahorse (<< 2.24),
58
 
        seahorse-plugins (<< 2.26)
 
59
        seahorse-plugins (<< 2.26),
59
60
Recommends: zenity,
60
61
            yelp
61
62
XB-Python-Version: ${python:Versions}
92
93
Depends: ${misc:Depends},
93
94
         gedit (>= ${gnome:Version}),
94
95
         gedit (<< ${gnome:NextVersion}),
95
 
         libgtksourceview2.0-dev (>= 2.8.0)
 
96
         libgtksourceview-3.0-dev,
 
97
         libpeas-dev
96
98
Replaces: gedit-common (<< 2.16.2-3)
97
99
Description: official text editor of the GNOME desktop environment (development files)
98
100
 gedit is a text editor which supports most standard editor features,