~flimm/ooo-thumbnailer/releases

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: David D Lowe
  • Date: 2009-12-15 11:58:46 UTC
  • mto: This revision was merged to the branch mainline in revision 2.
  • Revision ID: daviddlowe.flimm@gmail.com-20091215115846-m172yd62ry36tpmo
Tags: 0.2
Released 0.2 and removed debian/ directory.

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.