diff -Nru 0ad-0.0.20/debian/changelog 0ad-0.0.20/debian/changelog --- 0ad-0.0.20/debian/changelog 2016-04-04 03:17:13.000000000 +0000 +++ 0ad-0.0.20/debian/changelog 2016-08-16 10:49:16.000000000 +0000 @@ -1,3 +1,9 @@ +0ad (0.0.20-1+rpi1) stretch-staging; urgency=medium + + * Add build-depends on python. + + -- Peter Michael Green Tue, 16 Aug 2016 10:49:16 +0000 + 0ad (0.0.20-1) unstable; urgency=medium * New upstream release. diff -Nru 0ad-0.0.20/debian/control 0ad-0.0.20/debian/control --- 0ad-0.0.20/debian/control 2016-04-04 02:49:26.000000000 +0000 +++ 0ad-0.0.20/debian/control 2016-08-16 10:49:16.000000000 +0000 @@ -25,7 +25,8 @@ libxcursor-dev, libxml2-dev, pkg-config, - zlib1g-dev + zlib1g-dev, + python Standards-Version: 3.9.7 Homepage: http://play0ad.com/ Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/0ad/ diff -Nru 0ad-0.0.20/debian/rules 0ad-0.0.20/debian/rules --- 0ad-0.0.20/debian/rules 2015-09-05 07:18:21.000000000 +0000 +++ 0ad-0.0.20/debian/rules 2016-08-16 10:49:16.000000000 +0000 @@ -14,7 +14,11 @@ 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: