Package: simple-cdd Version: 0.3.14 Severity: normal Tags: patch 'export OUT="$simple_cdd_dir/tmp"' in profile.conf do nothing.
build-simple-cdd override to default OUT="$simple_cdd_dir/tmp" -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-1-amd64 (SMP w/2 CPU cores) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages simple-cdd depends on: ii apt-utils 0.8.15.9 ii dctrl-tools 2.20.1 ii debian-cd 3.1.7 ii debootstrap 1.0.38 ii lsb-release 3.2-28.1 ii python 2.7.2-10 ii reprepro 4.9.0-1+b1 ii rsync 3.0.9-1 ii wget 1.13.4-2 Versions of packages simple-cdd recommends: ii edos-debcheck 1.0-9 ii edos-distcheck [edos-debcheck] 1.4.2-13 Versions of packages simple-cdd suggests: ii qemu-kvm 1.0+dfsg-8 ii qemu-system 1.0+dfsg-3
--- build-simple-cdd.orig 2012-03-16 13:08:05.324389539 +0300 +++ build-simple-cdd 2012-03-16 13:09:24.361573172 +0300 @@ -212,7 +212,7 @@ export BASEDIR="$simple_cdd_basedir" export TDIR="$simple_cdd_temp/cd-build" export APTTMP="$TDIR/apt/" -export OUT="$simple_cdd_dir/images" +test -z "$OUT" && export OUT="$simple_cdd_dir/images" test -z "$INSTALLER_CD" && export INSTALLER_CD=2 for component in $mirror_components $mirror_components_extra ; do