diff --git a/debian/changelog b/debian/changelog index 2ab814c864..f59839c2be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 15 Jun 2004 11:29:13 +0200 + gtk+2.0 (2.4.2-1) unstable; urgency=low * New upstream release (Closes: #252690). diff --git a/debian/rules b/debian/rules index 963d80b141..b58f170735 100644 --- a/debian/rules +++ b/debian/rules @@ -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 diff --git a/debian/scripts/vars b/debian/scripts/vars index 767a6cc991..418dcb6f7e 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.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 diff --git a/debian/sources b/debian/sources index efd1eb155e..6a97e7ad0e 100644 --- a/debian/sources +++ b/debian/sources @@ -1 +1 @@ -upstream tar ../gtk+-2.4.2.tar.gz +upstream tar ../gtk+-2.4.3.tar.gz