Actions
Bug #433
closedMake a patched version of live-helper
Status:
Closed
Priority:
Immediate
Assignee:
Category:
Packaging
Target version:
Description
Tests in a clean VM showed that we're using a patched version of an unofficial version of live-helper (1.0.6-2). The small patch is the following:
$ diff -u Desktop/lh_bootstrap_debootstrap /usr/bin/lh_bootstrap_debootstrap --- Desktop/lh_bootstrap_debootstrap 2009-11-22 13:39:18.000000000 +0100 +++ /usr/bin/lh_bootstrap_debootstrap 2011-02-19 17:55:09.000000000 +0100 @@ -60,6 +60,7 @@ if [ "${LH_CATEGORIES}" != "main" ] then # Modify categories to remove leading/trailing whitespaces and replace other whitepspace with commas + LH_ARCHIVE_AREAS=$LH_CATEGORIES DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --components $(echo ${LH_ARCHIVE_AREAS} | sed -e 's| |,|g')" fi
Updated by Jean-Michel Philippe about 13 years ago
- Due date set to 10/22/2011
- Category set to Packaging
- Assignee set to Jean-Michel Philippe
- Priority changed from Normal to Immediate
- Estimated time set to 0:30 h
Updated by Jean-Michel Philippe about 13 years ago
Original source code can be found on Debian Snapshots:
Updated by Jean-Michel Philippe about 13 years ago
- Status changed from New to Ready for test
- % Done changed from 0 to 100
Updated by Jean-Michel Philippe about 13 years ago
- Target version set to Gondwana update 2
Updated by Jean-Michel Philippe over 12 years ago
- Status changed from Ready for test to Closed
Actions