File: control

package info (click to toggle)
x11proto-dri2 2.8-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 692 kB
  • ctags: 314
  • sloc: sh: 3,443; ansic: 314; makefile: 18
file content (28 lines) | stat: -rw-r--r-- 907 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: x11proto-dri2
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: Cyril Brulebois <kibi@debian.org>
Build-Depends:
 debhelper (>= 8),
 dh-autoreconf,
 quilt,
 xutils-dev (>= 1:7.5~1),
 pkg-config,
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-dri2
Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-dri2.git

Package: x11proto-dri2-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: foreign
Description: X11 DRI2 extension wire protocol
 This package provides development headers describing the wire protocol
 for the DRI2 extension, used to organise direct rendering support
 for 3D clients, and replace the XFree86-DRI extension.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This package is built from the X.org dri2proto proto module.