debian/changelog | 8 ++++++++ debian/rules | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-)
New commits: commit 7cb287cdcb878f0ed58dc845be5e15014a3738bb Author: Julien Cristau <[email protected]> Date: Sat Oct 29 12:18:40 2011 +0200 Don't require fakeroot for debian/rules clean. diff --git a/debian/changelog b/debian/changelog index aca2249..04e956b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libxpm (1:3.5.9-4) UNRELEASED; urgency=low * Exclude xpmutils from the debug package so it really is multi-arch safe (closes: #646960). Thanks, Jakub Wilk! + * Don't require fakeroot for debian/rules clean. -- Julien Cristau <[email protected]> Sat, 29 Oct 2011 12:11:30 +0200 diff --git a/debian/rules b/debian/rules index 47c45ce..fbc0a33 100755 --- a/debian/rules +++ b/debian/rules @@ -52,7 +52,6 @@ build-stamp: clean: dh_testdir - dh_testroot rm -f build-stamp rm -f config.cache config.log config.status commit b1bc2e2cd1f8a2ad3c46d3a85c1841c95f0efbf1 Author: Julien Cristau <[email protected]> Date: Sat Oct 29 12:12:38 2011 +0200 Exclude xpmutils from the debug package so it really is multi-arch safe Closes: #646960. Thanks, Jakub Wilk! diff --git a/debian/changelog b/debian/changelog index a97a955..aca2249 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libxpm (1:3.5.9-4) UNRELEASED; urgency=low + + * Exclude xpmutils from the debug package so it really is multi-arch safe + (closes: #646960). Thanks, Jakub Wilk! + + -- Julien Cristau <[email protected]> Sat, 29 Oct 2011 12:11:30 +0200 + libxpm (1:3.5.9-3) unstable; urgency=low * Apply patch from Ubuntu to fix build failure when using ld --no-add- diff --git a/debian/rules b/debian/rules index e3cca37..47c45ce 100755 --- a/debian/rules +++ b/debian/rules @@ -85,7 +85,8 @@ binary-arch: build install dh_install --sourcedir=debian/tmp --fail-missing -XlibXpm.la dh_installchangelogs ChangeLog dh_link - dh_strip --dbg-package=$(PACKAGE)-dbg + dh_strip -p$(PACKAGE) --dbg-package=$(PACKAGE)-dbg + dh_strip -N$(PACKAGE) dh_compress dh_fixperms dh_makeshlibs -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

