File: control

package info (click to toggle)
xorg-gtest 0.7.1-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,112 kB
  • sloc: cpp: 20,489; sh: 3,925; makefile: 171; ansic: 15
file content (59 lines) | stat: -rw-r--r-- 2,126 bytes parent folder | download
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Source: xorg-gtest
Priority: optional
Maintainer: Ayatana Packagers <pkg-ayatana-devel@lists.alioth.debian.org>
Uploaders:
 Mike Gabriel <sunweaver@debian.org>
Build-Depends: automake,
               debhelper-compat (= 13),
               doxygen,
               libgtest-dev,
               libtool,
               libx11-dev,
               libxi-dev,
               pkg-config,
               rdfind,
               symlinks,
               valgrind [!arm64 !ppc64el !armel !alpha !hppa !hurd-i386 !kfreebsd-amd64 !kfreebsd-i386 !m68k !powerpcspe !sh4 !sparc64 !x32],
               xserver-xorg-core,
               xserver-xorg-dev,
               xserver-xorg-video-dummy,
               xutils-dev (>= 1:7.7~1)
Standards-Version: 4.5.1
Section: libs
Homepage: https://cgit.freedesktop.org/xorg/test/xorg-gtest/
Vcs-Git: https://salsa.debian.org/debian-ayatana-team/xorg-gtest.git
Vcs-Browser: https://salsa.debian.org/debian-edu-ayatana-team/xorg-gtest

Package: libxorg-gtest-dev
Section: libdevel
Architecture: all
Depends: libgtest-dev,
         libxorg-gtest-data (= ${source:Version}),
         xserver-xorg-video-dummy,
         xutils-dev (>= 1:7.7~1),
         ${misc:Depends}
Description: X.Org dummy testing environment for Google Test - headers
 Provides a Google Test environment for starting and stopping
 a dummy X server for headless testing purposes.
 .
 This package provides the source code and header files for xorg-gtest.

Package: libxorg-gtest-data
Section: devel
Architecture: all
Depends: ${misc:Depends}
Description: X.Org dummy testing environment for Google Test - data
 Provides a Google Test environment for starting and stopping
 a dummy X server for headless testing purposes.
 .
 This package provides data files needed for normal execution.

Package: libxorg-gtest-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: X.org dummy testing environment for Google Test - documentation
 Provides a Google Test environment for starting and stopping
 a dummy X server for headless testing purposes.
 .
 API and specification documentation for developing with xorg-gtest.