Your message dated Tue, 16 Oct 2007 02:17:08 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#442823: fixed in nas 1.9-3
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: nas
Version: N/A
Severity: normal
Tags: patch

Dear Debian maintainer,

On Thursday, August 30, 2007, I notified you of the beginning of a review 
process
concerning debconf templates for nas.

The debian-l10n-english contributors have now reviewed these templates,
and the proposed changes are attached to this bug report.

Please review the suggested changes are suggested, and if you have any
objections, let me know in the next 3 days.

Please try to avoid uploading nas with these changes right now.

The second phase of this process will begin on Thursday, September 20, 2007, 
when I will
coordinate updates to translations of debconf templates.

The existing translators will be notified of the changes: they will
receive an updated PO file for their language.

Simultaneously, a general call for new translations will be sent to
the debian-i18n mailing list.

Both these calls for translations will request updates to be sent as
individual bug reports. That will probably trigger a lot of bug
reports against your package, but these should be easier to deal with.

The call for translation updates and new translations will run until
about Thursday, October 11, 2007. Please avoid uploading a package with fixed 
or changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.

Please note that this is an approximative delay, which depends on my
own availability to process this work and is influenced by the fact
that I simultaneously work on many packages.

Around <DAY25>, I will contact you again and will send a final patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).

Again, thanks for your attention and cooperation.


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

Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- nas.old/debian/nas.templates        2007-08-27 15:14:51.105403041 +0200
+++ nas/debian/nas.templates    2007-09-17 07:02:01.582964885 +0200
@@ -1,32 +1,33 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# [EMAIL PROTECTED] for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: nas/relinquish
 Type: boolean
 Default: true
 _Description: Should nasd release /dev/dsp?
- The NAS server will by default open the audio device configured on your
- system at startup, and then keep it open until it is stopped. This will
- stop any audio clients that are not NAS aware from using the audio device.
- .
- nasd can be configured to release the audio device when it is not actively
- using it. There will almost always be a slight delay between the
- application using nas finishing and the audio device becoming available
- for other uses; this is due to the latency inherent in the design of nas
- and so cannot really be changed.
+ By default, the NAS server will open the configured audio device
+ at startup, and then keep it open until the server is stopped. This will
+ stop any non-NAS-aware audio clients from using the audio device.
  .
- An alternative to this is to use the "audiooss" program (in the package of
- the same name) to wrap any programs that use /dev/dsp directly - it will
- intercept most uses of /dev/dsp and make the equivalent nas calls instead.
+ The daemon can be configured to release the audio device when it is
+ not using it, with some delay after the
+ application completes before the device is available.
  .
- Should nasd release the audio device? (It is recommended to select this
- option unless you have special requirements.)
+ An alternative is to use the "audiooss" package to wrap any programs
+ that use /dev/dsp to make them use equivalent NAS calls.
 
 Template: nas/mixer
 Type: boolean
 Default: false
 _Description: Should nasd change mixer settings at startup?
- The nas server will by default change the mixer settings at startup as
- follows:
- .
-  * set PCM volume to 50%
-  * change the record input device to LINE
+ If you choose this option, the NAS server will change the mixer settings
+ at startup as follows:
  .
- Do you want it to do this? (Most people are expected to disable this option)
+  - set PCM volume to 50%;
+  - change the record input device to LINE.
--- nas.old/debian/control      2007-08-27 15:14:51.105403041 +0200
+++ nas/debian/control  2007-09-14 07:38:04.619747212 +0200
@@ -13,14 +13,15 @@
 Replaces: nas-lib
 Conflicts: nas-lib
 Suggests: nas
-Description: The Network Audio System (NAS). (shared libraries)
- The Network Audio System was developed by NCD for playing, recording, and
- manipulating audio data over a network.  Like the X Window System, it uses
- the client/server model to separate applications from the specific drivers
- that control audio input and output devices.
+Description: Network Audio System - shared libraries
+ The Network Audio System (NAS) was developed by NCD for playing,
+ recording, and manipulating audio data over a network. Like the X
+ Window System, it uses the client/server model to separate
+ applications from the specific drivers that control audio input and
+ output devices.
  .
- This package contains the nas library (libaudio), needed for both remote
- and local output. 
+ This package contains the NAS library (libaudio), needed for both remote
+ and local output.
 Section: libs
 
 Package: nas
@@ -28,13 +29,15 @@
 Architecture: any
 Depends: libaudio2, ${shlibs:Depends}, debconf | debconf-2.0
 Suggests: audiooss
-Description: The Network Audio System (NAS). (local server)
- The Network Audio System was developed by NCD for playing, recording, and
- manipulating audio data over a network.  Like the X Window System, it uses
- the client/server model to separate applications from the specific drivers
- that control audio input and output devices.
+Description: Network Audio System - local server
+ The Network Audio System (NAS) was developed by NCD for playing,
+ recording, and manipulating audio data over a network. Like the X
+ Window System, it uses the client/server model to separate
+ applications from the specific drivers that control audio input and
+ output devices.
  .
- This package contains the nas daemon (au), needed for local output from nas.
+ This package contains the NAS daemon (nasd), needed for local output
+ from NAS.
 Section: sound
 
 Package: libaudio-dev
@@ -44,39 +47,42 @@
 Provides: nas-dev
 Replaces: nas-dev
 Conflicts: nas-dev
-Description: The Network Audio System (NAS). (development files)
- The Network Audio System was developed by NCD for playing, recording, and
- manipulating audio data over a network.  Like the X Window System, it uses
- the client/server model to separate applications from the specific drivers
- that control audio input and output devices.
+Description: Network Audio System - development files
+ The Network Audio System (NAS) was developed by NCD for playing,
+ recording, and manipulating audio data over a network. Like the X
+ Window System, it uses the client/server model to separate
+ applications from the specific drivers that control audio input and
+ output devices.
  .
  This package contains the header files and static library (libaudio.a), 
- needed for development of programs using nas. 
+ needed for development of programs using NAS.
 Section: libdevel
 
 Package: nas-bin
 Priority: extra
 Architecture: any
 Depends: libaudio2, perl5, ${shlibs:Depends}
-Description: The Network Audio System (NAS). (client binaries)
- The Network Audio System was developed by NCD for playing, recording, and
- manipulating audio data over a network.  Like the X Window System, it uses
- the client/server model to separate applications from the specific drivers
- that control audio input and output devices.
+Description: Network Audio System - client binaries
+ The Network Audio System (NAS) was developed by NCD for playing,
+ recording, and manipulating audio data over a network. Like the X
+ Window System, it uses the client/server model to separate
+ applications from the specific drivers that control audio input and
+ output devices.
  .
- This package contains the example applications / utilities that are
- provided with nas. 
+ This package contains the example applications and utilities that are
+ provided with NAS.
 Section: sound
 
 Package: nas-doc
 Priority: extra
 Architecture: all
-Description: The Network Audio System (NAS). (extra documentation)
- The Network Audio System was developed by NCD for playing, recording, and
- manipulating audio data over a network.  Like the X Window System, it uses
- the client/server model to separate applications from the specific drivers
- that control audio input and output devices.
+Description: Network Audio System - extra documentation
+ The Network Audio System (NAS) was developed by NCD for playing,
+ recording, and manipulating audio data over a network. Like the X
+ Window System, it uses the client/server model to separate
+ applications from the specific drivers that control audio input and
+ output devices.
  .
- This package contains the extra documentation provided with the nas
- source, including Postscript copies of papers describing its design.
+ This package contains the extra documentation provided with the NAS
+ source, including PostScript copies of papers describing its design.
 Section: doc

--- End Message ---
--- Begin Message ---
Source: nas
Source-Version: 1.9-3

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

libaudio-dev_1.9-3_i386.deb
  to pool/main/n/nas/libaudio-dev_1.9-3_i386.deb
libaudio2_1.9-3_i386.deb
  to pool/main/n/nas/libaudio2_1.9-3_i386.deb
nas-bin_1.9-3_i386.deb
  to pool/main/n/nas/nas-bin_1.9-3_i386.deb
nas-doc_1.9-3_all.deb
  to pool/main/n/nas/nas-doc_1.9-3_all.deb
nas_1.9-3.diff.gz
  to pool/main/n/nas/nas_1.9-3.diff.gz
nas_1.9-3.dsc
  to pool/main/n/nas/nas_1.9-3.dsc
nas_1.9-3_i386.deb
  to pool/main/n/nas/nas_1.9-3_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.
Steve McIntyre <[EMAIL PROTECTED]> (supplier of updated nas 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: Tue, 16 Oct 2007 00:46:03 +0100
Source: nas
Binary: nas-doc libaudio-dev nas libaudio2 nas-bin
Architecture: source i386 all
Version: 1.9-3
Distribution: unstable
Urgency: low
Maintainer: Steve McIntyre <[EMAIL PROTECTED]>
Changed-By: Steve McIntyre <[EMAIL PROTECTED]>
Description: 
 libaudio-dev - Network Audio System - development files
 libaudio2  - Network Audio System - shared libraries
 nas        - Network Audio System - local server
 nas-bin    - Network Audio System - client binaries
 nas-doc    - Network Audio System - extra documentation
Closes: 442823 444168 444556 444609 444660 444755 444919 445655 445665 445708 
445739
Changes: 
 nas (1.9-3) unstable; urgency=low
 .
   * Debconf templates and debian/control reviewed by the debian-l10n-
     english team as part of the Smith review project. Closes: #442823.
     Thanks to Christian and the whole team!
   * Debconf translation updates:
   * Vietnamese. Closes: #444168
   * Russian. Closes: #444556
   * Italian. Closes: #444609
   * French. Closes: #444660
   * Galician. Closes: #444755
   * German. Closes: #444919
   * Czech. Closes: #445655
   * Finnish. Closes: #445665
   * Portuguese. Closes: #445708
   * Brazilian Portuguese. Closes: #445739
Files: 
 b68859998576ba5040ce38f4c08ef55d 685 sound optional nas_1.9-3.dsc
 0c35ae54b4260c94a10f7978a4589dc6 38250 sound optional nas_1.9-3.diff.gz
 933a381aa17eab233e085f3873f17cdd 155364 doc extra nas-doc_1.9-3_all.deb
 472a46c5f38887c287fe80f332cda4a9 104058 sound optional nas_1.9-3_i386.deb
 7e87a5b54ac7611e612700d236e89354 492154 sound extra nas-bin_1.9-3_i386.deb
 d6842e4b348be32c0c0a91524603889e 77992 libs optional libaudio2_1.9-3_i386.deb
 3d96398c9cf230a2bb237a32bd981daa 501642 libdevel optional 
libaudio-dev_1.9-3_i386.deb

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

iD8DBQFHFBtGfDt5cIjHwfcRAkWDAKCDc6GUblwmDJqCD/Aa0UUFnqv30wCfXqrC
dzyb9ygVzqmTfsM65MBg6ak=
=Gy4+
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to