Author: fuddl-guest Date: 2011-07-19 16:05:35 +0000 (Tue, 19 Jul 2011) New Revision: 12543
Added: packages/trunk/libphysfs/debian/patches/ packages/trunk/libphysfs/debian/patches/remove_unused_variable.diff packages/trunk/libphysfs/debian/patches/series Modified: packages/trunk/libphysfs/debian/changelog Log: Add patches/remove_unused_variable.diff that removes an unused variable which lead to an FTBFS. (Closes: #634415) Modified: packages/trunk/libphysfs/debian/changelog =================================================================== --- packages/trunk/libphysfs/debian/changelog 2011-07-19 11:42:49 UTC (rev 12542) +++ packages/trunk/libphysfs/debian/changelog 2011-07-19 16:05:35 UTC (rev 12543) @@ -1,3 +1,11 @@ +libphysfs (2.0.2-4) unstable; urgency=low + + * Team upload. + * Drop an unsued variable from archivers/wad.c that caused an FTBFS by + remove_unused_variable.diff. (Closes: #634415) + + -- Bruno "Fuddl" Kleinert <[email protected]> Tue, 19 Jul 2011 17:40:27 +0200 + libphysfs (2.0.2-3) unstable; urgency=low * Rebuild package. It looks like the building hardware was just damaged. Added: packages/trunk/libphysfs/debian/patches/remove_unused_variable.diff =================================================================== --- packages/trunk/libphysfs/debian/patches/remove_unused_variable.diff (rev 0) +++ packages/trunk/libphysfs/debian/patches/remove_unused_variable.diff 2011-07-19 16:05:35 UTC (rev 12543) @@ -0,0 +1,14 @@ +Index: physfs-2.0.2/archivers/wad.c +=================================================================== +--- physfs-2.0.2.orig/archivers/wad.c 2011-07-19 17:39:16.975095896 +0200 ++++ physfs-2.0.2/archivers/wad.c 2011-07-19 17:39:51.163265424 +0200 +@@ -245,9 +245,6 @@ + PHYSFS_uint32 fileCount; + PHYSFS_uint32 directoryOffset; + WADentry *entry; +- char lastDirectory[9]; +- +- lastDirectory[8] = 0; /* Make sure lastDirectory stays null-terminated. */ + + BAIL_IF_MACRO(!wad_open(name, forWriting, &fh, &fileCount,&directoryOffset), NULL, 0); + info->entryCount = fileCount; Added: packages/trunk/libphysfs/debian/patches/series =================================================================== --- packages/trunk/libphysfs/debian/patches/series (rev 0) +++ packages/trunk/libphysfs/debian/patches/series 2011-07-19 16:05:35 UTC (rev 12543) @@ -0,0 +1 @@ +remove_unused_variable.diff _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

