Package: dpkg-dev
Version: 1.13.11
Severity: normal
Tags: patch
Hello.
It began with warning:
"dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}"
but turned out, what command
/dpkg-gencontrol -isp -Tdebian/file_is_not_exist
give only a warning, do not tell me what I make mistake in filename.
'Patch':
--- /usr/lib/dpkg/controllib.pl 2005-11-14 17:16:53.000000000 +0300
+++ controllib.pl 2006-01-05 17:09:04.000000000 +0300
@@ -157,7 +157,7 @@
$substvar{$1}= $';
}
close(SV);
- } elsif ($! != ENOENT ) {
+ } elsif ($! == ENOENT ) {
&error("unable to open substvars file $varlistfile: $!");
}
$substvarsparsed = 1;
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.7
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to ru_RU.UTF-8)
Versions of packages dpkg-dev depends on:
ii binutils 2.15-6 The GNU assembler, linker and bina
ii cpio 2.5-1.2 GNU cpio -- a program to manage ar
ii dpkg 1.13.11 package maintenance system for Deb
ii make 3.80+3.81.b4-1 The GNU version of the "make" util
ii patch 2.5.9-2 Apply a diff file to an original
ii perl [perl5] 5.8.7-4 Larry Wall's Practical Extraction
ii perl-modules 5.8.7-4 Core Perl modules
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]