r10782 - packages/branches/love/0.6.0/debian

Miriam Ruiz miriam at alioth.debian.org
Tue Feb 2 23:31:17 UTC 2010


Author: miriam
Date: 2010-02-02 23:31:17 +0000 (Tue, 02 Feb 2010)
New Revision: 10782

Modified:
   packages/branches/love/0.6.0/debian/changelog
   packages/branches/love/0.6.0/debian/control
   packages/branches/love/0.6.0/debian/rules
Log:
Added missing build dependencies



Modified: packages/branches/love/0.6.0/debian/changelog
===================================================================
--- packages/branches/love/0.6.0/debian/changelog	2010-02-02 21:52:30 UTC (rev 10781)
+++ packages/branches/love/0.6.0/debian/changelog	2010-02-02 23:31:17 UTC (rev 10782)
@@ -3,8 +3,9 @@
   [ Miriam Ruiz ]
   * New Upstream Release. Renamed package so that it can coexist with 0.5
   * Upgraded Standards-Version from 3.8.1 to 3.8.3
-  * Added build dependencies: pkg-config, libmpg123-dev, libflac++-dev,
-    libopenal-dev, libmng-dev, libmodplug-dev
+  * Added build dependencies: pkg-config, libmpg123-dev, libopenal-dev,
+    libflac++-dev, libmng-dev, libmodplug-dev, libxpm-dev, libxcursor-dev,
+    libxxf86vm-dev
   * Refreshed gcc-4.4.patch and removed the rest of patches
 
  -- Miriam Ruiz <little_miry at yahoo.es>  Mon, 01 Feb 2010 22:00:07 +0100

Modified: packages/branches/love/0.6.0/debian/control
===================================================================
--- packages/branches/love/0.6.0/debian/control	2010-02-02 21:52:30 UTC (rev 10781)
+++ packages/branches/love/0.6.0/debian/control	2010-02-02 23:31:17 UTC (rev 10782)
@@ -6,7 +6,8 @@
 Build-Depends: debhelper (>= 7), autotools-dev, quilt, dh-buildinfo, sng,
  pkg-config, libboost-dev, libsdl1.2-dev, libsdl-mixer1.2-dev, libopenal-dev,
  liblua5.1-0-dev, libphysfs-dev, libdevil-dev, libfreetype6-dev, libmng-dev,
- libmodplug-dev, libmpg123-dev, libflac++-dev, lua5.1, liblua5.1-expat0
+ libmodplug-dev, libmpg123-dev, libflac++-dev, libxpm-dev, libxcursor-dev,
+ libxxf86vm-dev, lua5.1, liblua5.1-expat0
 Standards-Version: 3.8.3
 Homepage: http://love2d.org/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/branches/love/0.6.0

Modified: packages/branches/love/0.6.0/debian/rules
===================================================================
--- packages/branches/love/0.6.0/debian/rules	2010-02-02 21:52:30 UTC (rev 10781)
+++ packages/branches/love/0.6.0/debian/rules	2010-02-02 23:31:17 UTC (rev 10782)
@@ -23,8 +23,8 @@
 		--prefix=/usr \
 		--mandir=\$${prefix}/share/man \
 		--infodir=\$${prefix}/share/info \
-		CFLAGS="$(CFLAGS) `pkg-config flac++ --cflags`" \
-		LDFLAGS="-Wl,-z,defs  -Wl,-as-needed `pkg-config flac++ --libs`"
+		CFLAGS="$(CFLAGS) `pkg-config openal flac++ --cflags --libs`" \
+		LDFLAGS="-Wl,-z,defs  -Wl,-as-needed `pkg-config openal flac++ --libs`"
 	chmod +x debian/scripts/hand-holder.lua
 	touch $@
 




More information about the Pkg-games-commits mailing list