File: rules

package info (click to toggle)
altermime 0.3.10-8
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 920 kB
  • sloc: ansic: 11,103; makefile: 75; sh: 15
file content (20 lines) | stat: -rwxr-xr-x 439 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	linuxdoc --backend=html debian/docs/postfix-altermime-howto.sgml
	mkdir -p debian/docs/html
	mv -f postfix-altermime-howto*.html debian/docs/html
	dh_auto_configure

override_dh_auto_install:
	dh_auto_install --destdir=debian/altermime/usr/bin

override_dh_auto_clean:
	rm -rf debian/docs/html
	dh_auto_clean