Package: git-core Version: 1:1.6.5.2-1 Severity: wishlist Another patch from my local tree. I hope it is of some use.
-- %< -- Subject: debian/rules: drop misleading PPC_SHA1, ARM_SHA1 settings These options are ignored nowadays (since v1.6.5) with NO_OPENSSL, since BLK_SHA1 takes precedence. Signed-off-by: Jonathan Nieder <jrnie...@gmail.com> --- debian/rules | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/debian/rules b/debian/rules index 6e75455..7ebb6f5 100755 --- a/debian/rules +++ b/debian/rules @@ -28,14 +28,6 @@ ifneq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) TEST = endif -ifeq (powerpc,$(ARCH)) - OPTS +=PPC_SHA1=1 -else -ifeq (arm,$(ARCH)) - OPTS +=ARM_SHA1=1 -endif -endif - TMP =$(shell pwd)/tmp GIT =$(shell pwd)/debian/git -- 1.6.5.2 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org