~jconti/gm-notify/messaging-menu

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Ken VanDine
  • Date: 2009-05-07 06:24:15 UTC
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: ken.vandine@canonical.com-20090507062415-svt804inhi86n0f5
added packaging

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
DEB_PYTHON_SYSTEM := pycentral
 
4
export DH_PYCENTRAL=include-links
 
5
 
 
6
include /usr/share/cdbs/1/rules/debhelper.mk
 
7
include /usr/share/cdbs/1/class/python-distutils.mk
 
8
 
 
9
DEB_DH_INSTALL_SOURCEDIR := debian/tmp
 
10
DEB_PYTHON_INSTALL_ARGS_ALL := --no-compile --install-layout=deb
 
11
 
 
12
# Add here any variable or target overrides you need.