File: control

package info (click to toggle)
libwnck3 43.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,836 kB
  • sloc: ansic: 21,306; makefile: 10; xml: 7
file content (81 lines) | stat: -rw-r--r-- 2,718 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
Source: libwnck3
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Shachnev <mitya57@debian.org>, Jeremy Bicha <jbicha@ubuntu.com>, Michael Biebl <biebl@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-gir,
               dh-sequence-gnome,
               docbook-xml,
               gettext (>= 0.19.4),
               gir1.2-gdkpixbuf-2.0-dev,
               gir1.2-gobject-2.0-dev,
               gir1.2-gtk-3.0-dev,
               gobject-introspection (>= 1.80),
               gtk-doc-tools (>= 1.9),
               libglib2.0-dev (>= 2.44),
               libglib2.0-doc,
               libgtk-3-dev (>= 3.22.0),
               libgtk-3-doc,
               libstartup-notification0-dev (>= 0.7),
               libx11-dev,
               libxext-dev,
               libxi-dev,
               libxres-dev (>= 2:1.2),
               meson (>= 0.50.0)
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/gnome-team/libwnck3
Vcs-Git: https://salsa.debian.org/gnome-team/libwnck3.git
Homepage: https://gitlab.gnome.org/GNOME/libwnck

Package: libwnck-3-0
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends},
         libwnck-3-common
Description: Window Navigator Construction Kit - runtime files
 A library to use for writing pagers and task lists.
 .
 This package contains runtime files.

Package: libwnck-3-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
         ${shlibs:Depends},
         ${gir:Depends},
         libwnck-3-0 (= ${binary:Version}),
         libglib2.0-dev (>= 2.32),
         libpango1.0-dev,
         libx11-dev,
         libgtk-3-dev (>= 3.4),
         libstartup-notification0-dev (>= 0.7),
         libcairo2-dev,
         libxres-dev
Provides: ${gir:Provides}
Description: Window Navigator Construction Kit - development files
 A library to use for writing pagers and task lists.
 .
 This package contains development files (include headers).

Package: libwnck-3-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Window Navigator Construction Kit - common files
 A library to use for writing pagers and task lists.
 .
 This package contains internationalization files.

Package: gir1.2-wnck-3.0
Architecture: any
Section: introspection
Depends: ${gir:Depends}, ${misc:Depends}
Multi-Arch: same
Description: GObject introspection data for the WNCK library
 This package contains introspection data for Window Navigator
 Construction Kit, a library to interact with window managers.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.