~ubuntu-branches/ubuntu/hardy/pitivi/hardy

« back to all changes in this revision

Viewing changes to pitivi/configure.py.in

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2006-07-30 13:20:58 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060730132058-tbhybbgtt9gbpq99
Tags: 0.10.1-1
* New upstream release, "Sister and friend".
* Update to new Python policy.
  - Bump up debhelper build-dep to >= 5.0.37.2.
  - Set Python compatibility level to 2.
  - Add XB-Python-Version to pitivi.
  - Add a python-central (>= 0.4.17) build-dep.
  - Build-depend on cdbs (>= 0.4.43).
  - Add a XS-Python-Version (current).
  - Call dh_pycentral to fill XB-Python-Version and add a pycentral dep, and
    swap the executable bit fixup with the dh_py* calls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
PKGDATADIR = '@DATADIR@/@PACKAGE@'
27
27
PIXMAPDIR = '@DATADIR@/pixmaps'
28
28
pitivi_version = '@VERSION@'
 
29
APPNAME = '@PACKAGE_NAME@'
29
30
 
30
31
def get_pixmap_dir():
31
32
    """ Returns the directory for program-only pixmaps """