r15852 - packages/trunk/0ad/debian

Markus Koschany apo at moszumanska.debian.org
Sun Aug 21 02:59:13 UTC 2016


Author: apo
Date: 2016-08-21 02:59:13 +0000 (Sun, 21 Aug 2016)
New Revision: 15852

Modified:
   packages/trunk/0ad/debian/changelog
   packages/trunk/0ad/debian/control
   packages/trunk/0ad/debian/rules
Log:
Release 0ad 0.0.20-2


Modified: packages/trunk/0ad/debian/changelog
===================================================================
--- packages/trunk/0ad/debian/changelog	2016-08-04 16:15:53 UTC (rev 15851)
+++ packages/trunk/0ad/debian/changelog	2016-08-21 02:59:13 UTC (rev 15852)
@@ -1,3 +1,17 @@
+0ad (0.0.20-2) unstable; urgency=medium
+
+  * Team upload.
+  * Drop 0ad-dbg package and use the automatic -dbgsym package instead.
+  * d/rules: Remove override for dh_builddeb because xz is the default
+    compression.
+  * Declare compliance with Debian Policy 3.9.8.
+  * Build-depend on python and fix FTBFS.
+    Thanks to Lucas Nussbaum for the report. (Closes: #832870)
+  * Ensure that 0ad can be built twice in a row by updating dh_auto_clean
+    target. Thanks to Peter Green for the patch.
+
+ -- Markus Koschany <apo at debian.org>  Sun, 21 Aug 2016 04:54:55 +0200
+
 0ad (0.0.20-1) unstable; urgency=medium
 
   * New upstream release.

Modified: packages/trunk/0ad/debian/control
===================================================================
--- packages/trunk/0ad/debian/control	2016-08-04 16:15:53 UTC (rev 15851)
+++ packages/trunk/0ad/debian/control	2016-08-21 02:59:13 UTC (rev 15852)
@@ -25,8 +25,9 @@
  libxcursor-dev,
  libxml2-dev,
  pkg-config,
+ python,
  zlib1g-dev
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Homepage: http://play0ad.com/
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/0ad/
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-games/packages/trunk/0ad/
@@ -50,19 +51,3 @@
  graphics, detailed artwork, sound, and a flexible and powerful custom-built
  game engine.
 
-Package: 0ad-dbg
-Section: debug
-Priority: extra
-Architecture: amd64 arm64 armhf i386 kfreebsd-amd64 kfreebsd-i386
-Pre-Depends: dpkg (>= 1.15.6~)
-Depends: 0ad (= ${binary:Version}), ${misc:Depends}
-Description: Real-time strategy game of ancient warfare (debug)
- 0 A.D. (pronounced "zero ey-dee") is a free, open-source, cross-platform
- real-time strategy (RTS) game of ancient warfare. In short, it is a
- historically-based war/economy game that allows players to relive or rewrite
- the history of Western civilizations, focusing on the years between 500 B.C.
- and 500 A.D. The project is highly ambitious, involving state-of-the-art 3D
- graphics, detailed artwork, sound, and a flexible and powerful custom-built
- game engine.
- .
- This package contains the debugging symbols.

Modified: packages/trunk/0ad/debian/rules
===================================================================
--- packages/trunk/0ad/debian/rules	2016-08-04 16:15:53 UTC (rev 15851)
+++ packages/trunk/0ad/debian/rules	2016-08-21 02:59:13 UTC (rev 15852)
@@ -9,12 +9,15 @@
 
 override_dh_auto_clean:
 	build/workspaces/clean-workspaces.sh
-	
 	# Clean up some extra cruft not picked up by clean-workspaces.sh
 	find binaries/system/ -type f ! -name readme.txt -delete
 	rm -f libraries/fcollada/lib/*.a
 	rm -f build/premake/.*.tmp
-	
+	rm -f libraries/source/spidermonkey/lib/*
+	rm -f libraries/source/cxxtest-4.4/python/cxxtest/*.pyc
+	rm -f libraries/source/fcollada/lib/*
+	rm -rf libraries/source/spidermonkey/include-unix-*
+	rm -f source/ps/tests/stub_impl_hack.cpp
 	dh_auto_clean
 
 override_dh_auto_build:
@@ -23,7 +26,7 @@
 		--libdir=/usr/lib/games/0ad \
 		--datadir=/usr/share/games/0ad \
 		--with-system-nvtt
-	
+
 	$(MAKE) config=release verbose=1 -C build/workspaces/gcc
 
 override_dh_auto_test:
@@ -36,11 +39,6 @@
 	install -Dm 0755 build/resources/0ad.sh $(CURDIR)/debian/tmp/usr/games/0ad
 	dh_auto_install
 
-override_dh_strip:
-	dh_strip -p 0ad --dbg-package=0ad-dbg
-
 override_dh_makeshlibs:
 	dh_makeshlibs -Xusr/lib/games/0ad
 
-override_dh_builddeb:
-	dh_builddeb -- -Zxz




More information about the Pkg-games-commits mailing list