Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Bump standards version to 4.1.2.
· 6c081f9f
Andreas Boll
authored
Dec 14, 2017
6c081f9f
control: Remove duplicated Section fields.
· 7747a342
Andreas Boll
authored
Dec 14, 2017
7747a342
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
7747a342
libglvnd (1.0.0-2) UNRELEASED; urgency=medium
[ Andreas Beckmann ]
* Use source format 3.0 (quilt).
* kfreebsd-hurd.patch: New, fix FTBFS on kFreeBSD and Hurd.
(Closes: #870445)
...
...
@@ -7,6 +8,10 @@ libglvnd (1.0.0-2) UNRELEASED; urgency=medium
installed.
* Switch to dh_missing --fail-missing.
[ Andreas Boll ]
* Bump standards version to 4.1.2.
* control: Remove duplicated Section fields.
-- Andreas Beckmann <anbe@debian.org> Sat, 25 Nov 2017 14:59:46 +0000
libglvnd (1.0.0-1) unstable; urgency=high
...
...
debian/control
View file @
7747a342
...
...
@@ -10,7 +10,7 @@ Build-Depends:
python-dev,
python-libxml2,
x11proto-gl-dev,
Standards-Version: 4.1.
1
Standards-Version: 4.1.
2
Section: libs
Homepage: https://github.com/NVIDIA/libglvnd
Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/lib/libglvnd.git
...
...
@@ -59,7 +59,6 @@ Description: Vendor neutral GL dispatch library -- core development files
package for Mesa.
Package: libglvnd0
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends},
Depends:
...
...
@@ -77,7 +76,6 @@ Description: Vendor neutral GL dispatch library
This package contains the GL dispatch library.
Package: libegl1
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends},
Depends:
...
...
@@ -99,7 +97,6 @@ Description: Vendor neutral GL dispatch library -- EGL support
This package contains support for EGL.
Package: libgles2
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends},
Depends:
...
...
@@ -118,7 +115,6 @@ Description: Vendor neutral GL dispatch library -- GLES support
This package contains support for GLES.
Package: libgl1
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends},
Depends:
...
...
@@ -141,7 +137,6 @@ Description: Vendor neutral GL dispatch library -- legacy GL support
This package contains support for old libGL for compatibility reasons.
Package: libglx0
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends},
Depends:
...
...
@@ -163,7 +158,6 @@ Description: Vendor neutral GL dispatch library -- GLX support
This package contains support for GLX.
Package: libopengl0
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends},
Depends:
...
...