Package: autorun4linuxcd
Version: 0.13
Severity: wishlist
Tags: patch

Hi,

mingw-w64, which is intended to eventually replace mingw32 and the
assorted packages, is now available in Debian along with new builds of
binutils and gcc. The attached patch allows autorun4linuxcd to build
using mingw-w64 rather than mingw32.

Regards,

Stephen

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (200, 'unstable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-2-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -urN autorun4linuxcd-0.13.orig/debian/changelog autorun4linuxcd-0.13+nmu1/debian/changelog
--- autorun4linuxcd-0.13.orig/debian/changelog	2008-08-09 20:56:07.000000000 +0200
+++ autorun4linuxcd-0.13+nmu1/debian/changelog	2011-04-19 23:42:17.000000000 +0200
@@ -1,3 +1,10 @@
+autorun4linuxcd (0.13+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Build using mingw-w64 instead of mingw32.
+
+ -- Stephen Kitt <[email protected]>  Tue, 19 Apr 2011 23:42:17 +0200
+
 autorun4linuxcd (0.13) unstable; urgency=low
 
   * Initial release.
diff -urN autorun4linuxcd-0.13.orig/debian/control autorun4linuxcd-0.13+nmu1/debian/control
--- autorun4linuxcd-0.13.orig/debian/control	2008-08-09 21:27:39.000000000 +0200
+++ autorun4linuxcd-0.13+nmu1/debian/control	2011-04-19 23:32:51.000000000 +0200
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Live <[email protected]>
 Uploaders: Franklin Piat <[email protected]>
-Build-Depends: debhelper (>= 7), dpatch, mingw32
+Build-Depends: debhelper (>= 7), dpatch, mingw-w64
 Standards-Version: 3.8.0
 Homepage: http://www.klabs.be/~fpiat/projects/autorun4linuxCD/
 Vcs-Browser: http://git.debian.org/git/debian-live/autorun4linuxcd.git
diff -urN autorun4linuxcd-0.13.orig/debian/rules autorun4linuxcd-0.13+nmu1/debian/rules
--- autorun4linuxcd-0.13.orig/debian/rules	2008-08-09 20:22:43.000000000 +0200
+++ autorun4linuxcd-0.13+nmu1/debian/rules	2011-04-19 23:33:13.000000000 +0200
@@ -15,7 +15,7 @@
 build-stamp: patch
 	dh_testdir
 
-	i586-mingw32msvc-gcc shellrun/shellrun.c -o shellrun/shellrun.exe
+	i686-w64-mingw32-gcc shellrun/shellrun.c -o shellrun/shellrun.exe
 
 	touch build-stamp
 

Reply via email to