Codebase list gtk-layer-shell / 76549bd
Reading package lists... 0%Reading package lists... 0%Reading package lists... 0%Reading package lists... 95%Reading package lists... 95%Reading package lists... 95%Reading package lists... 95%Reading package lists... 96%Reading package lists... 96%Reading package lists... 96%Reading package lists... 96%Reading package lists... Done Building dependency tree... 0%Building dependency tree... 0%Building dependency tree... 50%Building dependency tree... 50%Building dependency tree... 54%Building dependency tree... Done Reading state information... 0% Reading state information... 0%Reading state information... Done Connecting to api.ftp-master.debian.org to check 3 package versions. Please wait... Got info from api.ftp-master.debian.org for 3 packages. Changes applied to dpkg configuration: - control source Standards-Version: '4.5.0' -> '4.5.1' # applied fix for :Current standards version is '4.5.1'. Please read https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the changes that may be needed on your package to upgrade it from standard version '4.5.0' to '4.5.1'. jenkins@osuosl167-amd64.debian.net 2 years ago
1 changed file(s) with 30 addition(s) and 37 deletion(s). Raw diff Collapse all Expand all
00 Source: gtk-layer-shell
1 Maintainer: Debian+Ubuntu MATE Packaging Team <debian-mate@lists.debian.org>
2 Uploaders: Birger Schacht <birger@rantanplan.org>,
3 Mike Gabriel <sunweaver@debian.org>
14 Section: libdevel
25 Priority: optional
3 Maintainer: Debian+Ubuntu MATE Packaging Team <debian-mate@lists.debian.org>
4 Uploaders:
5 Birger Schacht <birger@rantanplan.org>,
6 Mike Gabriel <sunweaver@debian.org>,
7 Build-Depends:
8 debhelper-compat (= 13),
9 meson,
10 pkgconf,
11 libwayland-dev,
12 libgtk-3-dev,
13 gobject-introspection,
14 libgirepository1.0-dev,
15 gtk-doc-tools
16 Standards-Version: 4.5.0
17 Homepage: https://github.com/wmww/gtk-layer-shell
6 Build-Depends: debhelper-compat (= 13),
7 meson,
8 pkgconf,
9 libwayland-dev,
10 libgtk-3-dev,
11 gobject-introspection,
12 libgirepository1.0-dev,
13 gtk-doc-tools
14 Standards-Version: 4.5.1
1815 Vcs-Browser: https://salsa.debian.org/debian/gtk-layer-shell
1916 Vcs-Git: https://salsa.debian.org/debian/gtk-layer-shell.git
17 Homepage: https://github.com/wmww/gtk-layer-shell
2018 Rules-Requires-Root: no
2119
2220 Package: libgtk-layer-shell-dev
2321 Architecture: any
24 Depends:
25 gir1.2-gtklayershell-0.1 (= ${binary:Version}),
26 libgtk-layer-shell0 (= ${binary:Version}),
27 ${shlibs:Depends},
28 ${misc:Depends}
22 Depends: gir1.2-gtklayershell-0.1 (= ${binary:Version}),
23 libgtk-layer-shell0 (= ${binary:Version}),
24 ${shlibs:Depends},
25 ${misc:Depends}
2926 Description: Wayland Layer Shell protocol desktop component library -- development files
3027 A library to write GTK applications that use Layer Shell. This library only
3128 makes sense on Wayland compositors that support Layer Shell, and will not work
3532 This package contains the header and development files.
3633
3734 Package: libgtk-layer-shell0
35 Architecture: any
3836 Section: libs
39 Architecture: any
40 Depends:
41 ${shlibs:Depends},
42 ${misc:Depends}
37 Depends: ${shlibs:Depends},
38 ${misc:Depends}
4339 Description: Wayland Layer Shell protocol desktop component library
4440 A library to write GTK applications that use Layer Shell. This library only
4541 makes sense on Wayland compositors that support Layer Shell, and will not work
4945 This package contains the shared libraries
5046
5147 Package: gir1.2-gtklayershell-0.1
48 Architecture: any
5249 Section: introspection
53 Architecture: any
54 Depends:
55 ${shlibs:Depends},
56 ${misc:Depends},
57 ${gir:Depends}
50 Depends: ${shlibs:Depends},
51 ${misc:Depends},
52 ${gir:Depends}
5853 Description: Wayland Layer Shell protocol desktop component library -- gir bindings
5954 A library to write GTK applications that use Layer Shell. This library only
6055 makes sense on Wayland compositors that support Layer Shell, and will not work
6560 generate dynamic bindings.
6661
6762 Package: gtk-layer-shell-doc
63 Architecture: all
6864 Section: doc
69 Architecture: all
70 Depends:
71 ${shlibs:Depends},
72 ${misc:Depends},
65 Depends: ${shlibs:Depends},
66 ${misc:Depends}
7367 Description: documentation for the Wayland Layer Shell protocol desktop component library
7468 A library to write GTK applications that use Layer Shell. This library only
7569 makes sense on Wayland compositors that support Layer Shell, and will not work
8074 in /usr/share/gtk-doc/gtk-layer-shell/ .
8175
8276 Package: gtk-layer-shell-examples
77 Architecture: any
8378 Section: x11
84 Architecture: any
85 Depends:
86 ${shlibs:Depends},
87 ${misc:Depends},
79 Depends: ${shlibs:Depends},
80 ${misc:Depends}
8881 Description: example files for the Wayland Layer Shell protocol desktop component library
8982 A library to write GTK applications that use Layer Shell. This library only
9083 makes sense on Wayland compositors that support Layer Shell, and will not work