File: control

package info (click to toggle)
startup-notification 0.12-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 1,660 kB
  • sloc: sh: 11,006; ansic: 3,409; makefile: 74
file content (47 lines) | stat: -rw-r--r-- 2,007 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
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: startup-notification
Section: x11
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy Bicha <jbicha@debian.org>, Josselin Mouette <joss@debian.org>
Build-Depends: debhelper (>= 11),
               libx11-dev,
               libxt-dev,
               pkg-config,
               libxcb1-dev,
               libx11-xcb-dev,
               libxcb-util0-dev,
               gnome-pkg-tools
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/gnome-team/startup-notification
Vcs-Git: https://salsa.debian.org/gnome-team/startup-notification.git
Homepage: https://www.freedesktop.org/wiki/Software/startup-notification/

Package: libstartup-notification0
Multi-Arch: same
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: library for program launch feedback (shared library)
 startup-notification is a library which allows programs to give the user
 visual feedback that they are being launched; this is typically implemented
 using a busy cursor. This library is currently used by GNOME programs, but
 is part of the freedesktop.org suite of cross-desktop libraries.
 .
 This package contains the shared library.

Package: libstartup-notification0-dev
Section: libdevel
Multi-Arch: same
Architecture: any
Depends: ${misc:Depends}, libstartup-notification0 (= ${binary:Version}), libx11-dev, pkg-config
Description: library for program launch feedback (development headers)
 startup-notification is a library which allows programs to give the user
 visual feedback that they are being launched; this is typically implemented
 using a busy cursor. This library is currently used by GNOME programs, but
 is part of the freedesktop.org suite of cross-desktop libraries.
 .
 This package contains the development headers.