[SCM] live-build branch, debian, updated. debian/3.0_a43-1-9-g2d4cf57

Daniel Baumann daniel at debian.org
Sun Feb 12 21:10:45 UTC 2012


The following commit has been merged in the debian branch:
commit 4ba46d7ee4569b12a2b29abf1cb1c3e5909dbef5
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Feb 12 21:57:12 2012 +0100

    Adding a workaround in rules to stop dh_link converting absolute symlinks to relative symlinks for bootloader configs.

diff --git a/debian/rules b/debian/rules
index 86430df..2dc8bb6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,3 +32,10 @@ override_dh_builddeb:
 
 override_dh_installchangelogs:
 	dh_installchangelogs docs/ChangeLog
+
+override_dh_link:
+	dh_link
+
+	# workaround dh_link convertion of absolute symlinks to relvative symlinks
+	rm -rf debian/live-build/usr/share/live/build/bootloaders
+	cp -a share/bootloaders debian/live-build/usr/share/live/build/bootloaders

-- 
live-build



More information about the debian-live-changes mailing list