r15289 - packages/trunk/0ad/debian

Vincent Cheng vcheng at moszumanska.debian.org
Tue Oct 14 03:10:37 UTC 2014


Author: vcheng
Date: 2014-10-14 03:10:37 +0000 (Tue, 14 Oct 2014)
New Revision: 15289

Modified:
   packages/trunk/0ad/debian/control
   packages/trunk/0ad/debian/copyright
   packages/trunk/0ad/debian/rules
Log:
0ad: re-enable tests, remove unneeded build-dep


Modified: packages/trunk/0ad/debian/control
===================================================================
--- packages/trunk/0ad/debian/control	2014-10-14 03:02:57 UTC (rev 15288)
+++ packages/trunk/0ad/debian/control	2014-10-14 03:10:37 UTC (rev 15289)
@@ -9,7 +9,6 @@
  dpkg-dev (>= 1.15.5),
  libboost-dev,
  libboost-filesystem-dev,
- libboost-signals-dev,
  libcurl4-gnutls-dev | libcurl4-dev,
  libenet-dev (>= 1.3),
  libgloox-dev (>= 1.0.9),

Modified: packages/trunk/0ad/debian/copyright
===================================================================
--- packages/trunk/0ad/debian/copyright	2014-10-14 03:02:57 UTC (rev 15288)
+++ packages/trunk/0ad/debian/copyright	2014-10-14 03:10:37 UTC (rev 15289)
@@ -11,7 +11,7 @@
 Copyright: 2010 Fabio Pedretti <fabio.ped at libero.it>
 License: GPL-2.0+
 
-Files: source/*
+Files: *
 Copyright: 2010 Wildfire Games
 License: GPL-2.0+
 

Modified: packages/trunk/0ad/debian/rules
===================================================================
--- packages/trunk/0ad/debian/rules	2014-10-14 03:02:57 UTC (rev 15288)
+++ packages/trunk/0ad/debian/rules	2014-10-14 03:10:37 UTC (rev 15289)
@@ -22,7 +22,6 @@
 		--bindir=/usr/games \
 		--libdir=/usr/lib/games/0ad \
 		--datadir=/usr/share/games/0ad \
-		--with-system-enet \
 		--with-system-nvtt \
 		--with-system-miniupnpc \
 		--with-system-mozjs24
@@ -33,8 +32,7 @@
 	# Note: Avoid running tests from root dir of build, otherwise certain
 	# tests (i.e. in testsuite MeshManager) may not work as intended and
 	# create spurious directories above root dir (../data/mods).
-	#cd binaries/system/ && LD_LIBRARY_PATH=. ./test -libdir .
-	@echo "FIXME: Skipping tests..."
+	cd binaries/system/ && LD_LIBRARY_PATH=. ./test -libdir .
 
 override_dh_auto_install:
 	install -Dm 0755 build/resources/0ad.sh $(CURDIR)/debian/tmp/usr/games/0ad
@@ -45,11 +43,3 @@
 
 override_dh_builddeb:
 	dh_builddeb -- -Zxz
-
-# Currently unused; download pristine upstream tarball using uscan instead
-get-orig-source:
-	uscan --download-current-version
-	tar xJf ../0ad_0.0.15.orig.tar.xz
-	rm -rf source/tools/jsdebugger # see #735349
-	mv 0ad-0.0.15-alpha 0ad-0.0.15+dfsg
-	tar cJf ../0ad_0.0.15+dfsg.orig.tar.xz 0ad-0.0.15+dfsg/




More information about the Pkg-games-commits mailing list