debian/changelog | 8 +++++++- debian/rules | 2 ++ 2 files changed, 9 insertions(+), 1 deletion(-)
New commits: commit 41238066e6415294f1b96a33658a2b88f21cefab Author: Timo Aaltonen <[email protected]> Date: Tue Apr 5 10:07:17 2016 +0300 release to experimental diff --git a/debian/changelog b/debian/changelog index 7c2b458..76bb0a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -mesa (11.2.0-1) UNRELEASED; urgency=medium +mesa (11.2.0-1) experimental; urgency=medium [ Andreas Boll ] * control: Fix vdpau-va-driver Breaks/Replaces for mesa-va-drivers @@ -7,6 +7,7 @@ mesa (11.2.0-1) UNRELEASED; urgency=medium * watch: Update url to use https instead of ftp. [ Timo Aaltonen ] + * New upstream release. * rules: Disable tests for now, most of them weren't run before anyway and they cause unnecessary ftbfs on some archs. commit ea48fa6f31713325f0bc45ec8e250cd84d091957 Author: Timo Aaltonen <[email protected]> Date: Tue Apr 5 09:53:45 2016 +0300 rules: Disable tests for now, most of them weren't run before anyway and they cause unnecessary ftbfs on some archs. diff --git a/debian/changelog b/debian/changelog index 289447e..7c2b458 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,15 @@ mesa (11.2.0-1) UNRELEASED; urgency=medium + [ Andreas Boll ] * control: Fix vdpau-va-driver Breaks/Replaces for mesa-va-drivers (Closes: #819655). * control: Bump Standards-Version to 3.9.7 (no changes). * watch: Update url to use https instead of ftp. + [ Timo Aaltonen ] + * rules: Disable tests for now, most of them weren't run before anyway + and they cause unnecessary ftbfs on some archs. + -- Andreas Boll <[email protected]> Thu, 31 Mar 2016 16:52:51 +0200 mesa (11.2.0~rc4-1) experimental; urgency=medium diff --git a/debian/rules b/debian/rules index da1d190..cf40811 100755 --- a/debian/rules +++ b/debian/rules @@ -154,6 +154,8 @@ override_dh_auto_install: $${file} > $${file%%.in}; \ done +override_dh_auto_test: + allpkg = $(shell dh_listpackages -s) override_dh_installchangelogs:

