~ubuntu-branches/ubuntu/vivid/gnome-desktop3/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Tim Lunn
  • Date: 2013-05-28 09:10:46 UTC
  • mfrom: (1.6.1) (21.1.10 experimental)
  • Revision ID: package-import@ubuntu.com-20130528091046-b0oc28za9l97fgq1
Tags: 3.8.2-0ubuntu1
* New upstream release
* Sync with Debian (LP: #1184812) Remaining changes:
  - debian/patches:
    + 04_compute_average_color.patch: Compute the avergage color in
      gnome-desktop itself, not in unity to fix some races (LP #963140)
    + tweak_color_computation.patch, Patch from Gord, no patch header,
      no bug link.
    + git_revert_draw_background.patch
    + ubuntu_language.patch, Ported relevant bits from g-c-c 
      52_region_language.patch, as required for gnome 3.8 region panel
    + ubuntu_language_list_from_SUPPORTED.patch,
      adds api to get list of available languages from SUPPORTED file.
      To be used by gnome 3.8 region panel language installation.
  - debian/control.in:
    + Don't break gnome-shell << 3.7.90
    + Use source:Version for gnome-desktop3-data Depend
    + Add epoch to gnome-desktop3-data's Breaks/Replaces, as our old
      gnome-desktop source package introduced an epoch. This needs to be
      kept until after 14.04 LTS.
 - Install helper tools into a versioned directory (by overriding
   libexecdir). They could alternatively be installed in a separate package
* Dropped changes:
  - 02_refuse_to_break_GL_compositors.patch:
    + Doesn't appear to be needed any more
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
3
3
# Modifications should be made to debian/control.in instead.
4
4
# This file is regenerated automatically in the clean target.
5
 
 
6
5
Source: gnome-desktop3
7
6
Section: gnome
8
7
Priority: optional
9
 
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
10
 
Uploaders: Michael Biebl <biebl@debian.org>, Sjoerd Simons <sjoerd@debian.org>
 
8
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
9
XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
 
10
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Michael Biebl <biebl@debian.org>, Sjoerd Simons <sjoerd@debian.org>
11
11
Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/gnome-desktop3
12
12
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-desktop3
13
13
Standards-Version: 3.9.3
14
14
Build-Depends: debhelper (>= 8),
15
15
               dpkg-dev (>= 1.15.1),
16
16
               dh-autoreconf,
17
 
               libglib2.0-dev (>= 2.27.3),
 
17
               libglib2.0-dev (>= 2.35.0),
18
18
               intltool (>= 0.40.6),
 
19
               iso-codes,
19
20
               scrollkeeper,
20
21
               cdbs (>= 0.4.41),
21
22
               gnome-pkg-tools (>= 0.10),
25
26
               libx11-dev,
26
27
               libxrandr-dev (>= 1.3),
27
28
               libxext-dev,
 
29
               xkb-data,
 
30
               libxkbfile-dev,
28
31
               libgdk-pixbuf2.0-dev (>= 2.21.3),
 
32
               libgl1-mesa-dev,
29
33
               libgtk-3-dev (>= 3.3.6),
30
34
               libxml2-dev (>= 2.4.20),
31
35
               libglib2.0-doc,
32
36
               libgtk-3-doc,
33
37
               gobject-introspection (>= 0.10.2-1~),
34
38
               libgirepository1.0-dev (>= 0.10.2-1~),
35
 
               gsettings-desktop-schemas-dev (>= 2.91.92)
 
39
               gsettings-desktop-schemas-dev (>= 3.5.91),
 
40
               yelp-tools
36
41
 
37
42
Package: gnome-desktop3-data
38
43
Architecture: all
 
44
Multi-Arch: foreign
39
45
Depends: ${misc:Depends}
40
 
Breaks: gnome-desktop-data (<< 2.32.1-2)
41
 
Replaces: gnome-desktop-data (<< 2.32.1-2)
 
46
Breaks: gnome-desktop-data (<< 1:2.32.1-2)
 
47
Replaces: gnome-desktop-data (<< 1:2.32.1-2)
42
48
Description: Common files for GNOME desktop apps
43
49
 This package includes some files that are shared between several GNOME
44
50
 apps (internationalization files).
45
51
 
46
 
Package: libgnome-desktop-3-2
 
52
Package: libgnome-desktop-3-7
47
53
Section: libs
48
54
Architecture: any
49
55
Depends: ${misc:Depends},
50
56
         ${shlibs:Depends},
51
 
         gsettings-desktop-schemas (>= 2.91.92),
52
 
         gnome-desktop3-data (= ${source:Version})
 
57
         gsettings-desktop-schemas (>= 3.5.91),
 
58
         gnome-desktop3-data (>= ${source:Version})
 
59
Replaces: libgnome-desktop-3-2 (<< 3.5.2),
 
60
          libgnome-desktop-3-4 (<< 3.7.90),
53
61
Recommends: hwdata (>= 0.227-1)
54
62
Description: Utility library for loading .desktop files - runtime files
55
63
 This library is used by GNOME to load the .desktop files.
58
66
Section: libdevel
59
67
Architecture: any
60
68
Depends: ${misc:Depends},
61
 
         libgnome-desktop-3-2 (= ${binary:Version}),
 
69
         libgnome-desktop-3-7 (= ${binary:Version}),
62
70
         gir1.2-gnomedesktop-3.0 (= ${binary:Version}),
63
71
         libgtk-3-dev (>= 3.3.6),
64
 
         gsettings-desktop-schemas-dev
 
72
         gsettings-desktop-schemas-dev,
 
73
         libxkbfile-dev
65
74
Description: Utility library for loading .desktop files - development files
66
75
 This package provides the include files and static library for the GNOME
67
76
 desktop library functions.