~flimm/ooo-thumbnailer/releases

1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

DEB_PYTHON_SYSTEM=pycentral

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk

DEB_INSTALL_MANPAGES_ooo-thumbnailer = debian/ooo-thumbnailer.1

binary-install/ooo-thumbnailer::
	dh_gconf

# Add here any variable or target overrides you need.