Your message dated Wed, 24 Aug 2005 17:32:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#322834: fixed in rplay 3.3.2-9
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; 12 Aug 2005 22:38:39 +0000
>From [EMAIL PROTECTED] Fri Aug 12 15:38:39 2005
Return-path: <[EMAIL PROTECTED]>
Received: from pilet.ens-lyon.fr (relaissmtp.ens-lyon.fr) [140.77.167.16]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E3iAg-0003g0-00; Fri, 12 Aug 2005 15:38:39 -0700
Received: from localhost (localhost [127.0.0.1])
by relaissmtp.ens-lyon.fr (Postfix) with ESMTP id 1A68415B945
for <[EMAIL PROTECTED]>; Sat, 13 Aug 2005 00:38:38 +0200 (CEST)
Received: from relaissmtp.ens-lyon.fr ([127.0.0.1])
by localhost (pilet [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
id 15803-22 for <[EMAIL PROTECTED]>;
Sat, 13 Aug 2005 00:38:37 +0200 (CEST)
Received: from bryan.is-a-geek.org (asie.ens-lyon.fr [140.77.191.201])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(Client did not present a certificate)
by relaissmtp.ens-lyon.fr (Postfix) with ESMTP id 94BCD15B943
for <[EMAIL PROTECTED]>; Sat, 13 Aug 2005 00:38:37 +0200 (CEST)
Received: by bryan.is-a-geek.org (Postfix, from userid 1000)
id 8EE6E93458; Sat, 13 Aug 2005 00:38:30 +0200 (CEST)
Date: Sat, 13 Aug 2005 00:38:30 +0200
From: Julien Cristau <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: rplay: please remove /usr/doc symlink
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="NMuMz9nt05w80d4+"
Content-Disposition: inline
X-Reportbug-Version: 3.15
X-Operating-System: Linux 2.6.10 i686
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ens-lyon.fr
Delivered-To: [EMAIL PROTECTED]
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-Level:
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
--NMuMz9nt05w80d4+
Content-Type: multipart/mixed; boundary="XsQoSWH+UP9D9v3l"
Content-Disposition: inline
--XsQoSWH+UP9D9v3l
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Package: rplay
Version: 3.3.2-8
Severity: normal
Tags: patch
Hi,
in order to complete the /usr/doc -> /usr/share/doc transition, rplay
needs to stop creating symlinks in /usr/doc from its postinst. Please
apply the attached patch (which removes most debian/*.postinst files,
because they aren't needed now).
Thanks,
Julien Cristau
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
--XsQoSWH+UP9D9v3l
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="rplay_usr_doc.diff"
Content-Transfer-Encoding: quoted-printable
diff -Nru rplay-3.3.2.orig/debian/librplay3-dev.postinst rplay-3.3.2/debian=
/librplay3-dev.postinst
--- rplay-3.3.2.orig/debian/librplay3-dev.postinst 2005-08-13
00:32:20.6501=
20199 +0200
+++ rplay-3.3.2/debian/librplay3-dev.postinst 1970-01-01 01:00:00.000000000=
+0100
@@ -1,11 +0,0 @@
-#!/bin/sh -e
-
-pkg=3Dlibrplay3-dev
-
-if [ "$1" =3D "configure" ]; then
- if [ -d /usr/doc -a ! -e /usr/doc/$pkg -a -d /usr/share/doc/$pkg ]; then
- ln -sf ../share/doc/$pkg /usr/doc/$pkg
- fi
-fi
-
-#DEBHELPER#
diff -Nru rplay-3.3.2.orig/debian/rplay-client.postinst rplay-3.3.2/debian/=
rplay-client.postinst
--- rplay-3.3.2.orig/debian/rplay-client.postinst 2005-08-13
00:32:20.65611=
9094 +0200
+++ rplay-3.3.2/debian/rplay-client.postinst 1970-01-01 01:00:00.000000000 =
+0100
@@ -1,11 +0,0 @@
-#!/bin/sh -e
-
-pkg=3Drplay
-
-if [ "$1" =3D "configure" ]; then
- if [ -d /usr/doc -a ! -e /usr/doc/$pkg -a -d /usr/share/doc/$pkg ]; then
- ln -sf ../share/doc/$pkg /usr/doc/$pkg
- fi
-fi
-
-#DEBHELPER#
diff -Nru rplay-3.3.2.orig/debian/rplay-contrib.postinst rplay-3.3.2/debian=
/rplay-contrib.postinst
--- rplay-3.3.2.orig/debian/rplay-contrib.postinst 2005-08-13
00:32:20.6461=
20935 +0200
+++ rplay-3.3.2/debian/rplay-contrib.postinst 1970-01-01 01:00:00.000000000=
+0100
@@ -1,11 +0,0 @@
-#!/bin/sh -e
-
-pkg=3Drplay-contrib
-
-if [ "$1" =3D "configure" ]; then
- if [ -d /usr/doc -a ! -e /usr/doc/$pkg -a -d /usr/share/doc/$pkg ]; then
- ln -sf ../share/doc/$pkg /usr/doc/$pkg
- fi
-fi
-
-#DEBHELPER#
diff -Nru rplay-3.3.2.orig/debian/rplay-server.postinst rplay-3.3.2/debian/=
rplay-server.postinst
--- rplay-3.3.2.orig/debian/rplay-server.postinst 2005-08-13
00:32:20.65311=
9647 +0200
+++ rplay-3.3.2/debian/rplay-server.postinst 2005-08-13 00:34:23.622473955 =
+0200
@@ -3,10 +3,6 @@
pkg=3Drplayd
=20
if [ "$1" =3D "configure" ]; then
- if [ -d /usr/doc -a ! -e /usr/doc/$pkg -a -d /usr/share/doc/$pkg ]; then
- ln -sf ../share/doc/$pkg /usr/doc/$pkg
- fi
-
if [ -e /etc/init.d/rplayd ]; then
rm /etc/init.d/rplayd
fi
diff -Nru rplay-3.3.2.orig/debian/rplay.postinst rplay-3.3.2/debian/rplay.p=
ostinst
--- rplay-3.3.2.orig/debian/rplay.postinst 2005-08-13 00:32:20.652119831
+0=
200
+++ rplay-3.3.2/debian/rplay.postinst 1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
-#!/bin/sh -e
-
-pkg=3Drplay
-
-if [ "$1" =3D "configure" ]; then
- if [ -d /usr/doc -a ! -e /usr/doc/$pkg -a -d /usr/share/doc/$pkg ]; then
- ln -sf ../share/doc/$pkg /usr/doc/$pkg
- fi
-fi
-
-#DEBHELPER#
--XsQoSWH+UP9D9v3l--
--NMuMz9nt05w80d4+
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFC/STkmEvTgKxfcAwRAoS4AJ46a6FQefnBX+eHc6z7FPsGTOjx8ACeNRBi
oyX2V7QKuEczc1qIw2m5fPY=
=aVgt
-----END PGP SIGNATURE-----
--NMuMz9nt05w80d4+--
---------------------------------------
Received: (at 322834-close) by bugs.debian.org; 25 Aug 2005 00:41:23 +0000
>From [EMAIL PROTECTED] Wed Aug 24 17:41:23 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1E85f3-00036K-00; Wed, 24 Aug 2005 17:32:05 -0700
From: lantz moore <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#322834: fixed in rplay 3.3.2-9
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 24 Aug 2005 17:32:05 -0700
Delivered-To: [EMAIL PROTECTED]
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-Level:
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-CrossAssassin-Score: 5
Source: rplay
Source-Version: 3.3.2-9
We believe that the bug you reported is fixed in the latest version of
rplay, which is due to be installed in the Debian FTP archive:
librplay3-dev_3.3.2-9_i386.deb
to pool/main/r/rplay/librplay3-dev_3.3.2-9_i386.deb
librplay3_3.3.2-9_i386.deb
to pool/main/r/rplay/librplay3_3.3.2-9_i386.deb
rplay-client_3.3.2-9_i386.deb
to pool/main/r/rplay/rplay-client_3.3.2-9_i386.deb
rplay-contrib_3.3.2-9_i386.deb
to pool/main/r/rplay/rplay-contrib_3.3.2-9_i386.deb
rplay-perl_3.3.2-9_i386.deb
to pool/main/r/rplay/rplay-perl_3.3.2-9_i386.deb
rplay-server_3.3.2-9_i386.deb
to pool/main/r/rplay/rplay-server_3.3.2-9_i386.deb
rplay_3.3.2-9.diff.gz
to pool/main/r/rplay/rplay_3.3.2-9.diff.gz
rplay_3.3.2-9.dsc
to pool/main/r/rplay/rplay_3.3.2-9.dsc
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.
lantz moore <[EMAIL PROTECTED]> (supplier of updated rplay 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: Wed, 24 Aug 2005 16:56:50 -0700
Source: rplay
Binary: rplay-client rplay-server rplay-contrib rplay-perl librplay3-dev
librplay3
Architecture: source i386
Version: 3.3.2-9
Distribution: unstable
Urgency: low
Maintainer: lantz moore <[EMAIL PROTECTED]>
Changed-By: lantz moore <[EMAIL PROTECTED]>
Description:
librplay3 - Shared libraries for the rplay network audio system
librplay3-dev - Development libraries for the rplay network audio system
rplay-client - The basic rplay clients
rplay-contrib - Contributed binaries for the rplay network audio system
rplay-perl - Perl modules for the rplay network audio system
rplay-server - The rplay network audio system server
Closes: 267997 280274 288437 308703 322834
Changes:
rplay (3.3.2-9) unstable; urgency=low
.
* removed "transitional" rplay package (closes: 308703)
* removed bogus and unused inetd decl (closes: 288437)
* include errno.h instead of extern definition (closes: 280274)
* no longer creates the /usr/doc link (closes: 322834)
* applied patch for gnu and kfreebsd-gnu (closes: 267997)
Files:
b07f88602bde990f8227ba7aee23900c 659 sound optional rplay_3.3.2-9.dsc
e4447cb187a24109a2d2c98ec95ec01f 21845 sound optional rplay_3.3.2-9.diff.gz
f37e3872b7edafe4c03b3001f91485e0 35260 sound optional
rplay-client_3.3.2-9_i386.deb
3c15d8733c6fbac8554782a655eb6352 72822 sound optional
rplay-server_3.3.2-9_i386.deb
e7c94ae7b50fefc2c580f99e4ca0a130 44024 libs optional librplay3_3.3.2-9_i386.deb
8de0d3abe8eaa788d8a99d2d477ff72c 23428 devel optional
librplay3-dev_3.3.2-9_i386.deb
d24b6b21c6b19ac6b8773efa50012a4f 10774 sound optional
rplay-contrib_3.3.2-9_i386.deb
d023fce7aa2b152a62540657cc7c1015 7514 sound optional
rplay-perl_3.3.2-9_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFDDQ4UNFhjq9qkdRERAtyzAJ9gD+HAumGPKpvtpB0FVs9ohoSSyQCgp7aO
oao1N4t9evvnjKLrQv6QL9M=
=vq2E
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]