Codebase list email-reminder / 293f6d2
Install Python files and email-reminder-editor manpage. Francois Marier 3 years ago
3 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 etc
11 etc/cron.daily
22 usr/bin
3 usr/lib/python3/dist-packages/EmailReminder
34 usr/sbin
00 collect-reminders.8 usr/share/man/man8
1 email-reminder-editor.1 usr/share/man/man1
12 send-reminders.1 usr/share/man/man1
1111 override_dh_auto_install:
1212 dh_auto_install
1313 mv $(CURDIR)/debian/email-reminder/usr/bin/collect-reminders $(CURDIR)/debian/email-reminder/usr/sbin/
14 rm -f $(CURDIR)/debian/email-reminder/usr/bin/email-reminder-editor
14 mv $(CURDIR)/debian/email-reminder/usr/share/perl5/EmailReminder/*.py $(CURDIR)/debian/email-reminder/usr/lib/python3/dist-packages/EmailReminder/
1515 rm -f $(CURDIR)/debian/email-reminder/usr/share/man/man1/collect-reminders.1p
1616
1717 override_dh_auto_test: