Package: simple-cdd
Version: 0.3.10
Severity: normal
Tags: patch
When DI_CODENAME is set, debian-cd will look into
<mirror>/dists/$DI_CODENAME/main/installer-$ARCH/ for the installer files
and not into the $CODENAME one.
simple-cdd is copying the custom_installer files into
<mirror>/dists/$CODENAME/main/installer-$ARCH/ and hence debian-cd
doesn't find them.
A simple fix is:
--- /usr/bin/simple-cdd 2009-04-23 00:43:29.000000000 +0200
+++ /ext/chroot/lenny/usr/bin/simple-cdd 2009-05-19 11:31:01.000000000
+0200
@@ -427,7 +427,7 @@
cd $MIRROR
for a in $ARCHES ; do
- current_installer="dists/$CODENAME/main/installer-$a/current/"
+
current_installer="dists/${DI_CODENAME:-$CODENAME}/main/installer-$a/current/"
di_dir=""
if [ -n "$custom_installer" ] && [ -d "$custom_installer/$a" ]; then
di_dir="$custom_installer/$a"
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150,
'experimental')
Architecture: i386 (x86_64)
Kernel: Linux 2.6.29-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages simple-cdd depends on:
ii apt-utils 0.7.21 APT utility programs
ii dctrl-tools 2.13.1 Command-line tools to process Debi
ii debian-cd 3.1.2 Tools for building (Official) Debi
ii debootstrap 1.0.13 Bootstrap a basic Debian system
ii lsb-release 3.2-22 Linux Standard Base version report
ii python 2.5.4-2 An interactive high-level object-o
ii reprepro 3.9.2-1 Debian package repository producer
ii rsync 3.0.5-1 fast remote file copy program (lik
ii wget 1.11.4-2 retrieves files from the web
Versions of packages simple-cdd recommends:
ii edos-debcheck 1.0-8 Checks whether dependencies of Deb
Versions of packages simple-cdd suggests:
pn qemu <none> (no description available)
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]