File: control

package info (click to toggle)
notify-python 0.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,516 kB
  • ctags: 90
  • sloc: sh: 8,496; ansic: 622; python: 255; makefile: 111
file content (33 lines) | stat: -rw-r--r-- 1,255 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
Source: notify-python
Section: python
Priority: optional
Maintainer: Gustavo Franco <stratus@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 5.0.37.2),
               dh-autoreconf,
               cdbs (>= 0.4.90~),
               python-all-dev (>= 2.6.6-3~),
               pkg-config (>= 0.20-1),
               libnotify-dev (>= 0.7),
               python-gtk2-dev (>= 2.10)
Standards-Version: 3.7.2
X-Python-Version: >= 2.3
Vcs-Svn: svn://svn.debian.org/python-modules/packages/notify-python/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/notify-python/trunk/
Homepage: http://www.galago-project.org

Package: python-notify
Architecture: any
Depends: ${python:Depends},
         ${shlibs:Depends},
         ${misc:Depends},
         python-gtk2 (>= 2.10)
Provides: ${python:Provides}
Description: Python bindings for libnotify
 libnotify sends desktop notifications to a notification daemon, as
 defined in the Desktop Notifications spec. These notifications can be
 used to inform the user about an event or display some form of
 information without getting in the user's way.
 .
 python-notify provides just the Python bindings for libnotify.