File: rules

package info (click to toggle)
enca 1.19-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 4,536 kB
  • ctags: 1,277
  • sloc: ansic: 10,229; sh: 5,561; xml: 2,173; makefile: 696; perl: 232
file content (14 lines) | stat: -rwxr-xr-x 273 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

override_dh_auto_configure:
	dh_auto_configure -- \
	       --libexecdir=\$${prefix}/lib \
	       --with-librecode \
	       --with-libiconv \
	       --disable-rpath

override_dh_strip:
	dh_strip --dbg-package=libenca-dbg

%:
	dh $@ --with autoreconf