Package: bootcd
Version: 3.11
Severity: important

From my pbuilder build log, using a chroot with /bin/sh -> dash:

...
/bin/sh -c 'cat bootcdmkbackwiztar.src | (version=$(sed -ne "s|^bootcd 
(\([^)]*\)).*|\1|p;q" debian/changelog); 
version2=$(echo "${version}" | sed "s/\./_/"); sed -e 
"s|##BOOTCD\.VERSION##|${version}|" -e "s|
##BOOTCD_VERSION##|${version2}|") >bootcdmkbackwiztar'                          
                                
chmod 755 bootcdmkbackwiztar                                                    
/bin/sh -c ' \                                                                  
          cat bootcdmk2diskconf.src | \
          ( SEARCH="\|\#\#\# BOOTCD2DISK.CONF|q"; FILE="bootcd2disk.conf"; ( 
F=$(cat); lines=$(echo "$F" | sed -e 
"$SEARCH" |wc -l); elines=$(expr $(echo "$F" |wc -l) - $lines + 1); echo "$F" | 
head -n $lines; cat $FILE; echo "$F" | tail -
n -$elines ) ) | \
          (version=$(sed -ne "s|^bootcd (\([^)]*\)).*|\1|p;q" 
debian/changelog); version2=$(echo "${version}" | sed 
"s/\./_/"); sed -e "s|##BOOTCD\.VERSION##|${version}|" -e 
"s|##BOOTCD_VERSION##|${version2}|") 
>bootcdmk2diskconf'
chmod 755 bootcdmk2diskconf
./bootcdmk2diskconf -checktemplate
./bootcdmk2diskconf: 614: Syntax error: newline unexpected
make[1]: *** [bootcdmk2diskconf] Error 2
make[1]: Leaving directory `/tmp/buildd/bootcd-3.11'
make: *** [install] Error 2
dpkg-buildpackage: failure: fakeroot debian/rules binary gave error exit status2
-- 
Daniel Schepler




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to