updated to 2.4.3
This commit is contained in:
parent
106d21bd7d
commit
49b323244f
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -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
2
debian/rules
vendored
@ -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
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.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
2
debian/sources
vendored
@ -1 +1 @@
|
||||
upstream tar ../gtk+-2.4.2.tar.gz
|
||||
upstream tar ../gtk+-2.4.3.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user