Package: dpkg
Version: 1.13.21
The warning:
tar: -: file name read contains nul character
is emitted when building packages. To replicate:
mkdir -p foo/DEBIAN
cat > foo/DEBIAN/control <<EOF
Package: foo
Version: 1
Architecture: i386
Maintainer: Cody McGee <[EMAIL PROTECTED]>
Description: empty package
There's nothing in here
EOF
dpkg-deb -b foo foo.deb
The tar version is 1.15.91-1
Alexey
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]