diff -Nru corsix-th-0.60/debian/changelog corsix-th-0.60/debian/changelog --- corsix-th-0.60/debian/changelog 2016-06-23 08:27:07.000000000 +0000 +++ corsix-th-0.60/debian/changelog 2016-11-15 19:49:20.000000000 +0000 @@ -1,3 +1,13 @@ +corsix-th (0.60-2) unstable; urgency=medium + + * remove obsolete rnc.pp copyright comment. + Thanks to Alexandre Detiste + * enable unit tests with newly packaged lua-busted + * more flexible tag matching in debian/watch + * bump debhelper compat to 10 + + -- Phil Morrell Tue, 15 Nov 2016 18:08:55 +0000 + corsix-th (0.60-1) unstable; urgency=medium [ Alexandre Detiste ] diff -Nru corsix-th-0.60/debian/compat corsix-th-0.60/debian/compat --- corsix-th-0.60/debian/compat 2016-06-23 08:23:38.000000000 +0000 +++ corsix-th-0.60/debian/compat 2016-11-15 19:49:04.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru corsix-th-0.60/debian/control corsix-th-0.60/debian/control --- corsix-th-0.60/debian/control 2016-06-23 08:23:38.000000000 +0000 +++ corsix-th-0.60/debian/control 2016-11-15 19:49:04.000000000 +0000 @@ -7,13 +7,14 @@ Phil Morrell , Build-Depends: cmake, - debhelper (>= 9), + debhelper (>= 10), imagemagick, libavdevice-dev (>= 7:2.8), libfreetype6-dev, liblua5.2-dev, libsdl2-dev, libsdl2-mixer-dev, + lua-busted, lua5.2, Standards-Version: 3.9.8 Homepage: http://corsixth.com diff -Nru corsix-th-0.60/debian/copyright corsix-th-0.60/debian/copyright --- corsix-th-0.60/debian/copyright 2016-06-23 08:23:38.000000000 +0000 +++ corsix-th-0.60/debian/copyright 2016-11-15 19:49:04.000000000 +0000 @@ -70,13 +70,6 @@ Copyright: 2009 Jon Skeet, Simon Tatham 2011 Edvin "Lego3" Linge License: Expat -Comment: - Header, file states this: - "Original code was from http://www.yoda.arachsys.com/dk/utils.html, but that - site nor the code itself states any ownership or copyright claims." - But this is outdated as current archive - http://www.yoda.arachsys.com/dk/utilsrc.zip - now does include a LICENSE.TXT with the text of the Expat license. Files: AnimView/tinyxml.cpp diff -Nru corsix-th-0.60/debian/rules corsix-th-0.60/debian/rules --- corsix-th-0.60/debian/rules 2016-06-23 08:23:38.000000000 +0000 +++ corsix-th-0.60/debian/rules 2016-11-15 19:49:04.000000000 +0000 @@ -3,7 +3,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --parallel --buildsystem=cmake + dh $@ override_dh_auto_install: dh_auto_install @@ -26,5 +26,9 @@ 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 diff -Nru corsix-th-0.60/debian/watch corsix-th-0.60/debian/watch --- corsix-th-0.60/debian/watch 2016-06-23 08:23:38.000000000 +0000 +++ corsix-th-0.60/debian/watch 2016-11-15 19:49:04.000000000 +0000 @@ -1,4 +1,4 @@ version=4 opts="uversionmangle=s/-/~/" \ https://github.com/CorsixTH/CorsixTH/tags \ - (?:.*/)?v(\d[\-+\.:\~\da-zA-Z]*)@ARCHIVE_EXT@ + (?:.*/)?v?@ANY_VERSION@@ARCHIVE_EXT@