r62707 - in /trunk/nama: debian/changelog debian/patches/series lib/Audio/Nama.pm

bolangi-guest at users.alioth.debian.org bolangi-guest at users.alioth.debian.org
Mon Sep 20 07:19:48 UTC 2010


Author: bolangi-guest
Date: Mon Sep 20 07:19:02 2010
New Revision: 62707

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62707
Log:
Ready for review/upload
Patch audio-format-Bug#596991 redone cleanly
Release team (Mehdi Dogguy) has given OK
Patches unapplied
Bug closing syntax fixed

Modified:
    trunk/nama/debian/changelog
    trunk/nama/debian/patches/series
    trunk/nama/lib/Audio/Nama.pm

Modified: trunk/nama/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/nama/debian/changelog?rev=62707&op=diff
==============================================================================
--- trunk/nama/debian/changelog (original)
+++ trunk/nama/debian/changelog Mon Sep 20 07:19:02 2010
@@ -1,16 +1,8 @@
-nama (1.064-4) UNRELEASED; urgency=low
+nama (1.064-4) unstable; urgency=low
 
-  TODO:
-  - patch audio-format-Bug#596991 would work better if it existed in svn
-    instead we get a debian/patches/debian-changes-1.064-4 file, probably
-    because the (locally existing) patch was not unapplied
-  - the bug closing syntax is wrong (at least missing colon; "Bug" is not
-    needed)
-  - do we have the release team's OK?
+  * delete RIFF headers before configuring engine (closes: #59699)
 
-  * delete RIFF headers before configuring engine (closes Bug#59699)
-
- -- Joel Roth <joelz at pobox.com>  Wed, 15 Sep 2010 14:55:34 -1000
+ -- Joel Roth <joelz at pobox.com>  Sun, 19 Sep 2010 21:13:25 -1000
 
 nama (1.064-3) unstable; urgency=low
 

Modified: trunk/nama/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/nama/debian/patches/series?rev=62707&op=diff
==============================================================================
--- trunk/nama/debian/patches/series (original)
+++ trunk/nama/debian/patches/series Mon Sep 20 07:19:02 2010
@@ -1,2 +1,2 @@
+audio-format-Bug#596991
 man_page
-audio-format-Bug#596991

Modified: trunk/nama/lib/Audio/Nama.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/nama/lib/Audio/Nama.pm?rev=62707&op=diff
==============================================================================
--- trunk/nama/lib/Audio/Nama.pm (original)
+++ trunk/nama/lib/Audio/Nama.pm Mon Sep 20 07:19:02 2010
@@ -2570,7 +2570,6 @@
 sub connect_transport {
 	$debug2 and print "&connect_transport\n";
 	my $no_transport_status = shift;
-	remove_small_wavs();
 	load_ecs() or say("No chain setup, engine not ready."), return;
 	valid_engine_setup()
 		or say("Invalid chain setup, engine not ready."),return;
@@ -10463,4 +10462,4 @@
 
 This is free software; you can redistribute it and/or modify
 it under the same terms as the Perl 5 programming language
-system itself.
+system itself.




More information about the Pkg-perl-cvs-commits mailing list