Package: dbs
Version: 0.34
Severity: normal

when extracting source tarball, dbs-edit-patch can't find .tgz files.
this is due to a mising '-o' option :

for f in `find $SRC_TAR_DIR -type f -maxdepth 1 -name \*.tgz -o -name
*.tar.gz -o -name \*.tar.bz -o -name \*.tar.bz2 ...

should be :

for f in `find $SRC_TAR_DIR -type f -maxdepth 1 -name -o \*.tgz -o -name
*.tar.gz -o -name \*.tar.bz -o -name \*.tar.bz2 ...

cheers,
guillaume pernot

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages dbs depends on:
ii  bzip2                         1.0.2-7    high-quality block-sorting file co
ii  make                          3.80-9     The GNU version of the "make" util
ii  perl                          5.8.4-8    Larry Wall's Practical Extraction 

-- no debconf information


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

Reply via email to