Update to gtk+2.4.1
This commit is contained in:
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,10 +1,14 @@
|
||||
gtk+2.0 (2.4.0-5) UNRELEASED; urgency=low
|
||||
gtk+2.0 (2.4.1-1) experimental; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Akira TAGOH <tagoh@debian.org>
|
||||
+ debian/control:
|
||||
- added libgtk2.0-0 to Depends for libgtk2.0-common. (from 2.2.4-6).
|
||||
* Sebastien Bacher <seb128@debian.org>
|
||||
+ debian/control.in:
|
||||
- added Build-Depends on libxext-dev (Closes: #247469).
|
||||
|
||||
-- Akira TAGOH <tagoh@debian.org> Tue, 4 May 2004 15:06:22 +0900
|
||||
-- Sebastien Bacher <seb128@debian.org> Wed, 5 May 2004 23:32:54 +0200
|
||||
|
||||
gtk+2.0 (2.4.0-4) experimental; urgency=low
|
||||
|
||||
|
||||
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
|
||||
|
||||
2
debian/control.in
vendored
2
debian/control.in
vendored
@ -3,7 +3,7 @@ Section: libs
|
||||
Priority: optional
|
||||
Maintainer: Akira TAGOH <tagoh@debian.org>
|
||||
Uploaders: @GNOME_TEAM@
|
||||
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
|
||||
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
|
||||
|
||||
|
||||
2
debian/scripts/vars
vendored
2
debian/scripts/vars
vendored
@ -8,7 +8,7 @@
|
||||
SOURCE_DIR=build-tree
|
||||
# For a single pkg, this is the directory that is embedded in the tarball.
|
||||
# For multiple pkgs, this is null.
|
||||
TAR_DIR=gtk+-2.4.0
|
||||
TAR_DIR=gtk+-2.4.1
|
||||
# Where to place all the stamp files. This directory can be removed, and
|
||||
# all the targets will then be rerun.
|
||||
STAMP_DIR=debian/stampdir
|
||||
|
||||
2
debian/sources
vendored
2
debian/sources
vendored
@ -1 +1 @@
|
||||
upstream tar ../gtk+-2.4.0.tar.gz
|
||||
upstream tar ../gtk+-2.4.1.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user