File: rules

package info (click to toggle)
mutt-wizard 3.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 356 kB
  • sloc: sh: 410; makefile: 48
file content (19 lines) | stat: -rwxr-xr-x 489 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
#export DH_VERBOSE = 1

DEBDIR=$(CURDIR)/debian/mutt-wizard

%:
	dh $@

override_dh_auto_build:

override_dh_auto_install:
	dh_auto_install -- PREFIX=/usr
	mv $(DEBDIR)/usr/lib/mutt-wizard/openfile $(DEBDIR)/usr/bin
	rm -rf $(DEBDIR)/usr/lib

# To fix Bug-Debian: https://bugs.debian.org/1029021
execute_after_dh_install:
	mv $(DEBDIR)/usr/bin/mailsync $(DEBDIR)/usr/bin/mw-mailsync
	mv $(DEBDIR)/usr/share/man/man1/mailsync.1 $(DEBDIR)/usr/share/man/man1/mw-mailsync.1