Package: dpkg-dev
Version: 1.10.22ubuntu2.1
Severity: minor

In /usr/bin/dpkg-source,
     for $dircreate (keys %dirtocreate) {
        $dircreatem= "";
        for $dircreatep (split("/",$dirc)) { <-- $dirc should be $dircreate?
            $dircreatem.= $dircreatep;
            if (!lstat($dircreatem)) {
                $! == ENOENT || &syserr("cannot stat $dircreatem");
                mkdir($dircreatem,0777)
                    || &syserr("failed to create $dircreatem subdirectory");
            }
            else {
                -d _ || &error("diff patches file in directory \`$dircreate',"
                               ." but $dircreatem isn't a directory !");
            }
        }
     }


-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Kernel: Linux 2.6.10-5-386
Locale: LANG=C, LC_CTYPE=thai

Versions of packages dpkg-dev depends on:
ii  binutils          2.14.90.0.7-8ubuntu0.3 The GNU assembler, linker and bina
ii  cpio              2.5-1.1ubuntu0.1       GNU cpio -- a program to manage ar
ii  make              3.80-8                 The GNU version of the "make" util
ii  patch             2.5.9-1                Apply a diff file to an original
ii perl [perl5] 5.8.4-2ubuntu0.4 Larry Wall's Practical Extraction ii perl-modules 5.8.4-2ubuntu0.4 Core Perl modules.

-- no debconf information


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

Reply via email to