~jconti/recent-notifications/trunk

45 by Jason Conti
Can now build source tarball with python setup.py sdist.
1
include AUTHORS
70 by Jason Conti
Adding build_package.sh to the sdist tarball.
2
include build-package.sh
45 by Jason Conti
Can now build source tarball with python setup.py sdist.
3
include COPYING
4
include MANIFEST.in
5
include recent-notifications
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.
6
include RecentNotifications.server.in.in
80 by Jason Conti
Including test scripts in the MANIFEST so they are included in the sdist tarball.
7
include run-tests.sh
65 by Jason Conti
Including the essential files in the debian/ directory for packaging. Minor version bump to test.
8
recursive-include debian *
45 by Jason Conti
Can now build source tarball with python setup.py sdist.
9
recursive-include icons *.svg
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.
10
recursive-include po *
80 by Jason Conti
Including test scripts in the MANIFEST so they are included in the sdist tarball.
11
recursive-include tests *