* Put debugging symbols of libgail modules in libgail-dbg.

* dh_gtkmodules.in: fix a pod2man error.
* Disable 006_proper-directfb-modules.patch.
* Update 070_mandatory_relibtoolize.patch accordingly.
This commit is contained in:
Josselin Mouette
2008-11-11 17:56:58 +00:00
parent 1f984d2d5c
commit ccfaaaab1c
5 changed files with 53419 additions and 2366 deletions

4
debian/changelog vendored
View File

@ -16,6 +16,10 @@ gtk+2.0 (2.14.4-3) experimental; urgency=low
it. it.
* Remove versioned conflicts with libgail packages. * Remove versioned conflicts with libgail packages.
* Remove libgail18.shlibs. * Remove libgail18.shlibs.
* Put debugging symbols of libgail modules in libgail-dbg.
* dh_gtkmodules.in: fix a pod2man error.
* Disable 006_proper-directfb-modules.patch.
* Update 070_mandatory_relibtoolize.patch accordingly.
-- Josselin Mouette <joss@debian.org> Tue, 11 Nov 2008 14:44:21 +0100 -- Josselin Mouette <joss@debian.org> Tue, 11 Nov 2008 14:44:21 +0100

View File

@ -215,6 +215,8 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
} }
} }
=back
=head1 SEE ALSO =head1 SEE ALSO
L<debhelper> L<debhelper>

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
003_gdk.pc_privates.patch 003_gdk.pc_privates.patch
004_gtk+-ximian-gtk2-filesel-navbutton-5.patch 004_gtk+-ximian-gtk2-filesel-navbutton-5.patch
005_xpmico.patch 005_xpmico.patch
006_proper-directfb-modules.patch #006_proper-directfb-modules.patch
007_implicit_pointer_conversion_gdkdrawable_directfb.patch 007_implicit_pointer_conversion_gdkdrawable_directfb.patch
008_implicit_pointer_conversion_gdkgc_directfb.patch 008_implicit_pointer_conversion_gdkgc_directfb.patch
009_gtk-export-filechooser.patch 009_gtk-export-filechooser.patch

4
debian/rules vendored
View File

@ -319,8 +319,8 @@ binary-arch: build $(maybe_check) install $(call dh_subst_files,$(BINARY_ARCH_PK
-p$(UDEB_PKG) -p$(UDEB_PKG)
dh_installexamples -s dh_installexamples -s
dh_link -s dh_link -s
dh_strip -s --dbg-package=$(DEBUG_PKG) -N$(UDEB_PKG) -Nlibgail18 dh_strip -s --dbg-package=$(DEBUG_PKG) -N$(UDEB_PKG) -Nlibgail18 -Nlibgail-common
dh_strip -plibgail18 --dbg-package=libgail-dbg dh_strip -plibgail18 -plibgail-common --dbg-package=libgail-dbg
dh_strip -p$(UDEB_PKG) dh_strip -p$(UDEB_PKG)
dh_compress -s -X.sgml -X.devhelp dh_compress -s -X.sgml -X.devhelp
dh_fixperms -s -X$(LIBDIR)/$(SHARED_PKG) dh_fixperms -s -X$(LIBDIR)/$(SHARED_PKG)