~bratsche/ubuntu/maverick/gtk+2.0/menu-activation-fix

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-07-22 21:41:30 UTC
  • mfrom: (1.11.7 upstream) (72.1.16 experimental)
  • Revision ID: james.westby@ubuntu.com-20100722214130-5uzyvpb9g4m0ts2c
Tags: 2.21.5-1ubuntu1
* Merge with Debian experimental, Ubuntu changes:
* debian/control.in:
  - Add introspection build-depends
  - Add Vcs-Bzr link
  - Add gir1.0-gtk-2.0 package
  - libgtk2.0-dev replaces gir-repository-dev
  - Conflict with appmenu-gtk (<< 0.1.3) to prevent menu proxy breakage
* debian/rules:
  - Build with --enable-introspection
  - Add gir1.0-gtk-2.0 package to BINARY_ARCH_PKGS
  - Add dh_girepository call
  - Disable devhelp files
* debian/dh_gtkmodules.in:
  - Remove obsolete script content
* debian/libgtk2.0-0.symbols:
  - Add Ubuntu specific symbols
* debian/libgtk2.0-dev.install.in:
  - Add gir files
* debian/libgtk2.0-doc.install.in
  - Disable devhelp files
* debian/gir1.0-gtk-2.0.install.in
  - Introspection package
* debian/patches/043_menu_proxy.patch
  - Add GtkMenuProxy support for remoting menus.
* debian/patches/062_dnd_menubar.patch:
  - Allow click on menubars for dnd
* debian/patches/063_treeview_almost_fixed.patch:
  - Add an ubuntu-almost-fixed-height-mode property, (required for
    software-center)
* debian/patches/071_no_offscreen_widgets_grabbing.patch:
  - Don't let offscreen widgets do grabbing
* debian/patches/072_indicator_menu_update.patch:
  - change by Cody Russell to send an update event on menu changes,
    should make the bluetooth indicator refresh correctly
* debian/patches/091_bugzilla_tooltip_refresh.patch:
  - Upstream bugzilla change to have better looking tooltips the gtk theme
    need to set "new-tooltip-style" to use those
* debian/watch:
  - Watch for unstable versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
               pkg-config,
10
10
               autotools-dev,
11
11
               libglib2.0-dev (>= 2.25.8),
 
12
               libgdk-pixbuf2.0-dev (>= 2.21.0),
12
13
               libpango1.0-dev (>= 1.20),
13
14
               libatk1.0-dev (>= 1.29.2),
14
15
               libx11-dev (>= 2:1.3.3-2),
25
26
               libxinerama-dev (>= 2:1.1-3),
26
27
               libxfixes-dev (>= 1:3.0.0-3),
27
28
               libcairo2-dev (>= 1.6.4-6.1),
28
 
               libtiff4-dev,
29
 
               libjpeg62-dev,
30
 
               libjasper-dev,
31
 
               libpng12-dev,
32
29
               gnome-pkg-tools (>= 0.11),
33
30
               chrpath,
34
31
               dpkg-dev (>= 1.13.19),
41
38
               gir1.0-glib-2.0,
42
39
               gir1.0-atk-1.0,
43
40
               gir1.0-pango-1.0,
 
41
               gir1.0-gdkpixbuf-2.0,
44
42
               quilt,
45
43
               gawk,
46
44
               xsltproc,
64
62
Provides: @GTK_BINVER_DEP@
65
63
Recommends: hicolor-icon-theme,
66
64
            @BIN_PKG@
 
65
Conflicts: appmenu-gtk (<< 0.1.3)
67
66
Suggests: librsvg2-common,
68
67
          gvfs
69
68
Description: The GTK+ graphical user interface library
128
127
         @COMMON_PKG@,
129
128
         ${misc:Depends},
130
129
         ${shlibs:Depends},
131
 
         libglib2.0-dev (>= 2.23.6),
 
130
         libglib2.0-dev (>= 2.25.8),
 
131
         libgdk-pixbuf2.0-dev (>= 2.21.0),
132
132
         libpango1.0-dev (>= 1.20),
133
133
         libatk1.0-dev (>= 1.29.2),
134
134
         libcairo2-dev (>= 1.6.4-6.1),