r12514 - in packages/trunk: 0ad/debian 0ad-data/debian
Vincent Cheng
vincentc-guest at alioth.debian.org
Mon Jul 11 02:26:57 UTC 2011
Author: vincentc-guest
Date: 2011-07-11 02:26:57 +0000 (Mon, 11 Jul 2011)
New Revision: 12514
Modified:
packages/trunk/0ad-data/debian/changelog
packages/trunk/0ad-data/debian/compat
packages/trunk/0ad-data/debian/control
packages/trunk/0ad-data/debian/install
packages/trunk/0ad/debian/changelog
packages/trunk/0ad/debian/compat
packages/trunk/0ad/debian/control
packages/trunk/0ad/debian/rules
Log:
0ad: Update to Alpha 6; also bump debhelper compat level to 8.
Modified: packages/trunk/0ad/debian/changelog
===================================================================
--- packages/trunk/0ad/debian/changelog 2011-07-10 15:55:35 UTC (rev 12513)
+++ packages/trunk/0ad/debian/changelog 2011-07-11 02:26:57 UTC (rev 12514)
@@ -1,5 +1,5 @@
-0ad (0~r09530~alpha5-1) UNRELEASED; urgency=low
+0ad (0~r09786~alpha6-1) UNRELEASED; urgency=low
* Initial release (Closes: #594800)
- -- Vincent Cheng <Vincentc1208 at gmail.com> Sat, 21 May 2011 18:50:31 -0700
+ -- Vincent Cheng <Vincentc1208 at gmail.com> Sun, 10 Jul 2011 19:20:46 -0700
Modified: packages/trunk/0ad/debian/compat
===================================================================
--- packages/trunk/0ad/debian/compat 2011-07-10 15:55:35 UTC (rev 12513)
+++ packages/trunk/0ad/debian/compat 2011-07-11 02:26:57 UTC (rev 12514)
@@ -1 +1 @@
-7
+8
Modified: packages/trunk/0ad/debian/control
===================================================================
--- packages/trunk/0ad/debian/control 2011-07-10 15:55:35 UTC (rev 12513)
+++ packages/trunk/0ad/debian/control 2011-07-11 02:26:57 UTC (rev 12514)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Vincent Cheng <Vincentc1208 at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 8),
pkg-config,
autoconf,
cmake,
Modified: packages/trunk/0ad/debian/rules
===================================================================
--- packages/trunk/0ad/debian/rules 2011-07-10 15:55:35 UTC (rev 12513)
+++ packages/trunk/0ad/debian/rules 2011-07-11 02:26:57 UTC (rev 12514)
@@ -1,8 +1,5 @@
#!/usr/bin/make -f
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
%:
dh $@
@@ -15,11 +12,10 @@
$(MAKE) CONFIG=Release -j2 -C build/workspaces/gcc
- # Run tests
+override_dh_auto_test:
LD_LIBRARY_PATH=binaries/system binaries/system/test -libdir binaries/system
override_dh_auto_install:
- # Add here commands to install the package into debian/tmp
install -Dm 0755 binaries/system/pyrogenesis $(CURDIR)/debian/tmp/usr/games/pyrogenesis
install -Dm 0644 binaries/system/libCollada.so $(CURDIR)/debian/tmp/usr/lib/games/0ad/libCollada.so
install -Dm 0644 binaries/system/libAtlasUI.so $(CURDIR)/debian/tmp/usr/lib/games/0ad/libAtlasUI.so
Modified: packages/trunk/0ad-data/debian/changelog
===================================================================
--- packages/trunk/0ad-data/debian/changelog 2011-07-10 15:55:35 UTC (rev 12513)
+++ packages/trunk/0ad-data/debian/changelog 2011-07-11 02:26:57 UTC (rev 12514)
@@ -1,5 +1,5 @@
-0ad-data (0~r09530~alpha5-1) unstable; urgency=low
+0ad-data (0~r09786~alpha6-1) unstable; urgency=low
* Initial release (Closes: #594802)
- -- Vincent Cheng <Vincentc1208 at gmail.com> Sat, 21 May 2011 19:35:56 -0700
+ -- Vincent Cheng <Vincentc1208 at gmail.com> Sun, 10 Jul 2011 19:20:46 -0700
Modified: packages/trunk/0ad-data/debian/compat
===================================================================
--- packages/trunk/0ad-data/debian/compat 2011-07-10 15:55:35 UTC (rev 12513)
+++ packages/trunk/0ad-data/debian/compat 2011-07-11 02:26:57 UTC (rev 12514)
@@ -1 +1 @@
-7
+8
Modified: packages/trunk/0ad-data/debian/control
===================================================================
--- packages/trunk/0ad-data/debian/control 2011-07-10 15:55:35 UTC (rev 12513)
+++ packages/trunk/0ad-data/debian/control 2011-07-11 02:26:57 UTC (rev 12514)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Vincent Cheng <Vincentc1208 at gmail.com>
-Build-Depends: debhelper (>= 7.0.50)
+Build-Depends: debhelper (>= 8)
Standards-Version: 3.9.2
Homepage: http://wildfiregames.com/0ad/
Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/0ad-data/
Modified: packages/trunk/0ad-data/debian/install
===================================================================
--- packages/trunk/0ad-data/debian/install 2011-07-10 15:55:35 UTC (rev 12513)
+++ packages/trunk/0ad-data/debian/install 2011-07-11 02:26:57 UTC (rev 12514)
@@ -1,3 +1,3 @@
-binaries/data/config usr/share/games/0ad/
+binaries/data/config usr/share/games/0ad/
binaries/data/mods usr/share/games/0ad/
binaries/data/tools usr/share/games/0ad/
More information about the Pkg-games-commits
mailing list