From: Theodore Ts'o Date: Wed, 4 Jul 2007 18:51:18 +0000 (-0400) Subject: Fix bogus strip permission errors when building under Debian X-Git-Tag: v1.40.1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3f464ffe7646599647ef16d3fdee7179943eb94;p=thirdparty%2Fe2fsprogs.git Fix bogus strip permission errors when building under Debian When building the e2fsprogs dpkg's, the dh_strip command emits a large number of error messages caused by the permissions not being right. So run dh_fixperms before running dh_strip. Signed-off-by: "Theodore Ts'o" --- diff --git a/debian/rules b/debian/rules index cc73333bc..a1ce56b9f 100755 --- a/debian/rules +++ b/debian/rules @@ -350,6 +350,7 @@ binary-arch: install install-udeb -plibss${SS_SOVERSION} -plibuuid${UUID_SOVERSION} \ -pe2fslibs -puuid-dev -pe2fsck-static + dh_fixperms ifneq ($(ismips),) dh_strip -Xlib64ext2fs-nopic.a else @@ -357,7 +358,6 @@ else endif dh_compress - dh_fixperms dh_makeshlibs -Ne2fsprogs-udeb -Nlibblkid1-udeb -Nlibuuid1-udeb dh_makeshlibs -plibcomerr${COMERR_SOVERSION} \