From: Russ Allbery Date: Wed, 14 Jul 2010 19:05:49 +0000 (-0700) Subject: Fix duplicate installation during the package build X-Git-Tag: debian/1.5.75-2^0 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=0b5cbd78abfeeae82c261b58e675b7cdfff59e6e;p=packages%2Fo%2Fopenafs.git Fix duplicate installation during the package build * Use --after instead of --remaining in binary-indep to avoid running dh_auto_install and doing the installation process again. --- diff --git a/debian/changelog b/debian/changelog index ecf13c0a9..8b53f367c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,10 @@ openafs (1.5.75-2) experimental; urgency=low - [57d727da] Link libafsauthent with -lresolv if required - [c3fc948e] Check for crypt in external library - [a1351d48] Fix ktime test on 64-bit systems + * Use --after instead of --remaining in binary-indep to avoid running + dh_auto_install and doing the installation process again. - -- Russ Allbery Wed, 14 Jul 2010 11:32:17 -0700 + -- Russ Allbery Wed, 14 Jul 2010 12:05:12 -0700 openafs (1.5.75-1) experimental; urgency=low diff --git a/debian/rules b/debian/rules index b86cd1f55..e10f0fbfc 100755 --- a/debian/rules +++ b/debian/rules @@ -236,7 +236,7 @@ binary-arch: install-stamp rm -rf debian/openafs-dbg/usr/lib/debug/sbin rm -rf debian/openafs-dbg/usr/lib/debug/usr/bin rm -rf debian/openafs-dbg/usr/lib/debug/usr/sbin - dh binary-arch --remaining + dh binary-arch --after dh_strip binary: binary-indep binary-arch