From e28b2e55253c37dfcbf8c70604abc58095a77d40 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Wed, 20 Apr 2011 01:49:17 -0600 Subject: [PATCH] build using mingw-w64 instead of mingw32 --- debian/changelog | 3 ++- debian/control | 2 +- debian/rules | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 57b31f7..3f27cea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,9 @@ gzip (1.4-1) UNRELEASED; urgency=low * add Vcs entries to control file * patch zless LESSOPEN definition to allow handling of gunzip data on STDIN, closes: #248302 + * Build using mingw-w64 instead of mingw32, closes: #623428 - -- Bdale Garbee Sun, 20 Feb 2011 21:59:46 -0700 + -- Bdale Garbee Wed, 20 Apr 2011 01:48:46 -0600 gzip (1.3.12-9) unstable; urgency=high diff --git a/debian/control b/debian/control index 9397d13..53521ba 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: required Maintainer: Bdale Garbee Uploaders: Carl Worth Build-Depends: debhelper (>= 5), texinfo, autoconf, automake, autotools-dev -Build-Depends-Indep: mingw32 +Build-Depends-Indep: mingw-w64 Standards-Version: 3.8.0 Vcs-Git: git://git.gag.com/debian/gzip Vcs-Browser: http://git.gag.com/?p=debian/gzip diff --git a/debian/rules b/debian/rules index 355dc07..38c7bf0 100755 --- a/debian/rules +++ b/debian/rules @@ -37,7 +37,7 @@ configure-win32: configure-win32-stamp configure-win32-stamp: reconf-stamp dh_testdir mkdir -p build-win32 - cd build-win32 && ../configure --host=i586-mingw32msvc + cd build-win32 && ../configure --host=i686-w64-mingw32 touch configure-win32-stamp build: build-stamp @@ -71,7 +71,7 @@ install-win32: build-win32 dh_testroot dh_clean -k dh_installdirs - i586-mingw32msvc-strip build-win32/gzip.exe + i686-w64-mingw32-strip build-win32/gzip.exe install -m 0755 build-win32/gzip.exe debian/gzip-win32/usr/share/win32/ binary-indep: build-win32 install-win32 -- 2.30.2