debian/changelog | 7 +++++-- debian/compat | 2 +- debian/control | 6 +++--- debian/rules | 3 ++- 4 files changed, 11 insertions(+), 7 deletions(-)
New commits: commit 3c38c5d4117b79bebd2e5c2c802b8f88cce9fd1b Author: Timo Aaltonen <[email protected]> Date: Thu Jan 12 09:49:33 2017 +0200 release to zesty diff --git a/debian/changelog b/debian/changelog index 9a6a61e..62c262d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -mesa (13.0.3-1ubuntu2) UNRELEASED; urgency=medium +mesa (13.0.3-1ubuntu2) zesty; urgency=medium * rules: Drop forcing -O2 to fix ppc64el ftbfs, gcc got fixed already. (LP: #1605796) @@ -6,7 +6,7 @@ mesa (13.0.3-1ubuntu2) UNRELEASED; urgency=medium * compat,rules: Don't bump compat to 10, breaks applying patches before autoreconf which we need for the Mir EGL platform. - -- Timo Aaltonen <[email protected]> Wed, 11 Jan 2017 19:01:00 +0200 + -- Timo Aaltonen <[email protected]> Thu, 12 Jan 2017 09:49:20 +0200 mesa (13.0.3-1ubuntu1) zesty; urgency=medium commit 5fb138afff6aa05898e81b9102e2c6b74e956072 Author: Timo Aaltonen <[email protected]> Date: Thu Jan 12 09:40:49 2017 +0200 compat,rules: Don't bump compat to 10, breaks applying patches before autoreconf which we need for the Mir EGL platform. diff --git a/debian/changelog b/debian/changelog index befffd1..9a6a61e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ mesa (13.0.3-1ubuntu2) UNRELEASED; urgency=medium * rules: Drop forcing -O2 to fix ppc64el ftbfs, gcc got fixed already. (LP: #1605796) * control: Fix dependencies for ubuntuBSD. (LP: #1565080) + * compat,rules: Don't bump compat to 10, breaks applying patches + before autoreconf which we need for the Mir EGL platform. -- Timo Aaltonen <[email protected]> Wed, 11 Jan 2017 19:01:00 +0200 diff --git a/debian/compat b/debian/compat index f599e28..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +9 diff --git a/debian/rules b/debian/rules index a5eba40..7cce92c 100755 --- a/debian/rules +++ b/debian/rules @@ -231,7 +231,8 @@ override_dh_makeshlibs: dh_makeshlibs -a -- -c4 %: - dh $@ --with quilt \ + dh $@ --with quilt,autoreconf \ + --parallel \ --builddirectory=build/ # For maintainer use only, generate a tarball: commit 55b77b0c58b66354c6eb0b621966245ea48619ad Author: Timo Aaltonen <[email protected]> Date: Wed Jan 11 19:04:42 2017 +0200 control: Fix dependencies for ubuntuBSD. (LP: #1565080) diff --git a/debian/changelog b/debian/changelog index 5691a92..befffd1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ mesa (13.0.3-1ubuntu2) UNRELEASED; urgency=medium * rules: Drop forcing -O2 to fix ppc64el ftbfs, gcc got fixed already. (LP: #1605796) + * control: Fix dependencies for ubuntuBSD. (LP: #1565080) -- Timo Aaltonen <[email protected]> Wed, 11 Jan 2017 19:01:00 +0200 diff --git a/debian/control b/debian/control index 527b6f7..f500c7b 100644 --- a/debian/control +++ b/debian/control @@ -38,8 +38,8 @@ Build-Depends: libxcb-randr0-dev, libxcb-sync-dev, libxshmfence-dev (>= 1.1), - libmirclient-dev, - mir-client-platform-mesa-dev, + libmirclient-dev [linux-any], + mir-client-platform-mesa-dev [linux-any], python, python-mako, flex, @@ -155,7 +155,7 @@ Depends: libxcb-sync-dev, libxshmfence-dev, libx11-xcb-dev, - libmirclient-dev [!arm64 !powerpc !ppc64 !ppc64el], + libmirclient-dev [!arm64 !powerpc !ppc64 !ppc64el !kfreebsd-any !hurd-any], libwayland-dev (>= 1.2.0) [linux-any], ${misc:Depends}, Multi-Arch: same

