File: rules

package info (click to toggle)
email-reminder 0.7.8-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 744 kB
  • ctags: 154
  • sloc: perl: 2,302; xml: 112; sh: 75; makefile: 11
file content (17 lines) | stat: -rwxr-xr-x 470 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@

override_dh_auto_build:
	dh_auto_build
	pod2man $(CURDIR)/collect-reminders > $(CURDIR)/collect-reminders.1
	pod2man $(CURDIR)/send-reminders > $(CURDIR)/send-reminders.1
	pod2man $(CURDIR)/email-reminder-editor > $(CURDIR)/email-reminder-editor.1

override_dh_auto_install:
	dh_auto_install
	mv $(CURDIR)/debian/email-reminder/usr/bin/collect-reminders $(CURDIR)/debian/email-reminder/usr/sbin/

override_dh_auto_test: