* New upstream bugfix release.

+ debian/patches/070_mandatory-relibtoolize.patch:
    - Updated for the new version.
* debian/patches/000_gtk+-2.0.6-exportsymbols.patch:
  + Removed, it wasn't being applied and hasn't been relevant for a
    long time.
This commit is contained in:
Emilio Pozuelo Monfort
2009-12-12 17:43:00 +00:00
parent 9ab5da0c66
commit e118f6e068
4 changed files with 1171 additions and 598 deletions

11
debian/changelog vendored
View File

@ -1,3 +1,14 @@
gtk+2.0 (2.18.5-1) unstable; urgency=low
* New upstream bugfix release.
+ debian/patches/070_mandatory-relibtoolize.patch:
- Updated for the new version.
* debian/patches/000_gtk+-2.0.6-exportsymbols.patch:
+ Removed, it wasn't being applied and hasn't been relevant for a
long time.
-- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 12 Dec 2009 18:42:36 +0100
gtk+2.0 (2.18.4-1) unstable; urgency=low
* New upstream bugfix release:

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: gtk+2.0
Section: libs
Priority: optional
Maintainer: Sebastien Bacher <seb128@debian.org>
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>, Sebastian Dröge <slomo@debian.org>
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Josselin Mouette <joss@debian.org>, Sebastian Dröge <slomo@debian.org>
Build-Depends: debhelper (>= 5.0.22),
gettext,
pkg-config,

View File

@ -1,14 +0,0 @@
Index: gtk+2.0-2.10.10/configure.in
===================================================================
--- gtk+2.0-2.10.10.orig/configure.in 2007-03-12 15:07:22.000000000 +0100
+++ gtk+2.0-2.10.10/configure.in 2007-03-13 14:10:00.000000000 +0100
@@ -351,7 +351,8 @@
if test "$os_win32" != yes; then
# libtool option to control which symbols are exported
# right now, symbols starting with _ are not exported
- LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^[[^_]].*"'
+ # Disabled until -export-symbols-regex works (RH patch)
+ LIBTOOL_EXPORT_OPTIONS=
else
# We currently use .def files on Windows (for gdk-pixbuf, gdk and gtk)
LIBTOOL_EXPORT_OPTIONS=

File diff suppressed because it is too large Load Diff