File: control

package info (click to toggle)
libglib-testing 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 264 kB
  • sloc: ansic: 1,286; xml: 31; makefile: 2
file content (59 lines) | stat: -rw-r--r-- 2,238 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
# 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: libglib-testing
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Laurent Bigonville <bigon@debian.org>
Build-Depends: dbus <!nocheck>,
               debhelper-compat (= 12),
               gnome-pkg-tools,
               gtk-doc-tools,
               libglib2.0-dev (>= 2.44),
               meson (>= 0.45.0)
Build-Depends-Indep: libglib2.0-doc <!nodoc>
Standards-Version: 4.5.0
Rules-Requires-Root: no
Section: libs
Homepage: https://gitlab.gnome.org/pwithnall/libglib-testing
Vcs-Browser: https://salsa.debian.org/gnome-team/libglib-testing
Vcs-Git: https://salsa.debian.org/gnome-team/libglib-testing.git

Package: libglib-testing-0-0
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: test library providing test harnesses and mock classes
 libglib-testing is a test library providing test harnesses and mock classes
 which complement the classes provided by GLib.
 It is intended to be used by any project which uses GLib and which wants to
 write internal unit tests.

Package: libglib-testing-0-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libglib-testing-0-0 (= ${binary:Version}),
         libglib2.0-dev (>= 2.44),
         ${misc:Depends}
Description: Development files for the libglib-testing library
 libglib-testing is a test library providing test harnesses and mock classes
 which complement the classes provided by GLib.
 It is intended to be used by any project which uses GLib and which wants to
 write internal unit tests.
 .
 This package contains the development files.

Package: libglib-testing-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Documentation for the libglib-testing library
 libglib-testing is a test library providing test harnesses and mock classes
 which complement the classes provided by GLib.
 It is intended to be used by any project which uses GLib and which wants to
 write internal unit tests.
 .
 This package contains the documentation.