Your message dated Thu, 22 Sep 2005 11:32:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#322944: fixed in cvs-buildpackage 5.20
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; 13 Aug 2005 17:17:39 +0000
>From [EMAIL PROTECTED] Sat Aug 13 10:17:39 2005
Return-path: <[EMAIL PROTECTED]>
Received: from 0x555113eb.adsl.cybercity.dk (henning.makholm.net) 
[85.81.19.235] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E3zdb-0008GU-00; Sat, 13 Aug 2005 10:17:39 -0700
Received: from haimon.lan.henning.makholm.net (haimon.lan.henning.makholm.net 
[10.0.2.2])
        by henning.makholm.net (Postfix) with SMTP id 426E9639C7;
        Sat, 13 Aug 2005 19:17:37 +0200 (CEST)
Received: (nullmailer pid 24241 invoked by uid 1000);
        Sat, 13 Aug 2005 17:17:38 -0000
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Henning Makholm <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: cvs-buildpackage: typos in "cvs-upgrade -n" output
X-Mailer: reportbug 3.15
Date: Sat, 13 Aug 2005 19:17:38 +0200
Message-Id: <[EMAIL PROTECTED]>
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: cvs-buildpackage
Version: 5.19
Severity: minor

cvs-upgrade contains the following code snippet:

if [ "X$docmd" = "XYES" ]; then
    numdirs=`ls -1 | wc -l`
    if [ ${numdirs} -gt 1 ]; then
        echo >&2 "Source unpacked into more than one dir"
        cd ..
        mkdir "${tmpdir}-new"
        mv "${tmpdir}" "${tmpdir}-new/${package}-${upstream_version}"
        mv "${tmpdir}-new" "${tmpdir}"
        cd "${tmpdir}"
    fi
    $action cd `ls -1`
else
    echo "numdirs=\`ls -1 | wc -l\`"
    echo " if [ $numdirs -gt 1 ]; then "
    echo "   echo >&2 Source unpacked into more than one dir"
    echo "   cd ..; "
    echo "   exit 1"
    echo "   mkdir ${tmpdir}-new"
    echo "   mv ${tmpdir} ${tmpdir}-new/${package}-${upstream_version}"

In the -n branch the $ sign in $numdirs should be escaped.
Also, the if line probably shouldn't be indented.
Also^2, the "exit 1" line seems to be spurious (as is the semicolon
on the line before, which however does not harm).

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27makholm6
Locale: LANG=en_DK, LC_CTYPE=en_DK.iso88591 (charmap=ISO-8859-1)

Versions of packages cvs-buildpackage depends on:
ii  cvs                          1:1.12.9-14 Concurrent Versions System
ii  dpkg-dev                     1.13.10     Package building tools for Debian

cvs-buildpackage recommends no packages.

-- no debconf information

---------------------------------------
Received: (at 322944-close) by bugs.debian.org; 22 Sep 2005 18:38:24 +0000
>From [EMAIL PROTECTED] Thu Sep 22 11:38:24 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EIVrY-0003sU-00; Thu, 22 Sep 2005 11:32:04 -0700
From: Manoj Srivastava <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#322944: fixed in cvs-buildpackage 5.20
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 22 Sep 2005 11:32:04 -0700
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: cvs-buildpackage
Source-Version: 5.20

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

cvs-buildpackage_5.20.dsc
  to pool/main/c/cvs-buildpackage/cvs-buildpackage_5.20.dsc
cvs-buildpackage_5.20.tar.gz
  to pool/main/c/cvs-buildpackage/cvs-buildpackage_5.20.tar.gz
cvs-buildpackage_5.20_all.deb
  to pool/main/c/cvs-buildpackage/cvs-buildpackage_5.20_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.
Manoj Srivastava <[EMAIL PROTECTED]> (supplier of updated cvs-buildpackage 
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: Thu, 22 Sep 2005 13:26:55 -0500
Source: cvs-buildpackage
Binary: cvs-buildpackage
Architecture: source all
Version: 5.20
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava <[EMAIL PROTECTED]>
Changed-By: Manoj Srivastava <[EMAIL PROTECTED]>
Description: 
 cvs-buildpackage - A set of Debian package scripts for CVS source trees.
Closes: 322944
Changes: 
 cvs-buildpackage (5.20) unstable; urgency=low
 .
   * Bug fix: "cvs-buildpackage: typos in 'cvs-upgrade -n'
     output", thanks to Henning Makholm                    (Closes: #322944).
Files: 
 4cbb1a11439f7a1c8a13af9401a19516 487 devel optional cvs-buildpackage_5.20.dsc
 517ce779117092f2f1e7ce12f49284d9 103595 devel optional 
cvs-buildpackage_5.20.tar.gz
 1453e9fa6d1fcb6d5b94bba473b3a59c 63002 devel optional 
cvs-buildpackage_5.20_all.deb

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

iD8DBQFDMvfvIbrau78kQkwRArq2AKCmkIs5+Xp5ALXDAl0TUNZNYb8WbACeOPru
Z2DzzPA2zdvaHoptBlTpDE8=
=y8H/
-----END PGP SIGNATURE-----


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

Reply via email to