File: rules

package info (click to toggle)
sqsh 2.5.16.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,028 kB
  • sloc: ansic: 24,288; sh: 3,918; makefile: 871; lex: 69; yacc: 20
file content (15 lines) | stat: -rwxr-xr-x 314 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_CFLAGS_MAINT_APPEND = -Wall

%:
	dh $@

override_dh_auto_configure:
	SYBASE=/usr dh_auto_configure -- --with-readline --with-motif

override_dh_auto_build:
	dh_auto_build -- LDFLAGS="$$(dpkg-buildflags --get LDFLAGS)"

override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp