[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#230434: marked as done (new tar breaks dpkg-deb)



Your message dated Sat, 31 Jan 2004 03:32:02 -0500
with message-id <E1AmqXq-0003et-00@newraff.debian.org>
and subject line Bug#230434: fixed in tar 1.13.92-2
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; 30 Jan 2004 23:32:23 +0000
>From romosan@caliban.lbl.gov Fri Jan 30 15:32:23 2004
Return-path: <romosan@caliban.lbl.gov>
Received: from caliban.lbl.gov [128.3.11.38] (root)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Ami7b-0000Fe-00; Fri, 30 Jan 2004 15:32:23 -0800
Received: from caliban.lbl.gov (romosan@localhost [127.0.0.1])
	by caliban.lbl.gov (8.12.11/8.12.11/Debian-1) with ESMTP id i0UNWMNN012329;
	Fri, 30 Jan 2004 15:32:22 -0800
Received: (from romosan@localhost)
	by caliban.lbl.gov (8.12.11/8.12.11/Debian-1) id i0UNWMsT012326;
	Fri, 30 Jan 2004 15:32:22 -0800
Message-Id: <[🔎] 200401302332.i0UNWMsT012326@caliban.lbl.gov>
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Alex Romosan <romosan@caliban.lbl.gov>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: new tar breaks dpkg-deb
X-Mailer: reportbug 2.39
Date: Fri, 30 Jan 2004 15:32:21 -0800
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_01_27 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no 
	version=2.60-bugs.debian.org_2004_01_27
X-Spam-Level: 

Package: dpkg
Version: 1.10.18
Severity: grave

looks like the new tar removes the leading ./ from file names so
./DEBIAN/* files get included in the package (the new tar package
is actually an example of this). i think the fix is simply to change
line 469 in dpkg-deb/build.c from:

execlp(FIND,"find",".","-path","./" BUILDCONTROLDIR,"-prune","-o","-print0",(char*)0);

to:

execlp(FIND,"find",".","-path",BUILDCONTROLDIR,"-prune","-o","-print0",(char*)0);

i.e. remove the (now) unnecessary ./

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux caliban 2.6.2-rc2 #180 Mon Jan 26 11:35:25 PST 2004 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages dpkg depends on:
ii  dselect                     1.10.18      a user tool to manage Debian packa
ii  libc6                       2.3.2.ds1-11 GNU C Library: Shared libraries an

-- no debconf information


---------------------------------------
Received: (at 230434-close) by bugs.debian.org; 31 Jan 2004 08:34:18 +0000
>From katie@ftp-master.debian.org Sat Jan 31 00:34:18 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Amqa2-0007PO-00; Sat, 31 Jan 2004 00:34:18 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1AmqXq-0003et-00; Sat, 31 Jan 2004 03:32:02 -0500
From: Bdale Garbee <bdale@gag.com>
To: 230434-close@bugs.debian.org
X-Katie: $Revision: 1.43 $
Subject: Bug#230434: fixed in tar 1.13.92-2
Message-Id: <E1AmqXq-0003et-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sat, 31 Jan 2004 03:32:02 -0500
Delivered-To: 230434-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_01_27 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=HAS_BUG_NUMBER autolearn=no 
	version=2.60-bugs.debian.org_2004_01_27
X-Spam-Level: 

Source: tar
Source-Version: 1.13.92-2

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

tar_1.13.92-2.diff.gz
  to pool/main/t/tar/tar_1.13.92-2.diff.gz
tar_1.13.92-2.dsc
  to pool/main/t/tar/tar_1.13.92-2.dsc
tar_1.13.92-2_i386.deb
  to pool/main/t/tar/tar_1.13.92-2_i386.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 230434@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bdale Garbee <bdale@gag.com> (supplier of updated tar 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 ftpmaster@debian.org)


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

Format: 1.7
Date: Sat, 31 Jan 2004 01:11:04 -0700
Source: tar
Binary: tar
Architecture: source i386
Version: 1.13.92-2
Distribution: unstable
Urgency: low
Maintainer: Bdale Garbee <bdale@gag.com>
Changed-By: Bdale Garbee <bdale@gag.com>
Description: 
 tar        - GNU tar
Closes: 230431 230434
Changes: 
 tar (1.13.92-2) unstable; urgency=low
 .
   * patches from CVS to stop stripping './' prefix from filenames, and to fix
     --no-recursion, closes: #230431, #230434
Files: 
 bbcb15a4bfba06282d9f5e402e969a4a 579 base required tar_1.13.92-2.dsc
 619a2fa3d04c7269dba03e51220d0732 17299 base required tar_1.13.92-2.diff.gz
 018c6889def32c46071f31300e7015d9 532854 base required tar_1.13.92-2_i386.deb

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

iD8DBQFAG2OdZKfAp/LPAagRAiouAJsE6nRtyeixjTp2XNbLpqy4A5kCZQCeNctz
Ttco+5zDUm6tZmbOxIS+k7s=
=O0P/
-----END PGP SIGNATURE-----



Reply to: