~ubuntu-branches/ubuntu/lucid/gespeaker/lucid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Fabio Castelli
  • Date: 2009-12-12 19:59:25 UTC
  • Revision ID: james.westby@ubuntu.com-20091212195925-urj1ag0jrnqftofc
Tags: 0.7-1
Initial release (Closes: #559684)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
DEB_PYTHON_SYSTEM=pysupport
 
4
 
 
5
include /usr/share/cdbs/1/rules/debhelper.mk
 
6
include /usr/share/cdbs/1/class/python-distutils.mk
 
7
 
 
8
DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib=/usr/share/gespeaker
 
9
 
 
10
clean::
 
11
        rm -rf build/
 
12