File: control

package info (click to toggle)
uhttpmock 0.11.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 400 kB
  • sloc: ansic: 2,653; xml: 229; makefile: 7
file content (61 lines) | stat: -rw-r--r-- 2,217 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
60
61
Source: uhttpmock
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy BĂ­cha <jbicha@ubuntu.com>, Laurent Bigonville <bigon@debian.org>
Build-Depends: debhelper-compat (= 13),
               ca-certificates <!nocheck>,
               dh-sequence-gir,
               gir1.2-gobject-2.0-dev,
               gir1.2-soup-3.0-dev,
               gobject-introspection (>= 1.80),
               gtk-doc-tools,
               libglib2.0-dev (>= 2.31.0),
               libglib2.0-doc,
               libsoup-3.0-dev (>= 3.1.2),
               libsoup-3.0-doc,
               meson,
               valac
Standards-Version: 4.7.2
Section: libs
Homepage: https://gitlab.freedesktop.org/pwithnall/uhttpmock
Vcs-Git: https://salsa.debian.org/gnome-team/uhttpmock.git
Vcs-Browser: https://salsa.debian.org/gnome-team/uhttpmock

Package: libuhttpmock-1.0-1
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Description: HTTP web service mocking - library
 uhttpmock is a HTTP web service mocking project for projects which use
 libsoup. It is still in its infancy, but is already used by libgdata
 for unit testing.

Package: libuhttpmock-dev
Section: libdevel
Architecture: any
Depends: gir1.2-uhm-1.0 (= ${binary:Version}),
         libglib2.0-dev,
         libsoup-3.0-dev,
         libuhttpmock-1.0-1 (= ${binary:Version}),
         ${gir:Depends},
         ${misc:Depends}
Provides: ${gir:Provides}
Description: HTTP web service mocking - development files
 uhttpmock is a HTTP web service mocking project for projects which use
 libsoup. It is still in its infancy, but is already used by libgdata
 for unit testing.
 .
 This package contains the development files used when building and the
 API documentation.

Package: gir1.2-uhm-1.0
Section: introspection
Architecture: any
Depends: ${gir:Depends}, ${misc:Depends}
Multi-Arch: same
Description: HTTP web service mocking - GObject introspection files
 uhttpmock is a HTTP web service mocking project for projects which use
 libsoup. It is still in its infancy, but is already used by libgdata
 for unit testing.
 .
 This package contains the gobject-introspection typelib.