diff -Nru xcache-3.1.0/debian/changelog xcache-3.1.0/debian/changelog --- xcache-3.1.0/debian/changelog 2014-02-19 08:25:07.000000000 +0000 +++ xcache-3.1.0/debian/changelog 2014-02-10 09:25:13.000000000 +0000 @@ -1,9 +1,9 @@ -xcache (3.1.0-1build1) trusty; urgency=medium +xcache (3.1.0-2) unstable; urgency=medium - * No change rebuild for phpapi-20121212+lfs (LFS ABI break on 32-bit - arches). + * Bump standards to 3.9.5. + * Actually run tests during build (Closes: #738001). - -- Robie Basak Wed, 19 Feb 2014 08:25:07 +0000 + -- Michal Čihař Mon, 10 Feb 2014 10:25:08 +0100 xcache (3.1.0-1) unstable; urgency=low diff -Nru xcache-3.1.0/debian/control xcache-3.1.0/debian/control --- xcache-3.1.0/debian/control 2013-10-22 09:09:16.000000000 +0000 +++ xcache-3.1.0/debian/control 2014-02-10 09:25:13.000000000 +0000 @@ -7,7 +7,7 @@ php5-dev (>= 5.5), dh-php5, php5-cli -Standards-Version: 3.9.4 +Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/xcache.git Vcs-Git: git://anonscm.debian.org/pkg-php/xcache.git Homepage: http://xcache.lighttpd.net/ diff -Nru xcache-3.1.0/debian/rules xcache-3.1.0/debian/rules --- xcache-3.1.0/debian/rules 2013-10-22 09:09:16.000000000 +0000 +++ xcache-3.1.0/debian/rules 2014-02-10 09:25:13.000000000 +0000 @@ -25,5 +25,9 @@ phpize --clean override_dh_auto_test: + # Symlink Debian tests cd tests; ln -s ../debian/tests/* . + # Symlink PHP source + ln -s /usr/lib/php5/build php-src + # Actually run tests $(MAKE) xcachetest REPORT_EXIT_STATUS=1 NO_INTERACTION=y TEST_ARGS=-n