Author: miriam Date: 2014-01-13 05:15:25 +0000 (Mon, 13 Jan 2014) New Revision: 14803
Modified: packages/branches/love/0.5/debian/control packages/branches/love/0.5/debian/rules Log: Added demos Modified: packages/branches/love/0.5/debian/control =================================================================== --- packages/branches/love/0.5/debian/control 2014-01-13 05:13:36 UTC (rev 14802) +++ packages/branches/love/0.5/debian/control 2014-01-13 05:15:25 UTC (rev 14803) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Miriam Ruiz <[email protected]> -Build-Depends: debhelper (>= 7), autotools-dev, dh-buildinfo, +Build-Depends: debhelper (>= 7), autotools-dev, dh-buildinfo, zip, libboost-dev, libsdl1.2-dev, libsdl-mixer1.2-dev, liblua5.1-0-dev, libphysfs-dev, libdevil-dev, libfreetype6-dev, lua5.1, liblua5.1-expat0 Modified: packages/branches/love/0.5/debian/rules =================================================================== --- packages/branches/love/0.5/debian/rules 2014-01-13 05:13:36 UTC (rev 14802) +++ packages/branches/love/0.5/debian/rules 2014-01-13 05:15:25 UTC (rev 14803) @@ -26,6 +26,7 @@ build-arch-stamp: configure-stamp dh_testdir $(MAKE) + [ ! -f demos/Makefile ] || $(MAKE) -C demos touch $@ build-indep: build-indep-stamp @@ -40,6 +41,7 @@ dh_testdir dh_testroot [ ! -f Makefile ] || $(MAKE) distclean + [ ! -f demos/Makefile ] || $(MAKE) -C demos clean $(MAKE) -C docs clean rm -f config.sub config.guess config.log config.cache rm -f *-stamp _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

