Your message dated Sat, 19 Jul 2008 19:47:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#490886: fixed in debhelper 7.0.16
has caused the Debian Bug report #490886,
regarding debhelper: [dh] --with should not be passed to other debhelper 
commands
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
490886: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490886
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
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;
 	}

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---
--- Begin Message ---
Source: debhelper
Source-Version: 7.0.16

We believe that the bug you reported is fixed in the latest version of
debhelper, which is due to be installed in the Debian FTP archive:

debhelper_7.0.16.dsc
  to pool/main/d/debhelper/debhelper_7.0.16.dsc
debhelper_7.0.16.tar.gz
  to pool/main/d/debhelper/debhelper_7.0.16.tar.gz
debhelper_7.0.16_all.deb
  to pool/main/d/debhelper/debhelper_7.0.16_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joey Hess <[EMAIL PROTECTED]> (supplier of updated debhelper package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 19 Jul 2008 15:34:13 -0400
Source: debhelper
Binary: debhelper
Architecture: source all
Version: 7.0.16
Distribution: unstable
Urgency: low
Maintainer: Joey Hess <[EMAIL PROTECTED]>
Changed-By: Joey Hess <[EMAIL PROTECTED]>
Description: 
 debhelper  - helper programs for debian/rules
Closes: 490886 490937
Changes: 
 debhelper (7.0.16) unstable; urgency=low
 .
   * dh: Avoid passing --with on to subcommands. Closes: #490886
   * dh_installchangelogs: When searching for changelog in v7 mode, skip
     empty files. Closes: #490937
Checksums-Sha1: 
 8b654a2bc08d9a6f4b5fb700c6814e35bb8bdfdb 838 debhelper_7.0.16.dsc
 1068652fe2bf593c8e80746aae5ca5e7c19efd37 293646 debhelper_7.0.16.tar.gz
 95462b088ff1c1831fd4d260374302521a05eade 554130 debhelper_7.0.16_all.deb
Checksums-Sha256: 
 e1a9649f04ca029d8527fad8d7be5cf95cb986ef6f80c670e454546cfb480323 838 
debhelper_7.0.16.dsc
 1d0c1211563562535d9ab53b640d7a2b5be5832e9f1d2933cf8e86d6834d9975 293646 
debhelper_7.0.16.tar.gz
 182d25d6623a99f44bfcf968e55d875826eeb766c0ef994b2b377be503dd7fe0 554130 
debhelper_7.0.16_all.deb
Files: 
 ca448c402f5708789e01b11bf3b1ffe5 838 devel optional debhelper_7.0.16.dsc
 8c29f1476d82d026b0c2af9cd2b85aa2 293646 devel optional debhelper_7.0.16.tar.gz
 0a2aa2123a75b1ff21c2e8374ef44dd9 554130 devel optional debhelper_7.0.16_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFIgkJA2tp5zXiKP0wRAn9zAJ9QdcR+xkHg08tHwOKRuKIHeyetygCgp5V2
Xe1zPIYbzw7cwgAFjq9UMWQ=
=QplA
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to