[Popcon-developers] Bug#127633: marked as done (popularity-contest: list of largest unused packages)

Debian Bug Tracking System owner@bugs.debian.org
Mon, 20 Oct 2003 12:48:49 -0500


Your message dated Mon, 20 Oct 2003 13:32:21 -0400
with message-id <E1ABdtF-0001cQ-00@auric.debian.org>
and subject line Bug#127633: fixed in popularity-contest 1.7
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; 3 Jan 2002 15:17:12 +0000
>From ydirson@altern.org Thu Jan 03 09:17:12 2002
Return-path: <ydirson@altern.org>
Received: from postfix2-2.free.fr [213.228.0.140] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 16M9cG-0006Tr-00; Thu, 03 Jan 2002 09:17:12 -0600
Received: from bylbo.nowhere.earth (nas-cbv-3-noreverse-59-245.dial.proxad.net [213.228.59.245])
	by postfix2-2.free.fr (Postfix) with ESMTP
	id 707315F8C6; Thu,  3 Jan 2002 16:17:10 +0100 (CET)
Received: from dwitch by bylbo.nowhere.earth with local (Exim 3.32 #1 (Debian))
	id 16MA86-0005DP-00; Thu, 03 Jan 2002 16:50:06 +0100
Date: Thu, 3 Jan 2002 16:50:06 +0100
From: Yann Dirson <dirson@debian.org>
To: Debian Bug Tracking System <maintonly@bugs.debian.org>
Subject: popularity-contest: list of largest unused packages
Message-ID: <20020103165006.A19986@bylbo.nowhere.earth>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="LQksG6bCIzRHxTLp"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
User-Agent: Mutt/1.3.20i
X-Reportbug-Version: 1.36
Sender: Yann Dirson <ydirson@altern.org>
Delivered-To: maintonly@bugs.debian.org


--LQksG6bCIzRHxTLp
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit

Package: popularity-contest
Version: 1.0-1
Severity: wishlist
Tags: patch

Here is a small script that gives a useful listing to sysadmins with crowded
disks.

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux bylbo 2.2.19+reiserfs+ide #1 Wed Jun 13 20:05:28 CEST 2001 i586
Locale: LANG=français, LC_CTYPE=français

Versions of packages popularity-contest depends on:
ii  dpkg-awk                      1.0.1      Gawk script to parse /var/lib/dpkg
ii  exim [mail-transport-agent]   3.32-2     Exim Mailer
ii  gawk                          1:3.1.0-1  GNU awk, a pattern scanning and pr

-- 
Yann Dirson    <ydirson@altern.org> |    Why make M$-Bill richer & richer ?
Debian-related: <dirson@debian.org> |   Support Debian GNU/Linux:
Pro:    <yann.dirson@fr.alcove.com> |  Freedom, Power, Stability, Gratuity
     http://ydirson.free.fr/        | Check <http://www.debian.org/>

--LQksG6bCIzRHxTLp
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=largest-unused

#!/bin/sh
grep '<OLD>' /var/log/popularity-contest |
 cut -d' ' -f3 |
 xargs apt-cache -o 'APT::Cache::AllVersions=0' show |
 grep -E '^(Package|Installed-Size): ' |
 perl -ne 'if (/^Package: (.*)/) { $p = $1 };  if (/^Installed-Size: (.*)/) { print "$p $1\n"; $p = 'BUG' }' |
 sort -rn -k2


--LQksG6bCIzRHxTLp--

---------------------------------------
Received: (at 127633-close) by bugs.debian.org; 20 Oct 2003 17:39:41 +0000
>From katie@auric.debian.org Mon Oct 20 12:39:41 2003
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1ABe0L-0002Sc-00; Mon, 20 Oct 2003 12:39:41 -0500
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 1ABdtF-0001cQ-00; Mon, 20 Oct 2003 13:32:21 -0400
From: Bill Allombert <ballombe@debian.org>
To: 127633-close@bugs.debian.org
X-Katie: $Revision: 1.42 $
Subject: Bug#127633: fixed in popularity-contest 1.7
Message-Id: <E1ABdtF-0001cQ-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Mon, 20 Oct 2003 13:32:21 -0400
Delivered-To: 127633-close@bugs.debian.org

Source: popularity-contest
Source-Version: 1.7

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

popularity-contest_1.7.dsc
  to pool/main/p/popularity-contest/popularity-contest_1.7.dsc
popularity-contest_1.7.tar.gz
  to pool/main/p/popularity-contest/popularity-contest_1.7.tar.gz
popularity-contest_1.7_all.deb
  to pool/main/p/popularity-contest/popularity-contest_1.7_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 127633@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bill Allombert <ballombe@debian.org> (supplier of updated popularity-contest 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: Mon, 20 Oct 2003 12:04:33 +0200
Source: popularity-contest
Binary: popularity-contest
Architecture: source all
Version: 1.7
Distribution: unstable
Urgency: low
Maintainer: Popularity Contest Developers <popcon-developers@lists.alioth.debian.org>
Changed-By: Bill Allombert <ballombe@debian.org>
Description: 
 popularity-contest - Vote for your favourite packages automatically
Closes: 127633 212736 215563
Changes: 
 popularity-contest (1.7) unstable; urgency=low
 .
   * Petter Reinholdtsen
     - Provide 'popcon', to make it easier to find this package by
       its common short name. (Closes: #215563)
     - Add new program popcon-largest-unused.  Script from Yann Dirson,
       manual page from Petter Reinholdtsen. (Closes: #127633)
   * Bill Allombert
     - Rewrite popularity-contest in perl.
       No user-visible changes outside speed.
     - Don't use dpkg-architecture anymore. (Closes: #212736)
     - control: use dpkg-query so depends on dpkg (>= 1.10)
     - control: remove gawk and dpkg-awk from dependencies.
     - update copyright notice.
Files: 
 314ed2f9e8328e38d08ee6160776ad56 690 misc optional popularity-contest_1.7.dsc
 7bb781de186f3d33f0cd8c543c03e60e 16713 misc optional popularity-contest_1.7.tar.gz
 b8142c1b0e1e3d471018cd7df0b11356 18038 misc optional popularity-contest_1.7_all.deb

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

iD8DBQE/k85ieDPs8bVESBURAqxHAJ4l2xCCkAoiKtmztIKZfwuS+wOVoACgjH3p
FPRhMqzEID/vqIx4SgTEr5Y=
=WvV6
-----END PGP SIGNATURE-----