debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-)
New commits: commit 11346618b1243e9dad38352e16f4a980ea88dba3 Author: Andreas Boll <[email protected]> Date: Thu Nov 5 23:06:04 2015 +0100 Upload to unstable diff --git a/debian/changelog b/debian/changelog index 9d4674d..c7dab2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -mesa-demos (8.2.0-3) UNRELEASED; urgency=medium +mesa-demos (8.2.0-3) unstable; urgency=medium * Run quilt before autoreconf, should fix FTBFS on kfreebsd-i386. - -- Andreas Boll <[email protected]> Thu, 05 Nov 2015 23:03:07 +0100 + -- Andreas Boll <[email protected]> Thu, 05 Nov 2015 23:05:53 +0100 mesa-demos (8.2.0-2) unstable; urgency=medium commit a8496c47ea346237d3ee022e780a99fb0af09464 Author: Andreas Boll <[email protected]> Date: Thu Nov 5 23:05:35 2015 +0100 Run quilt before autoreconf, should fix FTBFS on kfreebsd-i386. diff --git a/debian/changelog b/debian/changelog index 44b02bb..9d4674d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mesa-demos (8.2.0-3) UNRELEASED; urgency=medium + + * Run quilt before autoreconf, should fix FTBFS on kfreebsd-i386. + + -- Andreas Boll <[email protected]> Thu, 05 Nov 2015 23:03:07 +0100 + mesa-demos (8.2.0-2) unstable; urgency=medium * Add egl-Remove-demos-using-EGL_MESA_screen_surface.diff, fixes FTBFS diff --git a/debian/rules b/debian/rules index a94562d..7ad497b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh $@ --with=autoreconf,quilt --parallel + dh $@ --with=quilt,autoreconf --parallel override_dh_auto_configure: dh_auto_configure -- --disable-silent-rules

