File: rules

package info (click to toggle)
libesmtp 1.0.6-4.2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,192 kB
  • ctags: 1,220
  • sloc: sh: 10,204; ansic: 8,355; xml: 2,007; makefile: 145
file content (16 lines) | stat: -rwxr-xr-x 278 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DH_VERBOSE=1

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --with-auth-plugin-dir="/usr/lib/esmtp" --enable-etrn

override_dh_install:
	dh_install
	dh_movefiles

override_dh_makeshlibs:
	dh_makeshlibs -Xusr/lib/esmtp