summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 87f510bf93f80f2020fd5154d2a709956379d8c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
%:
	dh $@

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

override_dh_auto_install:
	dh_auto_install
	-rm -rf debian/rapid-photo-downloader/usr/share/icons/hicolor/scalable/

override_dh_auto_clean:
	-rm rapid-photo-downloader.1
	-rm -rf build/
	dh_auto_clean