Your message dated Fri, 23 Dec 2005 00:21:26 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Closing
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 maintonly) by bugs.debian.org; 28 Jul 2002 10:50:42 +0000
>From [EMAIL PROTECTED] Sun Jul 28 05:50:42 2002
Return-path: <[EMAIL PROTECTED]>
Received: from atoulouse-104-1-3-250.abo.wanadoo.fr (noon.dnsalias.net)
[80.11.125.250] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 17YldK-0001qG-00; Sun, 28 Jul 2002 05:50:42 -0500
Received: from noon by noon.dnsalias.net with local (Exim 3.35 #1 (Debian))
id 17YldH-0006yN-00; Sun, 28 Jul 2002 12:50:39 +0200
Subject: fileutils: duplicate lines in .postinst and .prerm
From: "Fabrice Bauzac" <[EMAIL PROTECTED]>
To: "Debian Bug Tracking System" <[EMAIL PROTECTED]>
X-Mailer: reportbug 1.99.49
Date: Sun, 28 Jul 2002 12:50:38 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
Package: fileutils
Version: 4.1.10-2
Severity: minor
If you read the postinst:
================================================================
#! /bin/sh
set -e
# clean up after old versions
install-info --quiet --remove fileutils
install-info --quiet --section "General commands" "General commands" \
/usr/share/info/coreutils.info.gz
# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
if [ -d /usr/doc ] && [ ! -e /usr/doc/fileutils ] && [ -d
/usr/share/doc/fileutils ]; then
ln -sf ../share/doc/fileutils /usr/doc/fileutils
fi
fi
# End automatically added section
# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
if [ -d /usr/doc ] && [ ! -e /usr/doc/fileutils ] && [ -d
/usr/share/doc/fileutils ]; then
ln -sf ../share/doc/fileutils /usr/doc/fileutils
fi
fi
# End automatically added section
================================================================
You can see that dh_installdocs unnecessarily added some lines twice.
The same thing happens in the prerm script.
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux noon.dnsalias.net 2.4.18 #1 ven jui 5 16:47:06 CEST 2002 i686
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (ignored: LC_ALL set)
Versions of packages fileutils depends on:
ii libc6 2.2.5-12 GNU C Library: Shared libraries an
-- no debconf information
---------------------------------------
Received: (at 154582-done) by bugs.debian.org; 22 Dec 2005 23:21:36 +0000
>From [EMAIL PROTECTED] Thu Dec 22 15:21:36 2005
Return-path: <[EMAIL PROTECTED]>
Received: from smtp-out0.tiscali.nl ([195.241.79.175])
by spohr.debian.org with esmtp (Exim 4.50)
id 1EpZkd-00062u-Vm
for [EMAIL PROTECTED]; Thu, 22 Dec 2005 15:21:36 -0800
Received: from [82.171.132.56] (helo=82-171-132-56.dsl.ip.tiscali.nl)
by smtp-out0.tiscali.nl with esmtp (Tiscali http://www.tiscali.nl)
id 1EpZkd-0007ND-2Y
for <[EMAIL PROTECTED]>; Fri, 23 Dec 2005 00:21:35 +0100
Received: from [127.0.0.1] (localhost [127.0.0.1])
by 82-171-132-56.dsl.ip.tiscali.nl (Postfix) with ESMTP id 784EDC00D3
for <[EMAIL PROTECTED]>; Fri, 23 Dec 2005 00:21:26 +0100 (CET)
Message-ID: <[EMAIL PROTECTED]>
Date: Fri, 23 Dec 2005 00:21:26 +0100
From: Thomas Hood <[EMAIL PROTECTED]>
User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051013)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: Closing
X-Enigmail-Version: 0.92.1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
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=-2.0 required=4.0 tests=BAYES_00,ONEWORD autolearn=no
version=2.60-bugs.debian.org_2005_01_02
There is currently no duplicated code in coreutils postinst.
--
Thomas Hood
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]