$ sudo apt-get upgrade tar
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.

$ sudo apt-build install tar
Unable to find source information for tar at /usr/bin/apt-build line 477.

I ran apt-build clean-repository before, update with apt and apt-build, and the reference is still returned by apt-cache show as below :

$ apt-cache show tar
Package: tar
Essential: yes
Priority: required
Section: utils
Installed-Size: 1812
Maintainer: Bdale Garbee <[EMAIL PROTECTED]>
Architecture: i386
Version: 1.15.1-4
Replaces: cpio
Pre-Depends: libc6 (>= 2.3.5-1)
Suggests: bzip2
Conflicts: cpio (<= 2.4.2-38)
Filename: pool/main/t/tar/tar_1.15.1-4_i386.deb
Size: 770942
MD5sum: 2af31c5c9f363c0590950a2499d83895
Description: GNU tar
 Tar is a program for packaging a set of files as a single archive in tar
 format.  The function it performs is conceptually similar to cpio, and to
 things like PKZIP in the DOS world.  It is heavily used by the Debian package
 management system, and is useful for performing system backups and exchanging
 sets of files with others.
Tag: admin::backup, admin::file-distribution, devel::packaging, interface::commandline, role::sw:utility, use::storing, works-with::archive:tar, works-with::file

Package: tar
Essential: yes
Priority: required
Section: base
Installed-Size: 1788
Maintainer: Bdale Garbee <[EMAIL PROTECTED]>
Architecture: i386
Version: 1.15.1-3
Replaces: cpio
Pre-Depends: libc6 (>= 2.3.5-1)
Suggests: bzip2
Conflicts: cpio (<= 2.4.2-38)
Filename: ./tar_1.15.1-3_i386.deb
Size: 755854
MD5sum: d334415700b0835b423eed8118acc0c5
Description: GNU tar
 Tar is a program for packaging a set of files as a single archive in tar
 format.  The function it performs is conceptually similar to cpio, and to
 things like PKZIP in the DOS world.  It is heavily used by the Debian package
 management system, and is useful for performing system backups and exchanging
 sets of files with others.

Installed version is still :
ii  tar                             1.15.1-3                       GNU tar

KnuX

Julien Danjou wrote:
On Sun, Feb 26, 2006 at 04:30:35PM +0100, KnuX wrote:
[...]

So you are saying that "apt-build install tar" nor "apt-get upgrade tar" won't upgrade it?

  
Paquets étiquetés :

I think there is a problem, the new package will be installed if I remove apt-build from sources.list. In addition, if I clean-repository, the reference for the 
package with filename "./<package>-<version>.deb" still exists while
it is removed from the repository... Is it normal ?
    

You should probably run build-repository after.

  

Reply via email to