* Fix broken second dh_strip invocation which was not only acting on the udeb but also on binary packages (-s -pUDEB should have been -pUDEB).

This commit is contained in:
Loïc Minier
2008-05-07 13:51:45 +00:00
parent a5859d463d
commit d9ac577533
2 changed files with 8 additions and 4 deletions

10
debian/changelog vendored
View File

@ -22,13 +22,17 @@ gtk+2.0 (2.12.9-4) UNRELEASED; urgency=low
libxcomposite-dev >= 1:0.2.0-3, libxdamage-dev >= 1:1.0.1-3.
[ Josselin Mouette ]
* 061_foreign_colormaps.patch: stolen from upstream SVN. Don't call
XFreeColormap on foreign colormaps, this causes crashes in e.g.
* 061_foreign_colormaps.patch: stolen from upstream SVN. Don't call
XFreeColormap on foreign colormaps, this causes crashes in e.g.
vinagre. Closes: #477199.
* Apply multiarch patch by Javier Serrano Polo, replacing all
* Apply multiarch patch by Javier Serrano Polo, replacing all
occurrences of usr/lib by $(LIBDIR). Closes: #468100.
* rules: don't compress .sgml and .devhelp files.
[ Loic Minier ]
* Fix broken second dh_strip invocation which was not only acting on the
udeb but also on binary packages (-s -pUDEB should have been -pUDEB).
-- Loic Minier <lool@dooz.org> Thu, 17 Apr 2008 12:34:24 +0200
gtk+2.0 (2.12.9-3) unstable; urgency=low

2
debian/rules vendored
View File

@ -321,7 +321,7 @@ binary-arch: build $(maybe_check) install $(call dh_subst_files,$(BINARY_ARCH_PK
dh_installexamples -s
dh_link -s
dh_strip -s --dbg-package=$(DEBUG_PKG) -N$(UDEB_PKG)
dh_strip -s -p$(UDEB_PKG)
dh_strip -p$(UDEB_PKG)
dh_compress -s -X.sgml -X.devhelp
dh_fixperms -s -X$(LIBDIR)/$(SHARED_PKG)
dh_makeshlibs -p$(SHARED_PKG) \