[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Unblock request: recite 1.0-8.1



Hi,

Please unblock recite 1.0-8.1. Fixes RC bug #504200 and some other small fixes.

Here is a debdiff of the upload:

diff -u recite-1.0/klatt/parwave.c recite-1.0/klatt/parwave.c
--- recite-1.0/klatt/parwave.c
+++ recite-1.0/klatt/parwave.c
@@ -576,7 +576,7 @@
       /*
        * Check limits or argument (can be removed in final product)
        */
-       if (dB < 0)
+       if (dB < 0 || dB > 88)
       {
               trace(("Try to compute amptable[%d]\n", dB));
               return(0);
diff -u recite-1.0/debian/copyright recite-1.0/debian/copyright
--- recite-1.0/debian/copyright
+++ recite-1.0/debian/copyright
@@ -5,6 +5,8 @@

Upstream Author: Peter Miller <pmiller@bmr.gov.au>

+Copyright: Copyright (C) 1993 Peter Miller
+
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2, or (at your option) any
@@ -17,8 +19,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.
+Foundation Inc., 51 Franklin St, Fifth Floor, Boston,
+MA 02110-1301, USA.

On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
diff -u recite-1.0/debian/control recite-1.0/debian/control
--- recite-1.0/debian/control
+++ recite-1.0/debian/control
@@ -2,7 +2,7 @@
Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org>
Section: sound
Priority: optional
-Standards-Version: 3.6.1.0
+Standards-Version: 3.8.0
Build-Depends: debhelper (>= 3.0)

Package: recite
diff -u recite-1.0/debian/changelog recite-1.0/debian/changelog
--- recite-1.0/debian/changelog
+++ recite-1.0/debian/changelog
@@ -1,3 +1,18 @@
+recite (1.0-8.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+    + With permission from maintainer.
+  * klatt/parwave.c: Check upper bound on DBtoLIN. (Closes: #504200).
+    + Not a real solution but exits more gracefully.
+    + Thanks to Emmet Hikory for the help.
+  * Priority medium for RC bug fix.
+  * Escape hyphens in manpage.
+  * debian/copyright: Add Copyright holder.
+    + Update FSF address.
+  * Bump Standards Version to 3.8.0. (No changes needed).
+
+ -- Barry deFreese <bdefreese@debian.org>  Thu, 06 Nov 2008 15:23:30 -0500
+
recite (1.0-8) unstable; urgency=low

  * Makefile:
only in patch2:
unchanged:
--- recite-1.0.orig/man1/recite.1
+++ recite-1.0/man1/recite.1
@@ -110,10 +110,10 @@
The
.I recite
program comes with ABSOLUTELY NO WARRANTY;
-for details use the '\fIrecite -VERSion Warranty\fP' command.
+for details use the '\fIrecite \-VERSion Warranty\fP' command.
This is free software
and you are welcome to redistribute it under certain conditions;
-for details use the '\fIrecite -VERSion Redistribution\fP' command.
+for details use the '\fIrecite \-VERSion Redistribution\fP' command.
.br
.ne 1i
.SH AUTHOR


Thank you,

Barry deFreese


Reply to: