[Pkg-sdl-commits] r190 - in unstable/sdl-mixer1.2/debian: . patches

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Sun Oct 12 17:47:54 UTC 2008


Author: aurel32
Date: 2008-10-12 17:47:54 +0000 (Sun, 12 Oct 2008)
New Revision: 190

Added:
   unstable/sdl-mixer1.2/debian/README.source
   unstable/sdl-mixer1.2/debian/patches/220_mixer_segfaults.diff
Modified:
   unstable/sdl-mixer1.2/debian/changelog
   unstable/sdl-mixer1.2/debian/control
   unstable/sdl-mixer1.2/debian/copyright
   unstable/sdl-mixer1.2/debian/patches/series
Log:
  * debian/README.source:
    + New file.

  * debian/control
    + Standards-version is 3.8.0.

  * debian/copyright:
    + Add a copyright entry.

  * 220_mixer_segfaults.diff: 
    + New patch from upstream to fix a crash when the mixer is closed and
      reopened (Closes: bug#502006, bug#480569).



Added: unstable/sdl-mixer1.2/debian/README.source
===================================================================
--- unstable/sdl-mixer1.2/debian/README.source	                        (rev 0)
+++ unstable/sdl-mixer1.2/debian/README.source	2008-10-12 17:47:54 UTC (rev 190)
@@ -0,0 +1,57 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+To configure quilt to use debian/patches instead of patches, you want
+either to export QUILT_PATCHES=debian/patches in your environment
+or use this snippet in your ~/.quiltrc:
+
+    for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
+        if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
+                export QUILT_PATCHES=debian/patches
+        fi
+    done
+
+To get the fully patched source after unpacking the source package, cd to
+the root level of the source package and run:
+
+    quilt push -a
+
+The last patch listed in debian/patches/series will become the current
+patch.
+
+To add a new set of changes, first run quilt push -a, and then run:
+
+    quilt new <patch>
+
+where <patch> is a descriptive name for the patch, used as the filename in
+debian/patches.  Then, for every file that will be modified by this patch,
+run:
+
+    quilt add <file>
+
+before editing those files.  You must tell quilt with quilt add what files
+will be part of the patch before making changes or quilt will not work
+properly.  After editing the files, run:
+
+    quilt refresh
+
+to save the results as a patch.
+
+Alternately, if you already have an external patch and you just want to
+add it to the build system, run quilt push -a and then:
+
+    quilt import -P <patch> /path/to/patch
+    quilt push -a
+
+(add -p 0 to quilt import if needed). <patch> as above is the filename to
+use in debian/patches.  The last quilt push -a will apply the patch to
+make sure it works properly.
+
+To remove an existing patch from the list of patches that will be applied,
+run:
+
+    quilt delete <patch>
+
+You may need to run quilt pop -a to unapply patches first before running
+this command.

Modified: unstable/sdl-mixer1.2/debian/changelog
===================================================================
--- unstable/sdl-mixer1.2/debian/changelog	2008-09-28 10:46:09 UTC (rev 189)
+++ unstable/sdl-mixer1.2/debian/changelog	2008-10-12 17:47:54 UTC (rev 190)
@@ -1,3 +1,20 @@
+sdl-mixer1.2 (1.2.8-5) unstable; urgency=low
+
+  * debian/README.source:
+    + New file.
+
+  * debian/control
+    + Standards-version is 3.8.0.
+
+  * debian/copyright:
+    + Add a copyright entry.
+
+  * 220_mixer_segfaults.diff: 
+    + New patch from upstream to fix a crash when the mixer is closed and
+      reopened (Closes: bug#502006, bug#480569).
+
+ -- Aurelien Jarno <aurel32 at debian.org>  Sun, 12 Oct 2008 19:30:42 +0200
+
 sdl-mixer1.2 (1.2.8-4) unstable; urgency=low
 
   * debian/rules:

Modified: unstable/sdl-mixer1.2/debian/control
===================================================================
--- unstable/sdl-mixer1.2/debian/control	2008-09-28 10:46:09 UTC (rev 189)
+++ unstable/sdl-mixer1.2/debian/control	2008-10-12 17:47:54 UTC (rev 190)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers at lists.alioth.debian.org>
 Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Aurelien Jarno <aurel32 at debian.org>, Josselin Mouette <joss at debian.org>
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Build-Depends: debhelper (>= 4.1), quilt, libtool, libsdl1.2-dev (>= 1.2.4), libogg-dev, libvorbis-dev (>= 1.0.0-3), libsmpeg-dev (>= 0.4.5+cvs20030824-1.3), libmikmod-dev
 
 Package: libsdl-mixer1.2

Modified: unstable/sdl-mixer1.2/debian/copyright
===================================================================
--- unstable/sdl-mixer1.2/debian/copyright	2008-09-28 10:46:09 UTC (rev 189)
+++ unstable/sdl-mixer1.2/debian/copyright	2008-10-12 17:47:54 UTC (rev 190)
@@ -1,17 +1,32 @@
 This package was debianized by Christian T. Steigies <cts at debian.org> on
 Thu, 19 Oct 2000 23:35:14 +0200.
 
-It was downloaded from
-http://www.libsdl.org/projects/SDL_mixer/
+It was downloaded from http://www.libsdl.org/projects/SDL_mixer/
 
-Upstream Author: Sam Lantinga <slouken at libsdl.org>
+Upstream Author:
+  Sam Lantinga <slouken at libsdl.org>
 
+Copyright
+  Copyright (C) 1997-2004 Sam Lantinga
+
 License:
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Library General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
 
-This library is available under the GNU Library General Public License.
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Library General Public License for more details.
 
+    You should have received a copy of the GNU Library General Public
+    License along with this library; if not, write to the Free
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 
+    MA  02110-1301 USA.
+
 On Debian GNU/Linux systems, the complete text of the GNU Library General 
-Public License is found in `/usr/share/common-licenses/LGPL-2'.
+Public License is found in `/usr/share/common-licenses/LGPL'.
 
 Note: the native MIDI support for Linux/BSD, made by Nathan Laredo
 <laredo at gnu.org> and Peter Kutak <kutak at stonline.sk> is now licensed

Added: unstable/sdl-mixer1.2/debian/patches/220_mixer_segfaults.diff
===================================================================
--- unstable/sdl-mixer1.2/debian/patches/220_mixer_segfaults.diff	                        (rev 0)
+++ unstable/sdl-mixer1.2/debian/patches/220_mixer_segfaults.diff	2008-10-12 17:47:54 UTC (rev 190)
@@ -0,0 +1,11 @@
+--- SDL_mixer/effect_position.c	2007/07/21 06:37:58	3359
++++ SDL_mixer/effect_position.c	2008/02/04 17:10:08	3534
+@@ -86,6 +86,8 @@
+         free(pos_args_array[i]);
+     }
+ 
++    position_channels = 0;
++
+     free(pos_args_global);
+     pos_args_global = NULL;
+     free(pos_args_array);

Modified: unstable/sdl-mixer1.2/debian/patches/series
===================================================================
--- unstable/sdl-mixer1.2/debian/patches/series	2008-09-28 10:46:09 UTC (rev 189)
+++ unstable/sdl-mixer1.2/debian/patches/series	2008-10-12 17:47:54 UTC (rev 190)
@@ -6,3 +6,4 @@
 03_awe_voice.patch -p1
 200_channel_segfaults.diff
 210_dev_snd_seq.diff
+220_mixer_segfaults.diff




More information about the pkg-sdl-commits mailing list