File: rules

package info (click to toggle)
mboxgrep 0.7.9-5
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 524 kB
  • sloc: ansic: 2,857; sh: 153; makefile: 72
file content (15 lines) | stat: -rwxr-xr-x 363 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_install:
	dh_installdirs
	$(MAKE) install prefix=`pwd`/debian/mboxgrep/usr \
		mandir=`pwd`/debian/mboxgrep/usr/share/man \
		infodir=`pwd`/debian/mboxgrep/usr/share/info \
		INSTALL='install --strip-program=true'

override_dh_auto_clean:
	-test -f Makefile && $(MAKE) clean
	-test -f Makefile && $(MAKE) distclean