Bug#139446: acknowledged by developer (awe removed)
Le mer 04/06/2003 à 11:48, Debian Bug Tracking System a écrit : > This is an automatic notification regarding your Bug report > #139446: awe-netscape-libc6: asks to create symlink interactively, > which was filed against the awe-netscape-libc6 package. > > It has been closed by one of the developers, namely > =?ISO-8859-1?Q?No=E8l_K=F6the?= <[EMAIL PROTECTED]>. > > Their explanation is attached below. If this explanation is > unsatisfactory and you have not received a better one in a separate > message then please contact the developer, by replying to this email. > > Debian bug tracking system administrator > (administrator, Debian Bugs database) > > Received: (at 139446-done) by bugs.debian.org; 4 Jun 2003 09:44:43 + > From [EMAIL PROTECTED] Wed Jun 04 04:44:42 2003 > Return-path: <[EMAIL PROTECTED]> > Received: from www.hostsharing.net (pomo.hostsharing.net) [212.42.230.151] > by master.debian.org with esmtp (Exim 3.35 1 (Debian)) > id 19NUp0-0007vI-00; Wed, 04 Jun 2003 04:44:42 -0500 > Received: from p4.domain.lan (p508E9513.dip.t-dialin.net [80.142.149.19]) > (using TLSv1 with cipher RC4-MD5 (128/128 bits)) > (No client certificate requested) > by pomo.hostsharing.net (Postfix) with ESMTP > id 403E6292C78; Wed, 4 Jun 2003 11:44:43 +0200 (CEST) > Subject: awe removed > From: =?ISO-8859-1?Q?No=E8l_K=F6the?= <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] > Content-Type: multipart/signed; micalg=pgp-sha1; > protocol="application/pgp-signature"; boundary="=-WxyoC1yV3xZTRvxKZU30" > Organization: Debian GNU/Linux, www.debian.org > Message-Id: <[EMAIL PROTECTED]> > Mime-Version: 1.0 > X-Mailer: Ximian Evolution 1.2.4 > Date: 04 Jun 2003 11:48:58 +0200 > Delivered-To: [EMAIL PROTECTED] > X-Spam-Status: No, hits=-12.6 required=4.0 > tests=PGP_SIGNATURE_2,USER_AGENT_XIMIAN > autolearn=ham version=2.53-bugs.debian.org_2003_05_24 > X-Spam-Level: > X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_05_24 > (1.174.2.15-2003-03-30-exp) > > > --=-WxyoC1yV3xZTRvxKZU30 > Content-Type: text/plain; charset=UTF-8 > Content-Transfer-Encoding: quoted-printable > > Hello, > > the old awe package is removed and these bugs doesn't belong to the new > awesfx package. > > I'm closing them because awe is removed in sarge/sid. Please do so, it never worked anyway.
Bug#128111: marked as done (awe-drv: wish a init.d script)
Your message dated 04 Jun 2003 11:48:58 +0200 with message-id <[EMAIL PROTECTED]> and subject line awe removed 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; 7 Jan 2002 12:56:44 + >From [EMAIL PROTECTED] Mon Jan 07 06:56:44 2002 Return-path: <[EMAIL PROTECTED]> Received: from (adsl-nrp8-C8B73A51.sao.terra.com.br) [200.183.58.81] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 16NZKT-0005KZ-00; Mon, 07 Jan 2002 06:56:44 -0600 Received: from mantis.autsens.localnet ([192.168.131.7] ident=mail) by adsl-nrp8-C8B73A51.sao.terra.com.br with esmtp (Exim 3.12 #1 (Debian)) id 16NZKR-0002bt-00; Mon, 07 Jan 2002 12:56:39 + Received: from pzn by mantis.autsens.localnet with local (Exim 3.33 #1 (Debian)) id 16NZKR-0007c9-00; Mon, 07 Jan 2002 10:56:39 -0200 Date: Mon, 7 Jan 2002 10:56:39 -0200 From: Pedro Zorzenon Neto <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: awe-drv: wish a init.d script Message-ID: <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.24i X-Reportbug-Version: 1.41.1421 Sender: Pedro Zorzenon Neto <[EMAIL PROTECTED]> X-mail-filter-smtp: adsl-nrp8-C8B73A51.sao.terra.com.br 2002-01-07 12:56:41 X-mail-filter-pl: done Delivered-To: [EMAIL PROTECTED] Package: awe-drv Version: 0.4.3.1-1.2 Severity: wishlist Tags: patch Hi, I'd like a init.d script to load my prefered soundbank at boot. Please include the following script to awe-drv. Also put "aumix" package in "Suggests" section. Thanks, Pedro --- begin of /etc/init.d/awe-drv --- #! /bin/sh # # awe-drv loads awe32 soundbank. # # Written by Pedro Zorzenon Neto <[EMAIL PROTECTED]> # # Version: @(#)awe-drv 0.1 07-Jan-2002 [EMAIL PROTECTED] # please edit next two lines SBK="/full/path/to/your/favorite/soundbank.sbk" SBKNAME="somename" PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin test -x /usr/bin/sfxload || exit 0 if [ ! -e "$SBK" ]; then echo "*** Please edit /etc/init.d/awe-drv to load a soundbank at boot ***" exit 1 fi if [ -x /usr/bin/aumix ]; then if [ -x /bin/tempfile ]; then AUMIX="1" fi fi case "$1" in start|restart|force-reload) echo -n "Loading AWE32 soundbank: " #save audio settings and mute before changing sbk if [ "$AUMIX" ]; then tmp=`tempfile` || exit 1 aumix -q -v0 > $tmp || exit 1 fi #loads soundbank echo -n $SBKNAME sfxload $SBK || exit 1 #restore audio settings if [ "$AUMIX" ]; then aumix -L -f $tmp >/dev/null 2>&1 rm -f $tmp fi echo "." ;; stop) ;; *) echo "Usage: /etc/init.d/awe-drv {start|stop|restart|force-reload}" exit 1 esac exit 0 --- end of /etc/init.d/awe-drv --- -- System Information Debian Release: 3.0 Architecture: i386 Kernel: Linux mantis 2.2.19 #1 Sat Oct 20 18:09:49 EST 2001 i686 Locale: LANG=C, LC_CTYPE=pt_BR Versions of packages awe-drv depends on: ii libawe0.40.4.3.1-1.2 AWE32 shared library ii libc62.2.4-7 GNU C Library: Shared libraries an ii patch2.5.4-6 Apply a diff file to an original --- Received: (at 128111-done) by bugs.debian.org; 4 Jun 2003 09:44:44 + >From [EMAIL PROTECTED] Wed Jun 04 04:44:43 2003 Return-path: <[EMAIL PROTECTED]> Received: from www.hostsharing.net (pomo.hostsharing.net) [212.42.230.151] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 19NUp0-0007vI-00; Wed, 04 Jun 2003 04:44:42 -0500 Received: from p4.domain.lan (p508E9513.dip.t-dialin.net [80.142.149.19]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by pomo.hostsharing.net (Postfix) with ESMTP id 403E6292C78; Wed, 4 Jun 2003 11:44:43 +0200 (CEST) Subject: awe removed From: =?ISO-8859-1?Q?No=E8l_K=F6the?= <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-WxyoC1yV3xZTRvxKZU30" Organization: Debian GNU/Linux, www.debian.org Message-Id: <[EMAIL PROTECTED]> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 04 Jun 2003 11:48:58 +0200 Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-13.6 required=4.0 test
Bug#118426: marked as done (awe-netscape-libc6: Broken with Mozilla 0.9.5.)
Your message dated 04 Jun 2003 11:48:58 +0200 with message-id <[EMAIL PROTECTED]> and subject line awe removed 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; 6 Nov 2001 03:49:50 + >From [EMAIL PROTECTED] Mon Nov 05 21:49:50 2001 Return-path: <[EMAIL PROTECTED]> Received: from cuy2ppp-71.uc.infovia.com.ar (jkohen) [209.13.224.71] (mail) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 160xFF-0001Af-00; Mon, 05 Nov 2001 21:49:49 -0600 Received: from jkohen by jkohen with local (Exim 3.32 #1 (Debian)) id 160xEr-0001ty-00; Tue, 06 Nov 2001 00:49:25 -0300 From: Javier Kohen <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: awe-netscape-libc6: Broken with Mozilla 0.9.5. X-Reportbug-Version: 1.33 X-Mailer: reportbug 1.33 Date: Tue, 06 Nov 2001 00:49:25 -0300 Message-Id: <[EMAIL PROTECTED]> Sender: Javier Kohen <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] Package: awe-netscape-libc6 Version: N/A; reported 2001-11-06 Severity: grave Justification: renders package unusable Sorry that I don't provide version information, but I had to uninstall the package in order to be able to browse a certain site. When it tries to load the MIDI compositions from http://www.musictheory.halifax.ns.ca/2notes.html it starts writing a huge midi file to $HOME/.mozilla///plugtmp until I kill the process. I'm almost sure that I used to be able to listen to MIDI files with this plug-in and Mozilla in previous versions of the browser. -- System Information Debian Release: testing/unstable Architecture: i386 Kernel: Linux jkohen 2.4.10 #1 vie oct 5 21:51:39 ART 2001 i586 Locale: LANG=es_AR, LC_CTYPE=es_AR --- Received: (at 118426-done) by bugs.debian.org; 4 Jun 2003 09:44:44 + >From [EMAIL PROTECTED] Wed Jun 04 04:44:44 2003 Return-path: <[EMAIL PROTECTED]> Received: from www.hostsharing.net (pomo.hostsharing.net) [212.42.230.151] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 19NUp0-0007vI-00; Wed, 04 Jun 2003 04:44:42 -0500 Received: from p4.domain.lan (p508E9513.dip.t-dialin.net [80.142.149.19]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by pomo.hostsharing.net (Postfix) with ESMTP id 403E6292C78; Wed, 4 Jun 2003 11:44:43 +0200 (CEST) Subject: awe removed From: =?ISO-8859-1?Q?No=E8l_K=F6the?= <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-WxyoC1yV3xZTRvxKZU30" Organization: Debian GNU/Linux, www.debian.org Message-Id: <[EMAIL PROTECTED]> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 04 Jun 2003 11:48:58 +0200 Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-13.6 required=4.0 tests=BAYES_01,PGP_SIGNATURE_2,USER_AGENT_XIMIAN version=2.53-bugs.debian.org_2003_05_24 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_05_24 (1.174.2.15-2003-03-30-exp) --=-WxyoC1yV3xZTRvxKZU30 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello, the old awe package is removed and these bugs doesn't belong to the new awesfx package. I'm closing them because awe is removed in sarge/sid. --=20 No=C3=A8l K=C3=B6the <[EMAIL PROTECTED]> Debian GNU/Linux, www.debian.org --=-WxyoC1yV3xZTRvxKZU30 Content-Type: application/pgp-signature; name=signature.asc Content-Description: Dies ist ein digital signierter Nachrichtenteil -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQA+3cCI9/DnDzB9Vu0RAhvnAKCRnf2WBVhUTrU11y7jZvYlcxEYrwCgkzE/ emSxJcrzHpDF3eWIg1TU7t4= =p1ur -END PGP SIGNATURE- --=-WxyoC1yV3xZTRvxKZU30--
Bug#139446: marked as done (awe-netscape-libc6: asks to create symlink interactively)
Your message dated 04 Jun 2003 11:48:58 +0200 with message-id <[EMAIL PROTECTED]> and subject line awe removed 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; 22 Mar 2002 10:44:31 + >From [EMAIL PROTECTED] Fri Mar 22 04:44:31 2002 Return-path: <[EMAIL PROTECTED]> Received: from guppy.vub.ac.be [134.184.129.2] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 16oMX9-0001fj-00; Fri, 22 Mar 2002 04:44:31 -0600 Received: from mach.vub.ac.be (mach.vub.ac.be [134.184.129.3]) by guppy.vub.ac.be (8.9.1b+Sun/3.17.1.ap (guppy)) id LAA02706; Fri, 22 Mar 2002 11:43:25 +0100 (MET) for Received: from apollon (foscup.ulb.ac.be [164.15.116.24]) by mach.vub.ac.be (8.9.3/3.13.3.ap (mach)) id LAA00715; Fri, 22 Mar 2002 11:44:25 +0100 (MET) for Received: from jwarnier by apollon with local (Exim 3.34 #1 (Debian)) id 16oMX2-0001nT-00; Fri, 22 Mar 2002 11:44:24 +0100 From: Jerome Warnier <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: awe-netscape-libc6: asks to create symlink interactively X-Mailer: reportbug 1.48 Date: Fri, 22 Mar 2002 11:44:24 +0100 Message-Id: <[EMAIL PROTECTED]> Sender: Jerome Warnier <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] Package: awe-netscape-libc6 Version: 0.4.3.1-3 Severity: wishlist The following question should use debconf: Setting up awe-netscape-libc6 (0.4.3.1-3) ... The awe-netscape package installs a netscape plugin into the directory /usr/lib/netscape/plugins. If you have installed netscape into /usr/local, then you will need to make a symlink in /usr/local/lib/netscape/plugins to the real file. This package can do that for you automatically. However, if you have a Debianized netscape (which has not been detected), or you are planning to install one, you will not need this symlink. This result will be stored for later use when the package is upgraded. You may remove the file /var/lib/awe-netscape/asked-link to be asked this question again. Do you wish to install this symlink? y OK, done that. Regards -- System Information Debian Release: 3.0 Architecture: i386 Kernel: Linux apollon 2.4.16-686 #1 Wed Nov 28 09:27:17 EST 2001 i686 Locale: LANG=C, LC_CTYPE=fr_BE Versions of packages awe-netscape-libc6 depends on: ii awe-midi 0.4.3.1-3 Linux AWE32 driver MIDI player ii libc6 2.2.5-3GNU C Library: Shared libraries an ii libxaw7 4.1.0-14 X Athena widget set library ii xlibs 4.1.0-14 X Window System client libraries --- Received: (at 139446-done) by bugs.debian.org; 4 Jun 2003 09:44:43 + >From [EMAIL PROTECTED] Wed Jun 04 04:44:42 2003 Return-path: <[EMAIL PROTECTED]> Received: from www.hostsharing.net (pomo.hostsharing.net) [212.42.230.151] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 19NUp0-0007vI-00; Wed, 04 Jun 2003 04:44:42 -0500 Received: from p4.domain.lan (p508E9513.dip.t-dialin.net [80.142.149.19]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by pomo.hostsharing.net (Postfix) with ESMTP id 403E6292C78; Wed, 4 Jun 2003 11:44:43 +0200 (CEST) Subject: awe removed From: =?ISO-8859-1?Q?No=E8l_K=F6the?= <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-WxyoC1yV3xZTRvxKZU30" Organization: Debian GNU/Linux, www.debian.org Message-Id: <[EMAIL PROTECTED]> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 04 Jun 2003 11:48:58 +0200 Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-12.6 required=4.0 tests=PGP_SIGNATURE_2,USER_AGENT_XIMIAN autolearn=ham version=2.53-bugs.debian.org_2003_05_24 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_05_24 (1.174.2.15-2003-03-30-exp) --=-WxyoC1yV3xZTRvxKZU30 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello, the old awe package is removed and these bugs doesn't belong to the new awesfx package. I'm closing them because awe is removed in sarge/sid. --=20 No=C3=A8l K=C3=B6the <[EMAIL PROTECTED]> Debian GNU/Linux, www.debian.org --=-WxyoC1yV3xZTRvxKZU30 Content-Type: application/pgp-signature; name=signature.asc Content-Description: Dies ist ein d
libzvt_2.0.1cvs20021009-4_i386.changes ACCEPTED
Accepted: libzvt2.0-0_2.0.1cvs20021009-4_i386.deb to pool/main/libz/libzvt/libzvt2.0-0_2.0.1cvs20021009-4_i386.deb libzvt2.0-dev_2.0.1cvs20021009-4_i386.deb to pool/main/libz/libzvt/libzvt2.0-dev_2.0.1cvs20021009-4_i386.deb libzvt_2.0.1cvs20021009-4.diff.gz to pool/main/libz/libzvt/libzvt_2.0.1cvs20021009-4.diff.gz libzvt_2.0.1cvs20021009-4.dsc to pool/main/libz/libzvt/libzvt_2.0.1cvs20021009-4.dsc Announcing to debian-devel-changes@lists.debian.org Closing bugs: 187359 Thank you for your contribution to Debian.