summaryrefslogtreecommitdiff
path: root/debian/control
blob: 0a5c8d382121e1a7a89b387d024a1aae93485ccc (plain)
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
Source: soup-sharp
Section: cli-mono
Priority: optional
Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team@lists.alioth.debian.org>
Uploaders: Andrew Shadura <andrewsh@debian.org>
Homepage: https://github.com/stsundermann/soup-sharp
Standards-Version: 3.9.6
Build-Depends:
 cli-common-dev (>= 0.8~),
 debhelper (>= 9),
 dh-autoreconf,
 gtk-sharp3 (>= 2.99.2),
 libsoup2.4-dev (>= 2.42.2),
 mono-devel (>= 1.0.0),
 mono-gac,
 mono-mcs,
 monodoc-base,
 pkg-config

Package: libsoup2.4-cil
Architecture: any
Depends: ${cli:Depends}, ${misc:Depends}, ${shlibs:Depends}
Description: CLI bindings for libsoup2.4
 Soup# 2.4 is a CLI (.NET) language binding for the Soup 2.4 HTTP implementation
 library.
 .
 This package provides the soup-sharp assembly that allows CLI (.NET) programs
 to use the Soup HTTP implementation library.

Package: libsoup2.4-cil-dev
Architecture: any
Depends: libsoup2.4-cil (= ${binary:Version}), ${misc:Depends}
Description: CLI bindings for libsoup2.4 - development package
 Soup# 2.4 is a CLI (.NET) language binding for the Soup 2.4 HTTP implementation
 library.
 .
 This package contains development files for the soup-sharp library, and should
 be used for compilation.

Package: monodoc-soup2.4-manual
Architecture: all
Section: doc
Priority: extra
Depends: monodoc-manual, ${misc:Depends}
Description: compiled XML documentation for Soup# 2.4
 The MonoDoc Project is the documentation framework of the Mono project which
 provides detailed API documentation for all Mono components and the Mono CLI
 implementation.
 .
 This package contains the compiled XML documentation for Soup# 2.4 of MonoDoc.