* 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:
11
debian/changelog
vendored
11
debian/changelog
vendored
@ -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
|
gtk+2.0 (2.18.4-1) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream bugfix release:
|
* New upstream bugfix release:
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -2,7 +2,7 @@ Source: gtk+2.0
|
|||||||
Section: libs
|
Section: libs
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Sebastien Bacher <seb128@debian.org>
|
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),
|
Build-Depends: debhelper (>= 5.0.22),
|
||||||
gettext,
|
gettext,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
|
@ -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=
|
|
1742
debian/patches/070_mandatory-relibtoolize.patch
vendored
1742
debian/patches/070_mandatory-relibtoolize.patch
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user