File: control

package info (click to toggle)
startup-notification 0.12-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,700 kB
  • sloc: sh: 11,027; ansic: 3,411; makefile: 75
file content (43 lines) | stat: -rw-r--r-- 1,809 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
Source: startup-notification
Section: x11
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy BĂ­cha <jbicha@ubuntu.com>
Build-Depends: debhelper-compat (= 13),
               dpkg-build-api (= 1),
               libx11-dev,
               libxt-dev,
               pkgconf,
               libxcb1-dev,
               libx11-xcb-dev,
               libxcb-util-dev,
Standards-Version: 4.7.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, pkgconf
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.