Author: pdewacht-guest Date: 2010-10-11 18:43:01 +0000 (Mon, 11 Oct 2010) New Revision: 11403
Added: packages/trunk/ii-esu/debian/source/ packages/trunk/ii-esu/debian/source/format Modified: packages/trunk/ii-esu/debian/changelog packages/trunk/ii-esu/debian/control packages/trunk/ii-esu/debian/copyright packages/trunk/ii-esu/debian/rules Log: ii-esu: general cleanup Modified: packages/trunk/ii-esu/debian/changelog =================================================================== --- packages/trunk/ii-esu/debian/changelog 2010-10-11 18:40:30 UTC (rev 11402) +++ packages/trunk/ii-esu/debian/changelog 2010-10-11 18:43:01 UTC (rev 11403) @@ -1,3 +1,15 @@ +ii-esu (1.0a.dfsg1-3) unstable; urgency=low + + * Fix FTBFS with newer gdc by using the right return type in addEnemy(). + Thanks to Iain Buclaw and Johann Felix Soden (Closes: #594382) + * Switch to the new source package format: + - Remove patching/unpatching code in debian/rules + - Remove quilt build-dependency + * Clean up copyright file + * Bump Standards-Version to 3.9.1. No changes needed. + + -- Peter De Wachter <[email protected]> Mon, 11 Oct 2010 20:41:21 +0200 + ii-esu (1.0a.dfsg1-2) unstable; urgency=low [ Miriam Ruiz ] Modified: packages/trunk/ii-esu/debian/control =================================================================== --- packages/trunk/ii-esu/debian/control 2010-10-11 18:40:30 UTC (rev 11402) +++ packages/trunk/ii-esu/debian/control 2010-10-11 18:43:01 UTC (rev 11403) @@ -3,10 +3,10 @@ Priority: extra Maintainer: Debian Games Team <[email protected]> Uploaders: Miriam Ruiz <[email protected]>, Peter De Wachter <[email protected]> -Build-Depends: debhelper (>= 5), quilt, gdc, +Build-Depends: debhelper (>= 5), gdc, libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev, libsdl1.2-dev, libsdl-mixer1.2-dev -Standards-Version: 3.7.3 +Standards-Version: 3.9.1 Homepage: http://hizuoka.web.fc2.com/game/ES/index_en.html Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/ii-esu/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/ii-esu/?op=log Modified: packages/trunk/ii-esu/debian/copyright =================================================================== --- packages/trunk/ii-esu/debian/copyright 2010-10-11 18:40:30 UTC (rev 11402) +++ packages/trunk/ii-esu/debian/copyright 2010-10-11 18:43:01 UTC (rev 11403) @@ -75,8 +75,8 @@ License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -On Debian systems, the complete text of the GNU Lesser General -Public License can be found in `/usr/share/common-licenses/LGPL'. +On Debian systems, the complete text of the GNU Lesser General Public +License version 2 can be found in `/usr/share/common-licenses/LGPL-2'. import/smpeg.d: @@ -96,8 +96,8 @@ License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -On Debian systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL'. +On Debian systems, the complete text of the GNU General Public +License version 2 can be found in `/usr/share/common-licenses/GPL-2'. src/util/rand.d: @@ -130,5 +130,5 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -The Debian packaging is (C) 2007, Miriam Ruiz <[email protected]> and -is licensed under the GPL, see `/usr/share/common-licenses/GPL'. +The Debian packaging is Copyright 2007 Miriam Ruiz <[email protected]> and +is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'. Modified: packages/trunk/ii-esu/debian/rules =================================================================== --- packages/trunk/ii-esu/debian/rules 2010-10-11 18:40:30 UTC (rev 11402) +++ packages/trunk/ii-esu/debian/rules 2010-10-11 18:43:01 UTC (rev 11403) @@ -13,14 +13,8 @@ DFLAGS = -O -g -release -d endif -configure: configure-stamp -configure-stamp: - dh_testdir - $(MAKE) -f /usr/share/quilt/quilt.make patch - touch $@ - build: build-stamp -build-stamp: configure-stamp +build-stamp: dh_testdir #ant -v $(MAKE) CFLAGS="$(CFLAGS)" DFLAGS="$(DFLAGS)" @@ -34,7 +28,6 @@ #[ ! -f Makefile ] || $(MAKE) clean rm -f ii-esu rm -f `find . -name "*.o"` - $(MAKE) -f /usr/share/quilt/quilt.make unpatch dh_clean install: build Added: packages/trunk/ii-esu/debian/source/format =================================================================== --- packages/trunk/ii-esu/debian/source/format (rev 0) +++ packages/trunk/ii-esu/debian/source/format 2010-10-11 18:43:01 UTC (rev 11403) @@ -0,0 +1 @@ +3.0 (quilt) _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

