~flimm/ooo-thumbnailer/releases

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: David D Lowe
  • Date: 2009-03-11 20:35:16 UTC
  • Revision ID: daviddlowe.flimm@gmail.com-20090311203516-w81fo152a131hyet
Inital release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
DEB_PYTHON_SYSTEM=pycentral
 
4
 
 
5
include /usr/share/cdbs/1/rules/debhelper.mk
 
6
include /usr/share/cdbs/1/class/python-distutils.mk
 
7
 
 
8
DEB_INSTALL_MANPAGES_ooo-thumbnailer = debian/ooo-thumbnailer.1
 
9
 
 
10
binary-install/ooo-thumbnailer::
 
11
        dh_gconf
 
12
 
 
13
# Add here any variable or target overrides you need.