updated to 2.4.3

This commit is contained in:
Sebastien Bacher 2004-06-17 16:58:34 +00:00
parent 106d21bd7d
commit 49b323244f
4 changed files with 12 additions and 3 deletions

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
gtk+2.0 (2.4.3-1) unstable; urgency=medium
* New upstream release
- fix the button size allocation logic (Closes: #253971, #253974).
* debian/rules
- updated the shlibs.
-- Sebastien Bacher <seb128@debian.org> Tue, 15 Jun 2004 11:29:13 +0200
gtk+2.0 (2.4.2-1) unstable; urgency=low
* New upstream release (Closes: #252690).

2
debian/rules vendored
View File

@ -39,7 +39,7 @@ modver=$(major).$(minor).0
glibver=2.0
atkver=1.0
pangover=1.0
shver=2.4.1
shver=2.4.3
libpath=$(CURDIR)/$(BUILD_SHARED_DIR)/gdk-pixbuf/.libs:$(CURDIR)/$(BUILD_SHARED_DIR)/gdk/.libs:$(CURDIR)/$(BUILD_SHARED_DIR)/gtk/.libs

2
debian/scripts/vars vendored
View File

@ -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.2
TAR_DIR=gtk+-2.4.3
# 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
View File

@ -1 +1 @@
upstream tar ../gtk+-2.4.2.tar.gz
upstream tar ../gtk+-2.4.3.tar.gz