File: control

package info (click to toggle)
notify-python 0.1.0-2.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,484 kB
  • ctags: 96
  • sloc: sh: 8,494; ansic: 608; python: 255; makefile: 67
file content (21 lines) | stat: -rw-r--r-- 948 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
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), cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-7), python-support (>= 0.3), pkg-config (>= 0.20-1), libnotify-dev (>= 0.4.0-1), python-gtk2-dev (>= 2.8.6-3)
Build-Conflicts: libdbus-1-2
Standards-Version: 3.7.2

Package: python-notify
Architecture: any
Depends: ${python:Depends}, libnotify1 (>= 0.4.0-1), python-gtk2 (>= 2.8.6-3)
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.