File: control

package info (click to toggle)
msgraph 0.3.3-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 928 kB
  • sloc: ansic: 5,571; python: 128; sh: 54; makefile: 5
file content (73 lines) | stat: -rw-r--r-- 2,338 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
65
66
67
68
69
70
71
72
73
Source: msgraph
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy BĂ­cha <jbicha@ubuntu.com>
Build-Depends: at-spi2-core <!nocheck>,
               ca-certificates <!nocheck>,
               debhelper-compat (= 13),
               dh-sequence-gir,
               gi-docgen,
               gir1.2-gio-2.0-dev,
               gir1.2-goa-1.0-dev,
               gir1.2-gobject-2.0-dev,
               gir1.2-json-1.0-dev,
               gir1.2-soup-3.0-dev,
               libgoa-1.0-dev,
               librest-dev,
               libuhttpmock-dev (>= 0.11.0),
               meson
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/gnome-team/msgraph
Vcs-Git: https://salsa.debian.org/gnome-team/msgraph.git
Homepage: https://gnome.pages.gitlab.gnome.org/msgraph/

Package: libmsgraph-1-1
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: library for accessing the Microsoft Graph API
 libmsgraph is a GLib-based library for accessing online service APIs
 using the Microsoft Graph protocol.

Package: libmsgraph-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${gir:Depends},
         ${misc:Depends},
         libmsgraph-1-1 (= ${binary:Version}),
         libgoa-1.0-dev,
         librest-dev,
Provides: ${gir:Provides}
Suggests: libmsgraph-doc,
Description: library for accessing the Microsoft Graph API - development files
 libmsgraph is a GLib-based library for accessing online service APIs
 using the Microsoft Graph protocol.
 .
 This package contains the development files.

Package: libmsgraph-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: library for accessing the Microsoft Graph API - documentation
 libmsgraph is a GLib-based library for accessing online service APIs
 using the Microsoft Graph protocol.
 .
 This package contains the API reference.

Package: gir1.2-msg-1
Section: introspection
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${gir:Depends}
Description: GObject introspection data for libmsgraph
 This package contains GObject introspection information.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.