Update shlibs and scripts to 2.4.7.
This commit is contained in:
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -4,8 +4,9 @@ gtk+2.0 (2.4.7-1) unstable; urgency=medium
|
|||||||
* New upstream release.
|
* New upstream release.
|
||||||
* debian/patches/002_gtk+-pixbuf-breakage.patch: new, apply patch
|
* debian/patches/002_gtk+-pixbuf-breakage.patch: new, apply patch
|
||||||
from CVS to fix thumbnail corruption in nautilus.
|
from CVS to fix thumbnail corruption in nautilus.
|
||||||
|
* debian/rules: bump shver to 2.4.7, as new symbols have been added.
|
||||||
|
|
||||||
-- Jordi Mallach <jordi@debian.org> Wed, 25 Aug 2004 15:32:28 +0200
|
-- Jordi Mallach <jordi@debian.org> Wed, 25 Aug 2004 20:12:28 +0200
|
||||||
|
|
||||||
gtk+2.0 (2.4.4-2) unstable; urgency=medium
|
gtk+2.0 (2.4.4-2) unstable; urgency=medium
|
||||||
|
|
||||||
|
|||||||
2
debian/rules
vendored
2
debian/rules
vendored
@ -39,7 +39,7 @@ modver=$(major).$(minor).0
|
|||||||
glibver=2.0
|
glibver=2.0
|
||||||
atkver=1.0
|
atkver=1.0
|
||||||
pangover=1.0
|
pangover=1.0
|
||||||
shver=2.4.4
|
shver=2.4.7
|
||||||
libpath=$(CURDIR)/$(BUILD_SHARED_DIR)/gdk-pixbuf/.libs:$(CURDIR)/$(BUILD_SHARED_DIR)/gdk/.libs:$(CURDIR)/$(BUILD_SHARED_DIR)/gtk/.libs
|
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
|
SOURCE_DIR=build-tree
|
||||||
# For a single pkg, this is the directory that is embedded in the tarball.
|
# For a single pkg, this is the directory that is embedded in the tarball.
|
||||||
# For multiple pkgs, this is null.
|
# For multiple pkgs, this is null.
|
||||||
TAR_DIR=gtk+-2.4.4
|
TAR_DIR=gtk+-2.4.7
|
||||||
# Where to place all the stamp files. This directory can be removed, and
|
# Where to place all the stamp files. This directory can be removed, and
|
||||||
# all the targets will then be rerun.
|
# all the targets will then be rerun.
|
||||||
STAMP_DIR=debian/stampdir
|
STAMP_DIR=debian/stampdir
|
||||||
|
|||||||
2
debian/sources
vendored
2
debian/sources
vendored
@ -1 +1 @@
|
|||||||
upstream tar ../gtk+-2.4.4.tar.gz
|
upstream tar ../gtk+-2.4.7.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user