File: control

package info (click to toggle)
uhttpmock 0.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,452 kB
  • sloc: sh: 4,249; ansic: 2,392; makefile: 246; xml: 223
file content (64 lines) | stat: -rw-r--r-- 2,330 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
62
63
64
# 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: uhttpmock
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Laurent Bigonville <bigon@debian.org>
Build-Depends: debhelper-compat (= 13),
               gnome-pkg-tools (>= 0.13),
               gobject-introspection,
               gtk-doc-tools,
               intltool (>= 0.40.0),
               libgirepository1.0-dev,
               libglib2.0-dev (>= 2.31.0),
               libglib2.0-doc,
               libsoup2.4-dev (>= 2.37.91),
               libsoup2.4-doc,
               valac
Standards-Version: 4.5.1
Section: libs
Homepage: https://gitlab.com/groups/uhttpmock
Vcs-Git: https://salsa.debian.org/gnome-team/uhttpmock.git
Vcs-Browser: https://salsa.debian.org/gnome-team/uhttpmock

Package: libuhttpmock-0.0-0
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
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-0.0-dev
Section: libdevel
Architecture: any
Depends: gir1.2-uhm-0.0 (= ${binary:Version}),
         libglib2.0-dev,
         libsoup2.4-dev,
         libuhttpmock-0.0-0 (= ${binary:Version}),
         ${misc:Depends}
Breaks: libuhttpmock-dev (<< 0.5.3)
Replaces: libuhttpmock-dev (<< 0.5.3)
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-0.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.