Package: digitemp
Severity: minor

You have a BASHism in debian/rules:

        mkdir -p build-serial/{src,userial/ds9097,userial/ds9097u}

The {} expansion is not POSIX standard.  For example, if dash were the
default shell for the build environment, this would FTBFS.  A simple
test to demonstrate this is to run "echo {blee,blah}" in a BASH and in
dash.  BASH will output "blee blah", and dash will output "{blee,blah}".

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL 
set to C)
-- 
Chad C. Walstrom <[EMAIL PROTECTED]>                   247 Gortner Hall
Asst. Director of IT                                Help: 612-625-9284
CBS Computing Services, UMN                        Phone: 612-624-2918


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

Reply via email to