Package: autorun4linuxcd Version: 0.13 Severity: normal Tags: patch pending
Dear maintainer, I've prepared an NMU for autorun4linuxcd (versioned as 0.13+nmu1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards, Stephen
diff -Nru autorun4linuxcd-0.13/debian/changelog autorun4linuxcd-0.13+nmu1/debian/changelog --- autorun4linuxcd-0.13/debian/changelog 2008-08-09 20:56:07.000000000 +0200 +++ autorun4linuxcd-0.13+nmu1/debian/changelog 2014-03-09 14:39:05.000000000 +0100 @@ -1,3 +1,14 @@ +autorun4linuxcd (0.13+nmu1) unstable; urgency=medium + + * Non-maintainer upload. + * Update find syntax, thanks to Adam Borowski for the patch (closes: + #711704). + * Replace "live-helper" with "live-build" in the package description + (closes: #625902). + * Build using mingw-w64 instead of mingw32 (closes: #623400). + + -- Stephen Kitt <[email protected]> Sun, 09 Mar 2014 14:39:01 +0100 + autorun4linuxcd (0.13) unstable; urgency=low * Initial release. diff -Nru autorun4linuxcd-0.13/debian/control autorun4linuxcd-0.13+nmu1/debian/control --- autorun4linuxcd-0.13/debian/control 2008-08-09 21:27:39.000000000 +0200 +++ autorun4linuxcd-0.13+nmu1/debian/control 2014-03-09 14:38:11.000000000 +0100 @@ -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 @@ -14,4 +14,4 @@ Depends: ${shlibs:Depends}, ${misc:Depends} Description: Menu for Debian Live under Windows This package contains a menu system for Debian Live under Windows. It is only - useful for live-helper, while building CD images. + useful for live-build, while building CD images. diff -Nru autorun4linuxcd-0.13/debian/rules autorun4linuxcd-0.13+nmu1/debian/rules --- autorun4linuxcd-0.13/debian/rules 2008-08-09 20:22:43.000000000 +0200 +++ autorun4linuxcd-0.13+nmu1/debian/rules 2014-03-09 14:38:11.000000000 +0100 @@ -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 diff -Nru autorun4linuxcd-0.13/shellrun/Makefile autorun4linuxcd-0.13+nmu1/shellrun/Makefile --- autorun4linuxcd-0.13/shellrun/Makefile 2007-04-02 12:39:18.000000000 +0200 +++ autorun4linuxcd-0.13+nmu1/shellrun/Makefile 2014-03-09 14:35:54.000000000 +0100 @@ -22,7 +22,7 @@ _fetch : rsync -av --modify-window=1 --exclude=dsc00000.jpg \ $(DSC)/ $(RAW)/ - find $(RAW) -type f -perm +333 -print -exec chmod 0444 {} \; + find $(RAW) -type f -perm /333 -print -exec chmod 0444 {} \; umountc : -umount $(CAMERA)
signature.asc
Description: Digital signature

