diff --git a/debian/changelog b/debian/changelog index cd53c54aac..75c139289c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 + debian/control: - added libgtk2.0-0 to Depends for libgtk2.0-common. (from 2.2.4-6). - - -- Akira TAGOH Tue, 4 May 2004 15:06:22 +0900 + * Sebastien Bacher + + debian/control.in: + - added Build-Depends on libxext-dev (Closes: #247469). + + -- Sebastien Bacher Wed, 5 May 2004 23:32:54 +0200 gtk+2.0 (2.4.0-4) experimental; urgency=low diff --git a/debian/control b/debian/control index 6a9d3f7ce6..01eb64e084 100644 --- a/debian/control +++ b/debian/control @@ -3,14 +3,14 @@ Section: libs Priority: optional Maintainer: Akira TAGOH Uploaders: Debian GNOME Maintainers , Andreas Rottmann , Andrew Lau , Carlos Perelló Marín , Edd Dumbill , Emil Soleyman-Zomalan , Gustavo Noronha Silva , J.H.M. Dassen (Ray) , Johannes Rohr , Jordi Mallach , Jose Carlos Garcia Sogo , Josselin Mouette , Ondřej Surý , Rob Bradford , Rob Taylor , Robert McQueen , Ross Burton , Sebastien Bacher , Takuo KITAME -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 diff --git a/debian/control.in b/debian/control.in index 46f0770568..03ed5ae9b9 100644 --- a/debian/control.in +++ b/debian/control.in @@ -3,7 +3,7 @@ Section: libs Priority: optional Maintainer: Akira TAGOH 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 diff --git a/debian/scripts/vars b/debian/scripts/vars index d47c937b9a..5996388299 100644 --- a/debian/scripts/vars +++ b/debian/scripts/vars @@ -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 diff --git a/debian/sources b/debian/sources index 1bd520e7a8..dc8d755f8f 100644 --- a/debian/sources +++ b/debian/sources @@ -1 +1 @@ -upstream tar ../gtk+-2.4.0.tar.gz +upstream tar ../gtk+-2.4.1.tar.gz