diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/debian/rules b/debian/rules index 78f7e14..cbe925d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,14 +1,3 @@ #!/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 - -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 +%: + dh $@ |