[Pkg-gnupg-commit] [gnupg] 01/02: Make gnupg cross-build to Windows more resilient by specifying build architecture explicitly.

Thijs Kinkhorst thijs at moszumanska.debian.org
Mon May 4 19:24:07 UTC 2015


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

thijs pushed a commit to branch master
in repository gnupg.

commit 1d99fa3e640e85b23621f8733c2aa560ddcd9119
Author: Thijs Kinkhorst <thijs at debian.org>
Date:   Mon May 4 19:04:55 2015 +0000

    Make gnupg cross-build to Windows more resilient by specifying build architecture explicitly.
    
    Patch by Stephen Kitt. (Closes: #736286)
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c40de85..f746459 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,11 @@
 gnupg (1.4.19-2) unstable; urgency=medium
 
+  [ Thijs Kinkhorst ]
+  * Upload to unstable.
+  * Make gnupg cross-build to Windows more resilient by specifying
+    build architecture explicitly. Patch by Stephen Kitt.
+    (Closes: #736286)
+
   [ Daniel Kahn Gillmor ]
   * added gnupg-dbg package.
 
diff --git a/debian/rules b/debian/rules
index f4b4420..9bfc1cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,7 +59,7 @@ build-win32/config.status:
 	dh_testdir
 	(mkdir -p $(@D); cd $(@D); CFLAGS="-g -Os" \
 	LDFLAGS="-Xlinker --no-insert-timestamp" \
-	    ../configure $(CONFARGS) $(CONFARGS_MINIMAL) --host i686-w64-mingw32 )
+	    ../configure $(CONFARGS) $(CONFARGS_MINIMAL) --build $(DEB_BUILD_GNU_TYPE) --host i686-w64-mingw32 )
 
 ##################################### build ##################################
 

-- 
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