[Pkg-gnupg-commit] r214 - in /gnupg/trunk/debian: changelog control rules

thijs at users.alioth.debian.org thijs at users.alioth.debian.org
Mon Feb 20 20:49:17 UTC 2012


Author: thijs
Date: Mon Feb 20 20:49:17 2012
New Revision: 214

URL: http://svn.debian.org/wsvn/pkg-gnupg/?sc=1&rev=214
Log:
* Build win32 package with mingw-w64, thanks Stephen Kitt

Modified:
    gnupg/trunk/debian/changelog
    gnupg/trunk/debian/control
    gnupg/trunk/debian/rules

Modified: gnupg/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnupg/gnupg/trunk/debian/changelog?rev=214&op=diff
==============================================================================
--- gnupg/trunk/debian/changelog (original)
+++ gnupg/trunk/debian/changelog Mon Feb 20 20:49:17 2012
@@ -8,6 +8,7 @@
     take the chance to switch to dpkg-source 3.0 (quilt) format.
   * Several packaging tweaks to keep Lintian happy.
   * Mark packages Multi-Arch: foreign. thanks Colin Watson (closes: #649490).
+  * Build win32 package with mingw-w64, thanks Stephen Kitt (closes: #623526).
 
  -- Thijs Kinkhorst <thijs at debian.org>  Mon, 20 Feb 2012 21:34:26 +0100
 

Modified: gnupg/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnupg/gnupg/trunk/debian/control?rev=214&op=diff
==============================================================================
--- gnupg/trunk/debian/control (original)
+++ gnupg/trunk/debian/control Mon Feb 20 20:49:17 2012
@@ -10,7 +10,7 @@
  libusb-dev [!hurd-i386],
  libreadline-dev, file, gettext, 
  libcurl4-gnutls-dev
-Build-Depends-Indep: mingw32
+Build-Depends-Indep: mingw-w64
 Homepage: http://www.gnupg.org
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnupg/gnupg/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnupg/gnupg/trunk/

Modified: gnupg/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnupg/gnupg/trunk/debian/rules?rev=214&op=diff
==============================================================================
--- gnupg/trunk/debian/rules (original)
+++ gnupg/trunk/debian/rules Mon Feb 20 20:49:17 2012
@@ -53,8 +53,8 @@
 build-win32/config.status:
 	dh_testdir
 	(mkdir -p $(@D); cd $(@D); CFLAGS="-g -Os" \
-	    ../configure $(CONFARGS) --host i586-mingw32msvc \
-	    --disable-gnupg-iconv --without-bzip2 --without-readline --without-libcurl)
+	    ../configure $(CONFARGS) --host i686-w64-mingw32 \
+	    --disable-gnupg-iconv --without-bzip2 --without-readline --without-libcurl --disable-ldap)
 
 ##################################### build ##################################
 




More information about the Pkg-gnupg-commit mailing list