* 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:
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -16,6 +16,10 @@ gtk+2.0 (2.14.4-3) experimental; urgency=low
|
||||
it.
|
||||
* Remove versioned conflicts with libgail packages.
|
||||
* 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
|
||||
|
||||
|
2
debian/dh_gtkmodules.in
vendored
2
debian/dh_gtkmodules.in
vendored
@ -215,6 +215,8 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
|
||||
}
|
||||
}
|
||||
|
||||
=back
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
L<debhelper>
|
||||
|
55773
debian/patches/070_mandatory-relibtoolize.patch
vendored
55773
debian/patches/070_mandatory-relibtoolize.patch
vendored
File diff suppressed because it is too large
Load Diff
2
debian/patches/series
vendored
2
debian/patches/series
vendored
@ -3,7 +3,7 @@
|
||||
003_gdk.pc_privates.patch
|
||||
004_gtk+-ximian-gtk2-filesel-navbutton-5.patch
|
||||
005_xpmico.patch
|
||||
006_proper-directfb-modules.patch
|
||||
#006_proper-directfb-modules.patch
|
||||
007_implicit_pointer_conversion_gdkdrawable_directfb.patch
|
||||
008_implicit_pointer_conversion_gdkgc_directfb.patch
|
||||
009_gtk-export-filechooser.patch
|
||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -319,8 +319,8 @@ binary-arch: build $(maybe_check) install $(call dh_subst_files,$(BINARY_ARCH_PK
|
||||
-p$(UDEB_PKG)
|
||||
dh_installexamples -s
|
||||
dh_link -s
|
||||
dh_strip -s --dbg-package=$(DEBUG_PKG) -N$(UDEB_PKG) -Nlibgail18
|
||||
dh_strip -plibgail18 --dbg-package=libgail-dbg
|
||||
dh_strip -s --dbg-package=$(DEBUG_PKG) -N$(UDEB_PKG) -Nlibgail18 -Nlibgail-common
|
||||
dh_strip -plibgail18 -plibgail-common --dbg-package=libgail-dbg
|
||||
dh_strip -p$(UDEB_PKG)
|
||||
dh_compress -s -X.sgml -X.devhelp
|
||||
dh_fixperms -s -X$(LIBDIR)/$(SHARED_PKG)
|
||||
|
Reference in New Issue
Block a user