Your message dated Mon, 11 Feb 2008 09:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#459355: fixed in libchipcard 4.0.0-5
has caused the Debian Bug report #459355,
regarding libchipcard3-tools: Should not call dpkg-statoverride
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
459355: http://bugs.debian.org/cgi-bin//459355
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libchipcard3-tools
Version: 3.0.4-1
Severity: normal

dpkg-statoverride is not a tool for packagers, it is a tool for local
administrators who want to _override_ the choice of packagers.

So please remove all calls to dpkg-statoverride and change the owner of
the various directories with simple chown calls. Make sure to remove the
override once in the postrm upgrade (with a test on the version to not do
it always). 

Furthermore, for some strange reason, the chipcard user disappeared from
my chroot several times during the last upgrades and each time dpkg was
refusing the work because it complained on the non-existing user when
parsing /var/lib/dpkg/statoverride. :-|

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.23-1-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libchipcard3-tools depends on:
ii  adduser                       3.105      add and remove users and groups
ii  libc6                         2.7-5      GNU C Library: Shared libraries
ii  libchipcard3-data             3.0.4-1    configuration files for libchipcar
ii  libchipcard3c1                3.0.4-1    library for accessing smartcards
ii  libchipcard3d0                3.0.4-1    library for accessing smartcards
ii  libgcc1                       1:4.2.2-5  GCC support library
ii  libgwenhywfar38               2.6.1-2    OS abstraction layer
ii  libstdc++6                    4.2.2-5    The GNU Standard C++ Library v3
ii  libsysfs2                     2.1.0-3    interface library to sysfs
ii  libusb-0.1-4                  2:0.1.12-9 userspace USB programming library

libchipcard3-tools recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: libchipcard
Source-Version: 4.0.0-5

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

libchipcard-ctapi0_4.0.0-5_i386.deb
  to pool/main/libc/libchipcard/libchipcard-ctapi0_4.0.0-5_i386.deb
libchipcard-data_4.0.0-5_all.deb
  to pool/main/libc/libchipcard/libchipcard-data_4.0.0-5_all.deb
libchipcard-dev_4.0.0-5_all.deb
  to pool/main/libc/libchipcard/libchipcard-dev_4.0.0-5_all.deb
libchipcard-libgwenhywfar47-plugins_4.0.0-5_i386.deb
  to 
pool/main/libc/libchipcard/libchipcard-libgwenhywfar47-plugins_4.0.0-5_i386.deb
libchipcard-tools_4.0.0-5_i386.deb
  to pool/main/libc/libchipcard/libchipcard-tools_4.0.0-5_i386.deb
libchipcard_4.0.0-5.diff.gz
  to pool/main/libc/libchipcard/libchipcard_4.0.0-5.diff.gz
libchipcard_4.0.0-5.dsc
  to pool/main/libc/libchipcard/libchipcard_4.0.0-5.dsc
libchipcardc2_4.0.0-5_i386.deb
  to pool/main/libc/libchipcard/libchipcardc2_4.0.0-5_i386.deb
libchipcardd0_4.0.0-5_i386.deb
  to pool/main/libc/libchipcard/libchipcardd0_4.0.0-5_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Micha Lenk <[EMAIL PROTECTED]> (supplier of updated libchipcard 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: Mon, 11 Feb 2008 09:35:27 +0100
Source: libchipcard
Binary: libchipcard-dev libchipcardc2 libchipcardd0 libchipcard-ctapi0 
libchipcard-data libchipcard-tools libchipcard-libgwenhywfar47-plugins
Architecture: source all i386
Version: 4.0.0-5
Distribution: unstable
Urgency: low
Maintainer: Micha Lenk <[EMAIL PROTECTED]>
Changed-By: Micha Lenk <[EMAIL PROTECTED]>
Description: 
 libchipcard-ctapi0 - library for accessing smartcards
 libchipcard-data - configuration files for libchipcard
 libchipcard-dev - API for smartcard readers
 libchipcard-libgwenhywfar47-plugins - crypttoken plugin to libgwenhywfar
 libchipcard-tools - tools for accessing chipcards
 libchipcardc2 - library for accessing smartcards
 libchipcardd0 - library for accessing smartcards
Closes: 346556 355114 364804 459355
Changes: 
 libchipcard (4.0.0-5) unstable; urgency=low
 .
   * Replace dpkg-statoverride by chown call (closes: #459355).
     This requires debian/libchipcard-tools.postinst script to handle some
     situations sensively:
     - the old statoverrides are removed on upgrades from previous versions
     - the ownership of the affected directories will only be changed if no
       corresponding statoverride exists.
   * Enable dpatch and add following patches:
     - help-on-stdout_fix_346556: Lets libchipcard-tools output its help on
       stdout, not stderr (closes: #346556)
     - cardcommander-exitcode-fix_355114: Lets cardcommander return with zero
       exitcode upon normal quit (closes: #355114)
     - cardcommander-segfault-fix_364804: Fixes a segfault on empty input from
       STDIN (closes: #364804).
   * change section of package libchipcard-dev from devel to libdevel as
     suggested by lintian.
Files: 
 c2dafd51eca6d3a2bec2d32efe082071 1044 libs optional libchipcard_4.0.0-5.dsc
 00b4230c11b3f68b5787416bf5341674 11790 libs optional 
libchipcard_4.0.0-5.diff.gz
 208751d7b46e3441cff5516a9d8a6c0b 63364 libdevel extra 
libchipcard-dev_4.0.0-5_all.deb
 109603add0129cf30206c5a2314bdbfc 64288 libs optional 
libchipcard-data_4.0.0-5_all.deb
 6a1c02883b2f40729f624c7c478e8621 163882 libs optional 
libchipcardc2_4.0.0-5_i386.deb
 a24c67a4e6f6f6cf46d36d7053f5fc6b 100668 libs optional 
libchipcardd0_4.0.0-5_i386.deb
 00f0115f8f12a7e48a3c28d2892ee7ac 46960 libs optional 
libchipcard-ctapi0_4.0.0-5_i386.deb
 7cbe023eceb7b2cb84c98ae50e55fb7d 222476 misc optional 
libchipcard-tools_4.0.0-5_i386.deb
 256f419bdc3ddb5bf44d120b113fd55e 48450 misc optional 
libchipcard-libgwenhywfar47-plugins_4.0.0-5_i386.deb

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

iD8DBQFHsAtUWN0/4pnhQbQRAkzoAJ4xaLP+wBXV90N/2q/C2CUC/7TfPwCgk0f1
x0DQ9iecPoNtVO+o4H+c6qs=
=9HFT
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to