File: rules

package info (click to toggle)
enca 1.21-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,948 kB
  • sloc: ansic: 10,297; sh: 5,858; xml: 2,132; makefile: 700; perl: 261
file content (16 lines) | stat: -rwxr-xr-x 336 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

override_dh_auto_configure:
	dh_auto_configure -- \
	       --libexecdir=\$${prefix}/lib \
	       --with-libiconv \
	       --with-librecode \
	       --enable-gtk-doc \
	       --disable-rpath \
	       MKTEMP_PROG=/bin/mktemp

override_dh_strip:
	dh_strip --dbgsym-migration='libenca-dbg (<< 1.19-2~)'

%:
	dh $@