File: control

package info (click to toggle)
gnome-desktop-testing 2018.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 304 kB
  • sloc: ansic: 856; makefile: 28; sh: 14
file content (30 lines) | stat: -rw-r--r-- 1,313 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
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: gnome-desktop-testing
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Iain Lane <laney@debian.org>, Jeremy Bicha <jbicha@debian.org>
Build-Depends: debhelper (>= 11~),
               gnome-pkg-tools (>= 0.6),
               libglib2.0-dev (>= 2.34.0),
               libsystemd-dev [linux-any],
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/gnome-team/gnome-desktop-testing
Vcs-Git: https://salsa.debian.org/gnome-team/gnome-desktop-testing.git
Homepage: https://wiki.gnome.org/Initiatives/GnomeGoals/InstalledTests

Package: gnome-desktop-testing
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: runner for GNOME installed tests
 The GNOME desktop testing runner provides an execution harness for GNOME
 installed tests.
 .
 These tests are useful for verifying the functionality of software as
 installed and packaged, and complement rather than replace build-time
 ('make check') tests. For example you may wish to run the installed
 tests from a DEP-8 autopkgtest testsuite as a form of regression
 testing.