Bug#296958: marked as done (zaptel: postrm: fails on devfs, postinst: too verbose)

Debian Bug Tracking System owner@bugs.debian.org
Fri, 01 Apr 2005 16:18:15 -0800


Your message dated Fri, 01 Apr 2005 19:02:56 -0500
with message-id <E1DHW6K-0005Tm-00@newraff.debian.org>
and subject line Bug#296958: fixed in zaptel 1:1.0.7-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; 25 Feb 2005 23:58:24 +0000
>From david@schmitt.edv-bus.at Fri Feb 25 15:58:24 2005
Return-path: <david@schmitt.edv-bus.at>
Received: from diode.josefine.at [213.229.42.50] (Debian-exim)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1D4pLk-0006Gz-00; Fri, 25 Feb 2005 15:58:24 -0800
Received: from chello062178045213.16.11.tuwien.teleweb.at ([62.178.45.213] helo=localhost)
	by diode.josefine.at with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16)
	(Exim 4.34)
	id 1D4pNo-0007m8-IS
	for submit@bugs.debian.org; Sat, 26 Feb 2005 01:00:34 +0100
Received: from david by localhost with local (Exim 4.44)
	id 1D4pLf-000497-4f
	for submit@bugs.debian.org; Sat, 26 Feb 2005 00:58:19 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: David Schmitt <david@schmitt.edv-bus.at>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: zaptel: postrm: fails on devfs, postinst: too verbose
X-Mailer: reportbug 3.8
Date: Sat, 26 Feb 2005 00:58:19 +0100
Message-Id: <E1D4pLf-000497-4f@localhost>
X-test-SpamScore: +
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: zaptel
Version: 1:1.0.4-3
Severity: normal
Tags: patch

Hi!

The postrm tries to remove /dev/zap if it exists. On devfs this fails
horribly and prohibits removing the package.

Please change the test to

if ! test -e /dev/.devfsd ; then
	if test -d /dev/zap/ ; then
		rm -rf /dev/zap/
	fi
fi

The postinst script:

DYNFS=`ps ax | grep -v grep`
[...]
if ! echo $DYNFS | grep devfsd || echo $DYNFS | grep udevd ; then

echoes the contents of $DYNFS to stdout.

please change the "if" to this:

if ! echo $DYNFS | grep -q devfsd || echo $DYNFS | grep -q udevd ; then


Thanks for your time and work!

Regards, David

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-k6-1
Locale: LANG=C, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)

Versions of packages zaptel depends on:
ii  libc6                       2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libnewt0.51                 0.51.6-21    Not Erik's Windowing Toolkit - tex

-- no debconf information

---------------------------------------
Received: (at 296958-close) by bugs.debian.org; 2 Apr 2005 00:13:26 +0000
>From katie@ftp-master.debian.org Fri Apr 01 16:13:25 2005
Return-path: <katie@ftp-master.debian.org>
Received: from gluck.debian.org [192.25.206.10] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DHWGT-0006R8-00; Fri, 01 Apr 2005 16:13:25 -0800
Received: from newraff.debian.org [208.185.25.31] (mail)
	by gluck.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DHWGT-0007uX-00; Fri, 01 Apr 2005 17:13:25 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1DHW6K-0005Tm-00; Fri, 01 Apr 2005 19:02:56 -0500
From: Jose Carlos Garcia Sogo <jsogo@debian.org>
To: 296958-close@bugs.debian.org
X-Katie: $Revision: 1.55 $
Subject: Bug#296958: fixed in zaptel 1:1.0.7-2
Message-Id: <E1DHW6K-0005Tm-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Fri, 01 Apr 2005 19:02:56 -0500
Delivered-To: 296958-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 4

Source: zaptel
Source-Version: 1:1.0.7-2

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

libtonezone-dev_1.0.7-2_i386.deb
  to pool/main/z/zaptel/libtonezone-dev_1.0.7-2_i386.deb
libtonezone1_1.0.7-2_i386.deb
  to pool/main/z/zaptel/libtonezone1_1.0.7-2_i386.deb
zaptel-source_1.0.7-2_all.deb
  to pool/main/z/zaptel/zaptel-source_1.0.7-2_all.deb
zaptel_1.0.7-2.diff.gz
  to pool/main/z/zaptel/zaptel_1.0.7-2.diff.gz
zaptel_1.0.7-2.dsc
  to pool/main/z/zaptel/zaptel_1.0.7-2.dsc
zaptel_1.0.7-2_i386.deb
  to pool/main/z/zaptel/zaptel_1.0.7-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 296958@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jose Carlos Garcia Sogo <jsogo@debian.org> (supplier of updated zaptel 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,  2 Apr 2005 01:14:23 +0200
Source: zaptel
Binary: libtonezone1 zaptel-source zaptel libtonezone-dev
Architecture: source all i386
Version: 1:1.0.7-2
Distribution: unstable
Urgency: medium
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Changed-By: Jose Carlos Garcia Sogo <jsogo@debian.org>
Description: 
 libtonezone-dev - tonezone library (development)
 libtonezone1 - tonezone library (runtime)
 zaptel     - zapata telephony utilities
 zaptel-source - Zapata telephony interface (source code for kernel driver)
Closes: 163857 296958 297306 301665 301666
Changes: 
 zaptel (1:1.0.7-2) unstable; urgency=medium
 .
   * Debian VoIP Team upload.
   * Jose Carlos:
     + Working support for module-assistant included in zaptel-source.
       Thanks to Eduard Bloch for his help (Closes: #301665)
     + debian/control.modules.in:
        - make generated modules package depend on zaptel binary package.
        - updated description to refer to module-assistant.
     + debian/control:
        - build-depend on bzip2.
        - zaptel-source depends on module-assistant tool and bzip2.
        - updated and improved descriptions.
     + debian/rules:
        - remaked with the new m-a stuff.
        - don't need dpatch installed for building the modules (Closes: #301666)
     + debian/postinst: doesn't output garbage (Closes: #296958)
     + debian/postrm: don't remove creeated devices. Only box admin can do
       that, per Policy 10.6
     + Removed zaphfc and qozap examples from zaptel-source. Only ship them
       in zaptel binary package.
     + README.Debian: file added. Talk about how compile modules and
       use them with udev (Closes: #163857)
     + Don't install zaptel.h file in zaptel-modules packages. (Closes: #297306)
 .
   * Kilian Krause:
     + Increased urgency for fixing RC-bug and this is the last deb to
       allow the whole Debian VoIP suit proceed to testing.
Files: 
 bdc5725476ce0157b856aea8299df2b0 878 sound optional zaptel_1.0.7-2.dsc
 0612f3b0321063cd9c79b8a1a85cdf1a 51864 sound optional zaptel_1.0.7-2.diff.gz
 80e49249fc48e6af6fb80baf686909b2 261576 devel optional zaptel-source_1.0.7-2_all.deb
 3c689c29072c72fc56d5fb4e5d25db03 10830 sound optional zaptel_1.0.7-2_i386.deb
 56459fc15413af4c12d08f42959505be 4500 libs optional libtonezone1_1.0.7-2_i386.deb
 f31f3ed17e4beedae8dbe2b2f5308341 4556 libdevel optional libtonezone-dev_1.0.7-2_i386.deb

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

iD8DBQFCTd4SS+BYJZB4jhERAlotAKCJWqx5c1oDarPtnrV0jlnhUTjn3ACgjtJn
nVkzV03t7nh+ifVsR2vasJk=
=LufT
-----END PGP SIGNATURE-----