This is an automated email from the git hooks/post-receive script. emorrp1-guest pushed a commit to branch debian/jessie-backports in repository corsix-th.
commit 23fed7b7a8c23ffcb45dc667e0469dd593d8d889 Author: Phil Morrell <[email protected]> Date: Sun Jul 3 21:44:20 2016 +0100 disable unit tests since lua-busted not backported Revert "enable unit tests with newly packaged lua-busted" This reverts commit ded35949603829c2e6c192461a4ced78c95a07c4. --- debian/control | 1 - debian/rules | 4 ---- 2 files changed, 5 deletions(-) diff --git a/debian/control b/debian/control index 286f12e..1afd4f3 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,6 @@ Build-Depends: liblua5.2-dev, libsdl2-dev, libsdl2-mixer-dev, - lua-busted, lua5.2, Standards-Version: 3.9.8 Homepage: http://corsixth.com diff --git a/debian/rules b/debian/rules index 56d39d1..6cccc67 100755 --- a/debian/rules +++ b/debian/rules @@ -26,9 +26,5 @@ override_dh_auto_install: mkdir -p debian/corsix-th-data/usr/share/games/corsix-th/ mv debian/tmp/usr/CorsixTH/* debian/corsix-th-data/usr/share/games/corsix-th/ -override_dh_auto_test: - dh_auto_test - busted -C CorsixTH/Luatest --verbose - override_dh_installchangelogs: dh_installchangelogs CorsixTH/changelog.txt -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/corsix-th.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

