~ubuntu-branches/ubuntu/oneiric/dee/oneiric

« back to all changes in this revision

Viewing changes to bindings/python/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2011-05-10 22:06:27 UTC
  • mfrom: (7.1.18 natty)
  • Revision ID: james.westby@ubuntu.com-20110510220627-5h3ua32z2rogda0a
Tags: 0.5.18-1
* Initial Debian upload (Closes: #621465)
* Remaining changes:
  + Build-Depends on: python
  + Added Source format 3.0 (quilt)
  + Updated Standards-Version to 3.9.2
  + Updated copyright for DEP-5 format
  + Removed duplicate Section

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
PLATFORM_VERSION = 2.0
 
2
 
 
3
pkgpyexecdir = $(pyexecdir)/gi
 
4
 
 
5
pygioverridesdir = $(pkgpyexecdir)/overrides
 
6
pygioverrides_PYTHON = \
 
7
        Dee.py
 
8
 
 
9
EXTRA_DIST = Dee.py
 
10