Package: sponsorship-requests Severity: important Dear mentors,
I am looking for a sponsor for my testing-proposed-updates NMU of "syslinux". This TPU upload was pre-approved by the release team (bug #695343). This version fixes bug #687848 (extlinux-update: fails to correctly update changed syslinux debian themes). Without this fix, the themes never get updated (because they are put into a subfolder of the intended location), which means that the fix for #681426 (syslinux-themes-debian-wheezy: extlinux/theme.cfg refers to debian-squeeze files), which leaves the system unbootable, doesn't work. * Package name : syslinux Version : 2:4.05+dfsg-6+deb7u1 * License : GPL2 Section : utils It builds those binary packages: extlinux - collection of boot loaders (ext2/3/4 and btrfs bootloader) syslinux - collection of boot loaders syslinux-common - collection of boot loaders (common files) syslinux-udeb - collection of boot loaders (udeb) To access further information about this package, please visit the following URL: http://mentors.debian.net/package/syslinux Alternatively, one can download the package with dget using this command: dget -x http://mentors.debian.net/debian/pool/main/s/syslinux/syslinux_4.05+dfsg-6+deb7u1.dsc Changes since the last upload: --- syslinux-4.05+dfsg/debian/changelog 2012-06-30 14:11:28.000000000 +0200 +++ syslinux-4.05+dfsg/debian/changelog 2012-12-10 12:48:41.000000000 +0100 @@ -1,3 +1,12 @@ +syslinux (2:4.05+dfsg-6+deb7u1) testing-proposed-updates; urgency=low + + * Non-maintainer upload. + * Upload to testing for wheezy. + * Correctly update syslinux debian themes in extlinux-update + (Closes: #687848). + + -- Ivo De Decker <ivo.dedec...@ugent.be> Mon, 10 Dec 2012 12:48:40 +0100 + syslinux (2:4.05+dfsg-6) unstable; urgency=low * Using official package-type for udeb packages in control now. diff -Nru syslinux-4.05+dfsg/debian/local/extlinux-update syslinux-4.05+dfsg/debian/local/extlinux-update --- syslinux-4.05+dfsg/debian/local/extlinux-update 2012-06-30 14:00:10.000000000 +0200 +++ syslinux-4.05+dfsg/debian/local/extlinux-update 2012-12-04 19:49:59.000000000 +0100 @@ -403,10 +403,10 @@ if [ -n "${EXTLINUX_THEME_ORIG}" ] then - cp -aL "/usr/share/syslinux/themes/${EXTLINUX_THEME_ORIG}/extlinux" "${_EXTLINUX_DIRECTORY}/themes/${EXTLINUX_THEME_ORIG}" + cp -aLT "/usr/share/syslinux/themes/${EXTLINUX_THEME_ORIG}/extlinux" "${_EXTLINUX_DIRECTORY}/themes/${EXTLINUX_THEME_ORIG}" ln -sf "${EXTLINUX_THEME_ORIG}" "${_EXTLINUX_DIRECTORY}/themes/${EXTLINUX_THEME}" else - cp -aL "/usr/share/syslinux/themes/${EXTLINUX_THEME}/extlinux" "${_EXTLINUX_DIRECTORY}/themes/${EXTLINUX_THEME}" + cp -aLT "/usr/share/syslinux/themes/${EXTLINUX_THEME}/extlinux" "${_EXTLINUX_DIRECTORY}/themes/${EXTLINUX_THEME}" fi echo " done." Regards, Ivo De Decker -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org