65
by Jason Conti
Including the essential files in the debian/ directory for packaging. Minor version bump to test. |
1 |
Source: recent-notifications |
2 |
Section: gnome |
|
3 |
Priority: optional |
|
4 |
Maintainer: Jason Conti <jason.conti@gmail.com> |
|
5 |
Build-Depends: cdbs (>= 0.4.49), |
|
6 |
debhelper (>= 7), |
|
81
by Jason Conti
Adding support for gettext translations and a pointless en_US translation as an example. Using distutils-extra to automatically build the translations and the bonobo server. Replaced the build_servers target with update_prefix. This performs basically the same as build_servers except that it will do the substitution on any .in file, and it just writes the output file without the .in, instead of adding it to the data file install list. |
7 |
python-central (>= 0.6.0), |
125
by Jason Conti
Cleaned up lintian warnings when building a package and adding code to build packages for maverick. |
8 |
python,
|
81
by Jason Conti
Adding support for gettext translations and a pointless en_US translation as an example. Using distutils-extra to automatically build the translations and the bonobo server. Replaced the build_servers target with update_prefix. This performs basically the same as build_servers except that it will do the substitution on any .in file, and it just writes the output file without the .in, instead of adding it to the data file install list. |
9 |
python-distutils-extra
|
125
by Jason Conti
Cleaned up lintian warnings when building a package and adding code to build packages for maverick. |
10 |
Standards-Version: 3.8.4 |
65
by Jason Conti
Including the essential files in the debian/ directory for packaging. Minor version bump to test. |
11 |
XS-Python-Version: >= 2.6 |
74
by Jason Conti
Updating website information with new location on launchpad. Minor version bump to 0.4.3. |
12 |
Homepage: http://launchpad.net/recent-notifications |
65
by Jason Conti
Including the essential files in the debian/ directory for packaging. Minor version bump to test. |
13 |
|
14 |
Package: recent-notifications |
|
15 |
Architecture: all |
|
16 |
Depends: ${misc:Depends}, |
|
17 |
${python:Depends}, |
|
18 |
python-dbus,
|
|
19 |
python-gnomeapplet,
|
|
20 |
python-gobject,
|
|
21 |
python-gtk2
|
|
22 |
XB-Python-Version: ${python:Versions} |
|
23 |
Description: view recent notifications in GNOME |
|
24 |
Recent notifications is a GNOME applet that collects recent messages sent |
|
25 |
with libnotify to a notification daemon, such as notify-osd. |