* 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:
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -29,6 +29,10 @@ gtk+2.0 (2.12.9-4) UNRELEASED; urgency=low
|
||||
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
2
debian/rules
vendored
@ -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) \
|
||||
|
Reference in New Issue
Block a user