[Pkg-gnupg-commit] [gnupg] 02/02: fix armel gpgv1.4-udeb for cross-building (Closes: #820776)

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Apr 18 22:06:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg.

commit 825a954d40f1d12233c7df0ca3bb023e829e7efe
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Mon Apr 18 08:06:05 2016 -0400

    fix armel gpgv1.4-udeb for cross-building (Closes: #820776)
---
 debian/changelog | 1 +
 debian/rules     | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f93c810..d37c168 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 gnupg (1.4.20-6) unstable; urgency=medium
 
   * drop gpgv-win32, now handled by gnupg2 source package
+  * fix armel gpgv1.4-udeb for cross-building (Closes: #820776)
 
  -- Daniel Kahn Gillmor <dkg at fifthhorseman.net>  Mon, 18 Apr 2016 08:02:15 -0400
 
diff --git a/debian/rules b/debian/rules
index 352df72..d5a6ee9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,12 +28,12 @@ ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
 HOSTARG += --host=$(DEB_HOST_GNU_TYPE)
 endif
 
-ifeq ($(DEB_BUILD_ARCH),ppc64)
+ifeq ($(DEB_HOST_ARCH),ppc64)
 CONFARGS += --disable-asm
 endif
 
 # we don't need the udeb unless we are on armel:
-ifeq ($(DEB_BUILD_ARCH),armel)
+ifeq ($(DEB_HOST_ARCH),armel)
 UDEB_BUILD_STAMP = build-udeb-stamp
 endif
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg.git



More information about the Pkg-gnupg-commit mailing list