[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#695343: t-p-u pre-approval syslinux/2:4.05+dfsg-6+deb7u1



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Hi,

I would like to ask pre-approval to upload syslinux 2:4.05+dfsg-6+deb7u1 to
testing-proposed-updates. The debdiff is below.

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.


This bug has been fixed in unstable with the same patch in version
2:4.06+dfsg-3.

--- syslinux-4.05+dfsg/debian/changelog	2012-06-30 14:11:28.000000000 +0200
+++ syslinux-4.05+dfsg/debian/changelog	2012-12-07 11:05:13.000000000 +0100
@@ -1,3 +1,12 @@
+syslinux (2:4.05+dfsg-6+deb7u1) testing-proposed-updated; urgency=low
+
+  * Non-maintainer upload.
+  * Upload to testing for wheezy.
+  * Correctly update syslinux debian themes in extlinux-update
+    (Closes: #687848).
+
+ -- Ivo De Decker <ivo.dedecker@ugent.be>  Fri, 07 Dec 2012 11:02:31 +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."



Cheers,

Ivo


Reply to: