Update to gtk+2.4.1
This commit is contained in:
26
debian/control
vendored
26
debian/control
vendored
@ -3,14 +3,14 @@ Section: libs
|
||||
Priority: optional
|
||||
Maintainer: Akira TAGOH <tagoh@debian.org>
|
||||
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Andreas Rottmann <rotty@debian.org>, Andrew Lau <netsnipe@users.sourceforge.net>, Carlos Perelló Marín <carlos@pemas.net>, Edd Dumbill <ejad@debian.org>, Emil Soleyman-Zomalan <emil@nishra.com>, Gustavo Noronha Silva <kov@debian.org>, J.H.M. Dassen (Ray) <jdassen@debian.org>, Johannes Rohr <j.rohr@comlink.org>, Jordi Mallach <jordi@debian.org>, Jose Carlos Garcia Sogo <jsogo@debian.org>, Josselin Mouette <joss@debian.org>, Ondřej Surý <ondrej@debian.org>, Rob Bradford <rob@debianplanet.org>, Rob Taylor <robtaylor@fastmail.fm>, Robert McQueen <robot101@debian.org>, Ross Burton <ross@debian.org>, Sebastien Bacher <seb128@debian.org>, Takuo KITAME <kitame@debian.org>
|
||||
Build-Depends: debhelper (>> 4.0.0), gettext, pkg-config, libglib2.0-dev (>= 2.4.0-1), libpango1.0-dev (>= 1.4.0-1), libatk1.0-dev (>= 1.6.0-1), xlibs-static-pic | xlibs-pic (>= 4.2.1-6), libx11-dev | xlibs-dev, libxext-dev | xlibs-dev, libxi-dev | xlibs-dev, libxrandr-dev | xlibs-dev, libxrender-dev, libxft-dev, libxcursor-dev, libtiff3g-dev, libjpeg62-dev, libpng12-dev, docbook-utils, linuxdoc-tools-text, gnome-pkg-tools
|
||||
Build-Depends: debhelper (>> 4.0.0), gettext, pkg-config, libglib2.0-dev (>= 2.4.0-1), libpango1.0-dev (>= 1.4.0-1), libatk1.0-dev (>= 1.6.0-1), xlibs-static-pic | xlibs-pic (>= 4.2.1-6), libx11-dev | xlibs-dev, libxext-dev | xlibs-dev, libxi-dev | xlibs-dev, libxrandr-dev | xlibs-dev, libxt-dev | xlibs-dev, libxrender-dev, libxft-dev, libxcursor-dev, libtiff3g-dev, libjpeg62-dev, libpng12-dev, docbook-utils, linuxdoc-tools-text, gnome-pkg-tools, libxext-dev
|
||||
Build-Depends-Indep: gtk-doc-tools, docbook-xml
|
||||
Standards-Version: 3.6.1.0
|
||||
|
||||
Package: libgtk2.0-0
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Depends: libgtk2.0-common (>= ${Source-Version}), libgtk2.0-data (>= ${Source-Version}), ${shlibs:Depends}
|
||||
Depends: libgtk2.0-common (>= ${Source-Version}), libgtk2.0-bin (>= ${Source-Version}), ${shlibs:Depends}
|
||||
Conflicts: libgtk2.0-0png3, eog2 (<< 1.0.1-4), gnome-panel2 (<< 2.0.4-1), celestia (<< 1.2.4-4), gimp1.3 (<< 1.3.7-1.1), metatheme (<< 0.9.7-3), libgnomeui-0 (<< 2.0.6-2), gtk2.0-examples (<< 2.2.0), libgdkxft0
|
||||
Replaces: libgtk2.0-0png3
|
||||
Description: The GTK+ graphical user interface library
|
||||
@ -23,10 +23,10 @@ Description: The GTK+ graphical user interface library
|
||||
|
||||
Package: libgtk2.0-common
|
||||
Section: misc
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}
|
||||
Replaces: libgtk1.3-common
|
||||
Conflicts: libgtk1.3-common
|
||||
Architecture: all
|
||||
Depends: libgtk2.0-0, ${misc:Depends}
|
||||
Replaces: libgtk1.3-common, libgtk2.0-data
|
||||
Conflicts: libgtk1.3-common, libgtk2.0-data
|
||||
Description: Common files for the GTK+ graphical user interface library
|
||||
The GTK+ is a multi-platform toolkit for creating graphical user
|
||||
interfaces. Offering a complete set of widgets, the GTK+ is suitable
|
||||
@ -35,19 +35,19 @@ Description: Common files for the GTK+ graphical user interface library
|
||||
.
|
||||
This package contains the common files which the libraries need.
|
||||
|
||||
Package: libgtk2.0-data
|
||||
Package: libgtk2.0-bin
|
||||
Section: misc
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: libgtk2.0-common (<= 2.4.0-2)
|
||||
|
||||
Packagcription: Data files for the GTK+ graphical user interface library
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}
|
||||
Replaces: libgtk2.0-common (<= 2.4.0-3)
|
||||
Description: The programs for the GTK+ graphical user interface library
|
||||
The GTK+ is a multi-platform toolkit for creating graphical user
|
||||
interfaces. Offering a complete set of widgets, the GTK+ is suitable
|
||||
for projects ranging from small one-off tools to complete application
|
||||
suites.
|
||||
.
|
||||
This package contains the data files which the libraries need.
|
||||
This package contains the program files which is used for the libraries
|
||||
and others.
|
||||
|
||||
Package: libgtk2.0-dev
|
||||
Section: libdevel
|
||||
|
||||
Reference in New Issue
Block a user