r1578 - in /unstable/toolame/debian: changelog patches/01-WAV-header-read-incorrectly-on-64-bit-platforms.patch

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Wed Nov 19 09:14:21 UTC 2008


Author: fabian-guest
Date: Wed Nov 19 09:14:21 2008
New Revision: 1578

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1578
Log:
Quilt'ified toolame/debian/patches/01-WAV-header-read-incorrectly-on-64-bit-platforms.patch and fixed changelog entry.


Modified:
    unstable/toolame/debian/changelog
    unstable/toolame/debian/patches/01-WAV-header-read-incorrectly-on-64-bit-platforms.patch

Modified: unstable/toolame/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/toolame/debian/changelog?rev=1578&op=diff
==============================================================================
--- unstable/toolame/debian/changelog (original)
+++ unstable/toolame/debian/changelog Wed Nov 19 09:14:21 2008
@@ -11,11 +11,11 @@
   * debian/patches/01-WAV-header-read-incorrectly-on-64-bit-platforms.patch:
     + New patch to fix usage of "unsigned long" on 64-bit little-endian
       platforms (Closes: #504308). Thanks Christian Grigis <glove at grigri.org>!
-  * debian/02-initialize-header-padding-field-before-parsing-arguments.patch:
+  * debian/patches/02-initialize-header-padding-field-before-parsing-arguments.patch:
     + New patch to initialize the 1-bit 'header->padding' field before parsing
       the arguments. Thanks Christian Grigis <glove at grigri.org>!
 
- -- Fabian Greffrath <fabian at debian-unofficial.org>  Thu, 19 Nov 2008 10:06:31 +0200
+ -- Fabian Greffrath <fabian at debian-unofficial.org>  Wed, 19 Nov 2008 10:12:06 +0100
 
 toolame (02l-6) unstable; urgency=low
 

Modified: unstable/toolame/debian/patches/01-WAV-header-read-incorrectly-on-64-bit-platforms.patch
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/toolame/debian/patches/01-WAV-header-read-incorrectly-on-64-bit-platforms.patch?rev=1578&op=diff
==============================================================================
--- unstable/toolame/debian/patches/01-WAV-header-read-incorrectly-on-64-bit-platforms.patch (original)
+++ unstable/toolame/debian/patches/01-WAV-header-read-incorrectly-on-64-bit-platforms.patch Wed Nov 19 09:14:21 2008
@@ -1,6 +1,5 @@
-diff -Nru toolame-02l.orig/audio_read.c toolame-02l/audio_read.c
---- toolame-02l.orig/audio_read.c	2008-11-02 19:01:25.000000000 +0100
-+++ toolame-02l/audio_read.c	2008-11-02 19:09:57.000000000 +0100
+--- toolame-02l.orig/audio_read.c
++++ toolame-02l/audio_read.c
 @@ -1,6 +1,7 @@
  #include <stdio.h>
  #include <stdlib.h>




More information about the pkg-multimedia-commits mailing list