r11 - in trunk/packages/vorbis-tools/debian: . patches

Adeodato Simó adeodato at costa.debian.org
Tue Dec 27 18:21:22 UTC 2005


Author: adeodato
Date: 2005-12-27 18:21:21 +0000 (Tue, 27 Dec 2005)
New Revision: 11

Added:
   trunk/packages/vorbis-tools/debian/patches/upstream_r10080_fix_non-ascii_comments.diff
Modified:
   trunk/packages/vorbis-tools/debian/changelog
Log:
Fix display of non-ASCII characters in comments, broken in 1.1.1 release.
(Closes: #344195, #344917)


Modified: trunk/packages/vorbis-tools/debian/changelog
===================================================================
--- trunk/packages/vorbis-tools/debian/changelog	2005-12-22 02:47:28 UTC (rev 10)
+++ trunk/packages/vorbis-tools/debian/changelog	2005-12-27 18:21:21 UTC (rev 11)
@@ -1,3 +1,13 @@
+vorbis-tools (1.1.1-2) unstable; urgency=medium
+
+  * Switch maintenance to the Debian Xiph.org Maintainers (alioth/pkg-xiph).
+
+  * Fix display of non-ASCII characters in comments, broken in 1.1.1 release.
+    (Closes: #344195, #344917)
+    [File: upstream_r10080_fix_non-ascii_comments.diff]
+
+ -- Adeodato Simó <dato at net.com.org.es>  Tue, 27 Dec 2005 19:11:13 +0100
+
 vorbis-tools (1.1.1-1) unstable; urgency=low
 
   * New upstream release packaged (closes: #339846).

Added: trunk/packages/vorbis-tools/debian/patches/upstream_r10080_fix_non-ascii_comments.diff
===================================================================
--- trunk/packages/vorbis-tools/debian/patches/upstream_r10080_fix_non-ascii_comments.diff	2005-12-22 02:47:28 UTC (rev 10)
+++ trunk/packages/vorbis-tools/debian/patches/upstream_r10080_fix_non-ascii_comments.diff	2005-12-27 18:21:21 UTC (rev 11)
@@ -0,0 +1,39 @@
+Index: vorbis-tools/share/charset.c
+===================================================================
+--- vorbis-tools/share/charset.c (revision 2185)
++++ vorbis-tools/share/charset.c (revision 10080)
+@@ -27,4 +27,8 @@
+  * 8-bit char, 16-bit short and 32-bit int.
+  */
++
++#ifdef HAVE_CONFIG_H
++# include <config.h>
++#endif
+ 
+ #ifndef HAVE_ICONV /* should be ifdef USE_CHARSET_CONVERT */
+Index: vorbis-tools/share/iconvert.c
+===================================================================
+--- vorbis-tools/share/iconvert.c (revision 3028)
++++ vorbis-tools/share/iconvert.c (revision 10080)
+@@ -16,4 +16,8 @@
+  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  */
++
++#ifdef HAVE_CONFIG_H
++# include <config.h>
++#endif
+ 
+ #ifdef HAVE_ICONV
+Index: vorbis-tools/share/utf8.c
+===================================================================
+--- vorbis-tools/share/utf8.c (revision 3510)
++++ vorbis-tools/share/utf8.c (revision 10080)
+@@ -22,4 +22,8 @@
+  */
+ 
++#ifdef HAVE_CONFIG_H
++# include <config.h>
++#endif
++
+ #include <stdlib.h>
+ #include <string.h>




More information about the pkg-xiph-commits mailing list