r8876 - packages/trunk/glest/debian

Siegfried-Angel Gevatter Pujals rainct-guest at alioth.debian.org
Tue Feb 17 22:17:25 UTC 2009


Author: rainct-guest
Date: 2009-02-17 22:17:25 +0000 (Tue, 17 Feb 2009)
New Revision: 8876

Modified:
   packages/trunk/glest/debian/changelog
   packages/trunk/glest/debian/control
   packages/trunk/glest/debian/rules
Log:
Add a Build-Depends on liblua5.1-dev, autoconf and automake.

Modified: packages/trunk/glest/debian/changelog
===================================================================
--- packages/trunk/glest/debian/changelog	2009-02-17 21:36:44 UTC (rev 8875)
+++ packages/trunk/glest/debian/changelog	2009-02-17 22:17:25 UTC (rev 8876)
@@ -4,7 +4,7 @@
      - Repackage the tarball from .zip to .tar.gz.
   * debian/control:
      - Change my entry in the Uploaders field.
-     - Add a Build-Depends on liblua5.1-dev.
+     - Add a Build-Depends on liblua5.1-dev, autoconf and automake.
      - Bump Standards-Version to 3.8.0.
   * debian/glest.install:
      - Adjust the origin path.

Modified: packages/trunk/glest/debian/control
===================================================================
--- packages/trunk/glest/debian/control	2009-02-17 21:36:44 UTC (rev 8875)
+++ packages/trunk/glest/debian/control	2009-02-17 22:17:25 UTC (rev 8876)
@@ -4,7 +4,8 @@
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Giuseppe Borzi <gborzi at ieee.org>, Eddy Petrișor <eddy.petrisor at gmail.com>, Siegfried-Angel Gevatter Pujals <rainct at ubuntu.com>, Ansgar Burchardt <ansgar at 43-1.org>, Alexander Schmehl <tolimar at debian.org>
 Build-Depends: debhelper (>= 5.0.0), jam, libsdl1.2-dev, libxerces-c2-dev,
- libvorbis-dev, libogg-dev, libopenal-dev, liblua5.1-dev, quilt
+ libvorbis-dev, libogg-dev, libopenal-dev, liblua5.1-dev, quilt, autoconf,
+ automake
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/glest/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/glest/?op=log

Modified: packages/trunk/glest/debian/rules
===================================================================
--- packages/trunk/glest/debian/rules	2009-02-17 21:36:44 UTC (rev 8875)
+++ packages/trunk/glest/debian/rules	2009-02-17 22:17:25 UTC (rev 8876)
@@ -45,7 +45,7 @@
 		$(CONFDIR)/configure $(CONFDIR)/aclocal.m4
 	rm -rf build
 	[ ! -h $(CONFDIR)/glest_game ] || unlink $(CONFDIR)/glest_game
-	[ ! -h $(CONFDIR)/glest_map_editor ] || -unlink $(CONFDIR)/glest_map_editor
+	[ ! -h $(CONFDIR)/glest_map_editor ] || unlink $(CONFDIR)/glest_map_editor
 	[ ! -h $(CONFDIR)/shared_lib ] || unlink $(CONFDIR)/shared_lib
 
 	dh_clean




More information about the Pkg-games-commits mailing list