r4763 - packages/trunk/allacrost/debian

Jordà Polo jorda-guest at alioth.debian.org
Sat Nov 24 21:57:54 UTC 2007


Author: jorda-guest
Date: 2007-11-24 21:57:53 +0000 (Sat, 24 Nov 2007)
New Revision: 4763

Modified:
   packages/trunk/allacrost/debian/changelog
   packages/trunk/allacrost/debian/control
   packages/trunk/allacrost/debian/rules
Log:
* Add missing build dependency (libopenal-dev).
* Fix datadir.


Modified: packages/trunk/allacrost/debian/changelog
===================================================================
--- packages/trunk/allacrost/debian/changelog	2007-11-24 18:53:05 UTC (rev 4762)
+++ packages/trunk/allacrost/debian/changelog	2007-11-24 21:57:53 UTC (rev 4763)
@@ -6,7 +6,8 @@
     + Updated long description to reflect upstream changes.
     + Added Homepage field.
     + New allacrost-data dependency: linux-libertine.
-    + Remove build dependency on quilt (there are no patches anymore).
+    + New build dependency: libopenal-dev.
+    + Remove build dependency on quilt (there are no patches).
   * debian/allacrost-editor.menu: Section changed to «Games/Tools».
   * Simplified allacrost-data.install and removed unneeded *.dirs files.
   * debian/rules: Only specify both --build and --host when it is actually

Modified: packages/trunk/allacrost/debian/control
===================================================================
--- packages/trunk/allacrost/debian/control	2007-11-24 18:53:05 UTC (rev 4762)
+++ packages/trunk/allacrost/debian/control	2007-11-24 21:57:53 UTC (rev 4763)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Jordà Polo <jorda at ettin.org>
-Build-Depends: debhelper (>= 5), autotools-dev, freeglut3-dev, libpng12-dev, libjpeg62-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev, libsdl-ttf2.0-dev, libluabind-dev, libqt4-dev, dpkg-dev (>= 1.13.19)
+Build-Depends: debhelper (>= 5), autotools-dev, freeglut3-dev, libpng12-dev, libjpeg62-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev, libsdl-ttf2.0-dev, libopenal-dev, libluabind-dev, libqt4-dev, dpkg-dev (>= 1.13.19)
 Standards-Version: 3.7.2
 Homepage: http://www.allacrost.org/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/allacrost/

Modified: packages/trunk/allacrost/debian/rules
===================================================================
--- packages/trunk/allacrost/debian/rules	2007-11-24 18:53:05 UTC (rev 4762)
+++ packages/trunk/allacrost/debian/rules	2007-11-24 21:57:53 UTC (rev 4763)
@@ -26,7 +26,7 @@
 	./configure $(confflags) \
 	            --prefix=/usr \
 	            --bindir=\$${prefix}/games \
-	            --datadir=\$${prefix}/share/games/allacrost \
+	            --datadir=\$${prefix}/share/games \
 	            --enable-editor \
 	            --with-qtdir=/usr/share/qt4 \
 	            --enable-optimize=no \




More information about the Pkg-games-commits mailing list