Package: debhelper Version: 7.0.15 Severity: minor Tags: patch Hello,
--with option is `dh' specific and it should not be passed to other debhelper programs which `dh' calls. The attached patch resolves the problem. -- Modestas Vainius <[EMAIL PROTECTED]>
--- dh 2008-07-09 23:16:57.000000000 +0300
+++ dh 2008-07-14 00:17:49.000000000 +0300
@@ -372,7 +372,7 @@
while (@ARGV_orig) {
my $opt=shift @ARGV_orig;
next if $opt eq $sequence;
- if ($opt =~ /^--?(after|until|before)$/) {
+ if ($opt =~ /^--?(after|until|before|with)$/) {
shift @ARGV_orig;
next;
}
signature.asc
Description: This is a digitally signed message part.

