summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 658dc8e0af76776cd0a74bd98358d4b42b4d7179 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

DEB_PYTHON_SYSTEM=pycentral

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

build/rapid-photo-downloader::
		pod2man --section=1 --release=$(VERSION) --center "" doc/rapid-photo-downloader.pod > rapid-photo-downloader.1

cleanbuilddir/rapid-photo-downloader::
		rm -f rapid-photo-downloader.1

DEB_INSTALL_MANPAGES_rapid-photo-downloader = rapid-photo-downloader.1