Your message dated Mon, 05 Dec 2005 14:32:11 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#342033: fixed in debhelper 5.0.8
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 4 Dec 2005 21:37:53 +0000
>From [EMAIL PROTECTED] Sun Dec 04 13:37:53 2005
Return-path: <[EMAIL PROTECTED]>
Received: from moutng.kundenserver.de ([212.227.126.177])
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1Ej1YO-00030N-W8
        for [EMAIL PROTECTED]; Sun, 04 Dec 2005 13:37:53 -0800
Received: from [217.186.25.81] (helo=egon)
        by mrelayeu.kundenserver.de (node=mrelayeu7) with ESMTP (Nemesis),
        id 0ML2Dk-1Ej1YN1K0I-0005td; Sun, 04 Dec 2005 22:37:51 +0100
Received: from martin by egon with local (Exim 3.36 #1 (Debian))
        id 1Ej1YM-0001Lp-00
        for <[EMAIL PROTECTED]>; Sun, 04 Dec 2005 22:37:50 +0100
From: Martin Kittel <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: debhelper: dh_installdocs ignores -X for doc-base files
X-Debbugs-CC: Martin Kittel <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
Sender: Martin Kittel <[EMAIL PROTECTED]>
Date: Sun, 04 Dec 2005 22:37:50 +0100
X-Provags-ID: kundenserver.de [EMAIL PROTECTED] 
login:22b7dffd0feb72094d7f3063026c50ad
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02

Package: debhelper
Version: 5.0.7
Severity: normal
Tags: patch

Hi,

dh_installdocs creates debhelper scripts for doc-base files that have been
explicitly excluded via the -X command line switch.

Although I am not a perl hacker, the following patch seems to do the trick.

Best wishes,

Martin.

--- /usr/bin/dh_installdocs     2005-08-26 15:19:11.000000000 +0200
+++ /usr/local/bin/dh_installdocs       2005-12-04 22:17:30.000000000 +0100
@@ -198,6 +198,7 @@
        foreach my $fn (grep {/^${regexp}doc-base(\..*)?$/} readdir(DEB)) {
                # .EX are example files, generated by eg, dh-make
                next if $fn=~/\.EX$/;
+                next if excludefile($fn);
                # Parse the file to get the doc id.
                open (IN, "debian/$fn") || die "Cannot read debian/$fn.";
                while (<IN>) {


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.3
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages debhelper depends on:
ii  binutils                      2.16.1-2   The GNU assembler, linker and bina
ii  coreutils [fileutils]         5.2.1-2.1  The GNU core utilities
ii  debconf-utils                 1.4.59     debconf utilities
ii  dpkg-dev                      1.13.11    package building tools for Debian
ii  file                          4.15-2     Determines file type using "magic"
ii  fileutils                     5.2.1-2.1  The GNU file management utilities 
ii  html2text                     1.3.2a-3   An advanced HTML to text converter
ii  perl                          5.8.7-7    Larry Wall's Practical Extraction 
ii  po-debconf                    0.9.0      manage translated Debconf template

debhelper recommends no packages.

-- no debconf information

---------------------------------------
Received: (at 342033-close) by bugs.debian.org; 5 Dec 2005 22:41:15 +0000
>From [EMAIL PROTECTED] Mon Dec 05 14:41:15 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1EjOsV-0006Jq-8r; Mon, 05 Dec 2005 14:32:11 -0800
From: Joey Hess <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.60 $
Subject: Bug#342033: fixed in debhelper 5.0.8
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 05 Dec 2005 14:32:11 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2

Source: debhelper
Source-Version: 5.0.8

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_5.0.8.dsc
  to pool/main/d/debhelper/debhelper_5.0.8.dsc
debhelper_5.0.8.tar.gz
  to pool/main/d/debhelper/debhelper_5.0.8.tar.gz
debhelper_5.0.8_all.deb
  to pool/main/d/debhelper/debhelper_5.0.8_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.7
Date: Mon,  5 Dec 2005 14:31:23 -0500
Source: debhelper
Binary: debhelper
Architecture: source all
Version: 5.0.8
Distribution: unstable
Urgency: low
Maintainer: Joey Hess <[EMAIL PROTECTED]>
Changed-By: Joey Hess <[EMAIL PROTECTED]>
Description: 
 debhelper  - helper programs for debian/rules
Closes: 341289 342033
Changes: 
 debhelper (5.0.8) unstable; urgency=low
 .
   * Man page type fixes (yes, more, nice to know people read the man pages).
     Closes: #341289
   * dh_installdocs: Make -X also exclude matching doc-base files from being
     installed. Closes: #342033
Files: 
 8833cb37561616cfdfa14cb2ff07fda4 482 devel optional debhelper_5.0.8.dsc
 8cf85aef1bd52f6f914b639513f2bc67 259368 devel optional debhelper_5.0.8.tar.gz
 d7b1993eb59892eff69bc1b1f9a5ad46 506844 devel optional debhelper_5.0.8_all.deb

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

iD8DBQFDlJZD2tp5zXiKP0wRAsjRAKCbHveKzrS2VdH8K9VnKxG/RMTjEgCeMhUm
N5TBEdoJrgBGeFKDTobskWs=
=n0CX
-----END PGP SIGNATURE-----


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

Reply via email to