Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Drop depends on mesa-common-dev, the mangle headers are likely not used by anything these days.
· 21dfc342
Timo Aaltonen
authored
Sep 26, 2019
21dfc342
release to experimental
· b5a065f6
Timo Aaltonen
authored
Sep 26, 2019
b5a065f6
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
b5a065f6
libglvnd (1.2.0-1)
UNRELEASED
; urgency=medium
libglvnd (1.2.0-1)
experimental
; urgency=medium
* New upstream release. (Closes: #930514) (LP: #1816004)
* Package lib{egl,gl,gles,glx,opengl}-dev, headers etc moved here from
...
...
@@ -8,12 +8,10 @@ libglvnd (1.2.0-1) UNRELEASED; urgency=medium
* control: Drop old Breaks/Replaces.
* libgles1: Override package-name-doesnt-match-sonames.
* control: Support nocheck profile for xvfb build-dep. (Closes: #928475)
* control: Add mesa-common-dev to lib{gl,glx}-dev depends, due to
{gl,glx}_mangle.h includes.
* control: Fix lib{egl,gles,glx}-dev depends.
* Migrate to python3. (Closes: #936868)
-- Timo Aaltonen <tjaalton@debian.org>
Wed, 13 Mar 2019 20:05:49
+0
2
00
-- Timo Aaltonen <tjaalton@debian.org>
Thu, 26 Sep 2019 15:16:32
+0
3
00
libglvnd (1.1.0-1) unstable; urgency=medium
...
...
debian/control
View file @
b5a065f6
...
...
@@ -166,7 +166,6 @@ Package: libgl-dev
Architecture: any
Depends:
libgl1 (= ${binary:Version}),
mesa-common-dev,
${misc:Depends},
Replaces:
libgl1-mesa-dev (<< 19.2.0-1),
...
...
@@ -204,7 +203,6 @@ Architecture: any
Depends:
libglx0 (= ${binary:Version}),
libx11-dev,
mesa-common-dev,
${misc:Depends},
Replaces:
libglvnd-dev (<< 1.2.0-1),
...
...