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

« back to all changes in this revision

Viewing changes to debian/control.in

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