Your message dated Thu, 05 Oct 2006 10:02:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#366028: fixed in deborphan 1.7.19
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)

--- Begin Message ---
Package: deborphan
Version: 1.7.18
Severity: normal

The following 3 commands show that deborphan didn't list an orphaned
package (libcamel1.2-6) that was in Section libs.

dixsept:/home/vlefevre# deborphan 
libselinux1-dev

dixsept:/home/vlefevre# dpkg -s libcamel1.2-6
Package: libcamel1.2-6
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 1252
Maintainer: Debian Evolution Maintainers 
<[email protected]>
Architecture: i386
Source: evolution-data-server
Version: 1.4.2.1-2+b1
Replaces: libcamel1.2-0
Depends: libc6 (>= 2.3.6-6), libcamel1.2-6 (>= 1.4.1.1), libcomerr2 (>= 
1.33-3), libedataserver1.2-4 (>= 1.4.1.1), libegroupwise1.2-8 (>= 1.4.1.1), 
libglib2.0-0 (>= 2.10.0), libgnutls13 (>= 1.3.5), libkrb53 (>= 1.4.2), 
libsoup2.2-8 (>= 2.2.92), libxml2 (>= 2.6.23), zlib1g (>= 1:1.2.1), libnss3 (>= 
2:1.7.6)
Conflicts: libcamel1.2-0
Description: The Evolution MIME message handling library
 Camel is a generic messaging library. It supports the standard
 messaging system for receiving and sending messages. It is the
 messaging backend for Evolution.
 .
 Evolution is the integrated mail, calendar, task and address book
 distributed suite from Novell, Inc.

dixsept:/home/vlefevre# apt-get remove --purge libcamel1.2-6
Reading package lists... Done
Building dependency tree... Done
The following packages will be REMOVED:
  libcamel1.2-6*
0 upgraded, 0 newly installed, 1 to remove and 5 not upgraded.
Need to get 0B of archives.
After unpacking 1282kB disk space will be freed.
Do you want to continue [Y/n]? 
(Reading database ... 212409 files and directories currently installed.)
Removing libcamel1.2-6 ...
Purging configuration files for libcamel1.2-6 ...

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

Versions of packages deborphan depends on:
ii  bash                      3.1-4          The GNU Bourne Again SHell
ii  dialog                    1.0-20060221-1 Displays user-friendly dialog boxe
ii  gettext-base              0.14.5-3       GNU Internationalization utilities
ii  libc6                     2.3.6-7        GNU C Library: Shared libraries

Versions of packages deborphan recommends:
ii  apt                           0.6.43.3   Advanced front-end for dpkg

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: deborphan
Source-Version: 1.7.19

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

deborphan_1.7.19.dsc
  to pool/main/d/deborphan/deborphan_1.7.19.dsc
deborphan_1.7.19.tar.gz
  to pool/main/d/deborphan/deborphan_1.7.19.tar.gz
deborphan_1.7.19_powerpc.deb
  to pool/main/d/deborphan/deborphan_1.7.19_powerpc.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.
Peter Palfrader <[EMAIL PROTECTED]> (supplier of updated deborphan 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,  5 Oct 2006 18:39:34 +0200
Source: deborphan
Binary: deborphan
Architecture: source powerpc
Version: 1.7.19
Distribution: unstable
Urgency: low
Maintainer: Peter Palfrader <[EMAIL PROTECTED]>
Changed-By: Peter Palfrader <[EMAIL PROTECTED]>
Description: 
 deborphan  - Find orphaned libraries
Closes: 334720 334894 343241 349719 351492 355148 366028 374969
Changes: 
 deborphan (1.7.19) unstable; urgency=low
 .
   * Allow dots in package names after python and pike if their
     respective --guess option is used.  Now we match python2.3-*
     too (closes: #349719).
   * Change a typo in the orphaner license:  "at your opinion" is
     supposed to be "at your option".
   * Prompt the user to press return after running apt-get so they
     can investigate any warnings that apt might have printed
     (closes: #351492).
   * Return from sstrsep() if we do not find the token we were looking
     for.  This closes a bug where we would screw up our keep file
     in some circumstances (closes: #334720).
   * Change autogen.sh to use aclocal-1.9 and automake-1.9 instead of
     their 1.7 versions.
   * New autotools left us with a new config.h.in.
   * Add mkinstalldirs to svn and Makefile.am's EXTRA_DIST.  New auto*
     no longer gives it to us but our gettext needs it.
   * Also ship autogen.sh in tarball for good measure.
   * Ignore cases where a package depends on itself (closes: #366028).
   * Fix documentation of -d.  It does list all packages, orphaned or
     not (closes: #334894).
   * Use backticks instead of xargs in the README: deborphan | xargs apt-get
     --remove becomes apt-get --remove `deborphan`.  This is so that stdin
     is still available to the user to say yes to apt-get asking stuff
     (closes: #355148).
   * Document -n in editkeep.8 manpage.  Also change the title of the
     manpage from orphaner to editkeep.  Part of the kitchen-sink patch
     in #343241.
   * Interpunction fixes in deborphan.1 manpage.  From patch in #343241.
   * Add Polish translation of manpages from #343241.
   * Update french translation of manpages from #343241.
   * Updates to the build system of manpages from #343241.
   * Add Polish translation of programs (closes: #343241).
   * Add Basque translation of programs (closes: #374969).
   * Change Standards-Version from 2.6.2 to 3.7.2.  No additional changes
     required.
   * Change menu file to call su-to-root without path.  Previously it
     called it as /usr/sbin/so-to-root, but su-to-root has since moved
     to /usr/bin.
   * Update copyright statement all around.  It's 2006 now.
Files: 
 a081150707bcfbd447beed5154cc312e 511 admin optional deborphan_1.7.19.dsc
 d2e6088e12babfaf799c817067b0028f 258445 admin optional deborphan_1.7.19.tar.gz
 b2b1b2476e34c689b28ed3a64b0ce446 69924 admin optional 
deborphan_1.7.19_powerpc.deb

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

iD8DBQFFJTbAz/ccs6+kS90RAo+4AJ9MLd+6/bO3hq6yGFOfpveH0nwZkwCgm9bH
QBPfHUX9X3Wrkzcd5syM6/c=
=2wB/
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to