File: control

package info (click to toggle)
dee 1.2.7%2B17.10.20170616-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,712 kB
  • sloc: ansic: 21,336; makefile: 403; python: 239; xml: 41; sh: 15
file content (88 lines) | stat: -rw-r--r-- 2,930 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Source: dee
Priority: optional
Maintainer: Kartik Mistry <kartik@debian.org>
Build-Depends: dbus-test-runner,
               debhelper (>= 12),
               dh-python,
               gir1.2-freedesktop,
               gir1.2-glib-2.0,
               gnome-common,
               gobject-introspection (>= 0.10.2),
               gtk-doc-tools,
               libdbus-1-dev (>= 1.0),
               libdbus-glib-1-dev (>= 0.80),
               libgirepository1.0-dev,
               libglib2.0-dev (>= 2.26.0),
               libicu-dev (>= 4.8),
               pkg-config,
               python3,
               python3-gi,
               valac
Standards-Version: 4.4.0
Section: libs
Homepage: https://launchpad.net/dee
Vcs-Git: https://salsa.debian.org/debian/dee.git
Vcs-Browser: https://salsa.debian.org/debian/dee

Package: libdee-1.0-4
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: libdee-1.0-1 (<< 0.5.22-1)
Replaces: libdee-1.0-1
Description: Model to synchronize multiple instances over DBus - shared lib
 libdee is a shared library that provides objects that help having multiple
 instances communicating over DBus.
 .
 This package contains shared libraries to be used by applications.

Package: libdee-dev
Section: libdevel
Architecture: any
Depends: gir1.2-dee-1.0 (= ${binary:Version}),
         libdbus-glib-1-dev (>= 0.80),
         libdee-1.0-4 (= ${binary:Version}),
         libglib2.0-dev (>= 2.22.0),
         ${misc:Depends}
Suggests: libdee-doc
Description: Model to synchronize multiple instances over DBus - dev files
 libdee is a shared library that provides objects that help having multiple
 instances communicating over DBus.
 .
 This package contains files that are needed to build applications.

Package: libdee-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Suggests: devhelp
Description: Model to synchronize multiple instances over DBus - documentation
 libdee is a shared library that provides objects that help having multiple
 instances communicating over DBus.
 .
 This package contains the documentation.

Package: gir1.2-dee-1.0
Section: introspection
Architecture: any
Depends: ${gir:Depends}, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Breaks: gir1.2-dee-0.5
Replaces: gir1.2-dee-0.5
Description: GObject introspection data for the Dee library
 This package contains introspection data for the Dee library.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.

Package: dee-tools
Section: utils
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Model to synchronize multiple instances over DBus - tooling
 libdee is a shared library that provides objects that help  having multiple
 instances communicating over DBus.
 .
 This package contains the tooling for introspecting dee data.