debian/control | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+)
New commits: commit f4f7c3209d474e4824b04dbe53bccab9b0986e37 Author: Timo Aaltonen <[email protected]> Date: Wed Feb 8 16:45:01 2017 +0200 add transitional packages for libegl1-mesa, libgl1-mesa-glx diff --git a/debian/control b/debian/control index 13b8f3c..e22d6cf 100644 --- a/debian/control +++ b/debian/control @@ -128,6 +128,17 @@ Description: free implementation of the EGL API -- Mesa vendor library . This package contains the Mesa vendor library for EGL. +Package: libegl1-mesa +Section: oldlibs +Priority: extra +Architecture: all +Depends: + libegl1, + ${misc:Depends}, +Multi-Arch: foreign +Description: transitional dummy package + This is a transitional dummy package, it can be safely removed. + Package: libegl1-mesa-dev Section: libdevel Architecture: any @@ -248,6 +259,17 @@ Description: free implementation of the OpenGL API -- GLX vendor library This package does not include the modules themselves: these can be found in the libgl1-mesa-dri package. +Package: libgl1-mesa-glx +Section: oldlibs +Priority: extra +Architecture: all +Depends: + libgl1, + ${misc:Depends}, +Multi-Arch: foreign +Description: transitional dummy package + This is a transitional dummy package, it can be safely removed. + Package: libgl1-mesa-dri Section: libs Architecture: any

