Author: miriam Date: 2008-06-25 13:54:59 +0000 (Wed, 25 Jun 2008) New Revision: 7492
Added: packages/trunk/biniax2/debian/README.Debian Modified: packages/trunk/biniax2/debian/changelog packages/trunk/biniax2/debian/control packages/trunk/biniax2/debian/rules Log: Prepare for upload Added: packages/trunk/biniax2/debian/README.Debian =================================================================== --- packages/trunk/biniax2/debian/README.Debian (rev 0) +++ packages/trunk/biniax2/debian/README.Debian 2008-06-25 13:54:59 UTC (rev 7492) @@ -0,0 +1,17 @@ +Biniax2 for Debian +------------------ + +The format and ubication for the user files of the game have been changed. +They have been placed according to XDG Base Directory Specification [1] + +The format has been changed to make them work in different endianess and word +sizes. The original code made a direct memory dump to the hard disc, and thus +there was not guarantee of even been able to load it when it was compiled with +different parameters in the same computer. Upstream has not adopted the patches +for this bug correction, so games stored in the Windows version of the game +won't be compatible with this version. They weren't previously compatible +anyway. + +[1] http://standards.freedesktop.org/basedir-spec/ + + -- Miriam Ruiz <[EMAIL PROTECTED]> Thu, 10 Apr 2008 11:12:15 +0000 Modified: packages/trunk/biniax2/debian/changelog =================================================================== --- packages/trunk/biniax2/debian/changelog 2008-06-25 13:43:16 UTC (rev 7491) +++ packages/trunk/biniax2/debian/changelog 2008-06-25 13:54:59 UTC (rev 7492) @@ -1,4 +1,4 @@ -biniax2 (0.0.20080409-1) UNRELEASED; urgency=low +biniax2 (0.0.20080409-1) unstable; urgency=low [ Miriam Ruiz ] * Initial release (Closes: #476247) Modified: packages/trunk/biniax2/debian/control =================================================================== --- packages/trunk/biniax2/debian/control 2008-06-25 13:43:16 UTC (rev 7491) +++ packages/trunk/biniax2/debian/control 2008-06-25 13:54:59 UTC (rev 7492) @@ -5,7 +5,7 @@ Uploaders: Miriam Ruiz <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 5), quilt, libsdl1.2-dev, libsdl-mixer1.2-dev, libsdl-image1.2-dev -Standards-Version: 3.7.3 +Standards-Version: 3.8.0 Homepage: http://biniax.com/index2.html Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/biniax2/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/biniax2/?op=log Modified: packages/trunk/biniax2/debian/rules =================================================================== --- packages/trunk/biniax2/debian/rules 2008-06-25 13:43:16 UTC (rev 7491) +++ packages/trunk/biniax2/debian/rules 2008-06-25 13:54:59 UTC (rev 7492) @@ -11,6 +11,10 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +patch: + dh_testdir + $(MAKE) -f /usr/share/quilt/quilt.make patch + configure: configure-stamp configure-stamp: dh_testdir _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

