debian/changelog | 7 +++++++ debian/control | 7 ++++--- 2 files changed, 11 insertions(+), 3 deletions(-)
New commits: commit 8ad8e7642894f8756fc6e3f12c20de78d8512ff2 Author: Timo Aaltonen <tjaal...@debian.org> Date: Sat Sep 2 15:50:38 2017 +0300 control: Add libglx-mesa0 to libgl1-mesa-glx Depends. diff --git a/debian/changelog b/debian/changelog index 8cc866f..9a01a00 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ mesa (17.2.0~rc6-2) UNRELEASED; urgency=medium * control: Make transitional packages arch:any. (Closes: #874013) + * control: Add libglx-mesa0 to libgl1-mesa-glx Depends. -- Timo Aaltonen <tjaal...@debian.org> Sat, 02 Sep 2017 15:47:13 +0300 diff --git a/debian/control b/debian/control index 69345ad..d2bfe7d 100644 --- a/debian/control +++ b/debian/control @@ -267,6 +267,7 @@ Priority: extra Architecture: any Depends: libgl1, + libglx-mesa0, ${misc:Depends}, Multi-Arch: foreign Description: transitional dummy package commit 97c4263cbab1f034b94aca25b62779a7e0042142 Author: Timo Aaltonen <tjaal...@debian.org> Date: Sat Sep 2 15:49:48 2017 +0300 control: Make transitional packages arch:any. (Closes: #874013) diff --git a/debian/changelog b/debian/changelog index bd95312..8cc866f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mesa (17.2.0~rc6-2) UNRELEASED; urgency=medium + + * control: Make transitional packages arch:any. (Closes: #874013) + + -- Timo Aaltonen <tjaal...@debian.org> Sat, 02 Sep 2017 15:47:13 +0300 + mesa (17.2.0~rc6-1) experimental; urgency=medium * New release candidate. diff --git a/debian/control b/debian/control index 84f8f9a..69345ad 100644 --- a/debian/control +++ b/debian/control @@ -133,7 +133,7 @@ Description: free implementation of the EGL API -- Mesa vendor library Package: libegl1-mesa Section: oldlibs Priority: extra -Architecture: all +Architecture: any Depends: libegl1, ${misc:Depends}, @@ -192,7 +192,7 @@ Description: implementation of the Wayland EGL platform -- runtime Package: libgles2-mesa Section: oldlibs Priority: extra -Architecture: all +Architecture: any Depends: libgles2, ${misc:Depends}, @@ -264,7 +264,7 @@ Description: free implementation of the OpenGL API -- GLX vendor library Package: libgl1-mesa-glx Section: oldlibs Priority: extra -Architecture: all +Architecture: any Depends: libgl1, ${misc:Depends},