Author: ansgar Date: 2011-03-14 14:05:42 +0000 (Mon, 14 Mar 2011) New Revision: 11924
Modified: packages/trunk/airstrike/debian/changelog packages/trunk/airstrike/debian/control packages/trunk/airstrike/debian/copyright packages/trunk/airstrike/debian/patches/series Log: * Add -lm to fix FTBFS with binutils-gold. Thanks to Ilya Barygin for the patch. (Closes: #553647) * Bump Standards-Version to 3.9.1 (no changes). Modified: packages/trunk/airstrike/debian/changelog =================================================================== --- packages/trunk/airstrike/debian/changelog 2011-03-14 13:56:01 UTC (rev 11923) +++ packages/trunk/airstrike/debian/changelog 2011-03-14 14:05:42 UTC (rev 11924) @@ -1,4 +1,4 @@ -airstrike (0.99+1.0pre6a-5) UNRELEASED; urgency=low +airstrike (0.99+1.0pre6a-5) unstable; urgency=low Team upload. @@ -9,8 +9,11 @@ [ Ansgar Burchardt ] * Use source format 3.0 (quilt). + * Add -lm to fix FTBFS with binutils-gold. Thanks to Ilya Barygin for the + patch. (Closes: #553647) + * Bump Standards-Version to 3.9.1 (no changes). - -- Paul Wise <[email protected]> Sat, 31 Jan 2009 18:38:12 +0900 + -- Ansgar Burchardt <[email protected]> Mon, 14 Mar 2011 15:05:34 +0100 airstrike (0.99+1.0pre6a-4) unstable; urgency=low Modified: packages/trunk/airstrike/debian/control =================================================================== --- packages/trunk/airstrike/debian/control 2011-03-14 13:56:01 UTC (rev 11923) +++ packages/trunk/airstrike/debian/control 2011-03-14 14:05:42 UTC (rev 11924) @@ -4,7 +4,7 @@ Maintainer: Debian Games Team <[email protected]> Uploaders: Sven Velt <[email protected]>, Barry deFreese <[email protected]> Build-Depends: debhelper (>= 5), libsdl-image1.2-dev, libsdl-mixer1.2-dev -Standards-Version: 3.7.3 +Standards-Version: 3.9.1 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/airstrike/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/airstrike/?op=log Homepage: http://icculus.org/airstrike/ Modified: packages/trunk/airstrike/debian/copyright =================================================================== --- packages/trunk/airstrike/debian/copyright 2011-03-14 13:56:01 UTC (rev 11923) +++ packages/trunk/airstrike/debian/copyright 2011-03-14 14:05:42 UTC (rev 11924) @@ -26,6 +26,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. -On Debian GNU/Linux systems, the complete text of the GNU General +On Debian systems, the complete text of version 2 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. Modified: packages/trunk/airstrike/debian/patches/series =================================================================== --- packages/trunk/airstrike/debian/patches/series 2011-03-14 13:56:01 UTC (rev 11923) +++ packages/trunk/airstrike/debian/patches/series 2011-03-14 14:05:42 UTC (rev 11924) @@ -6,3 +6,4 @@ fix-segfault-on-close.diff fix-unusable-on-amd64.diff fix-spawn-level.diff +fix-link-flags.diff _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

