~ubuntu-branches/ubuntu/maverick/pyxdg/maverick

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-05-27 16:12:51 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100527161251-y8fgwzi4uvw2ikgx
Tags: 0.19-1ubuntu1
* Resync on Debian
* debian/patches/gettext-support.patch, debian/patches/series:
  - Support X-GNOME-Gettext-Domain and X-Ubuntu-Gettext-Domain fields in 
    .desktop files, for dynamic translation support (corresponding to our 
     glib change).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
from distutils.core import setup
4
4
 
5
5
setup( name = "pyxdg",
6
 
       version = "0.18",
 
6
       version = "0.19",
7
7
       description = "PyXDG contains implementations of freedesktop.org standards in python.",
8
8
       maintainer = "Heinrich Wendel",
9
9
       maintainer_email = "h_wendel@cojobo.net",