File: rules

package info (click to toggle)
sqsh 2.1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,480 kB
  • sloc: ansic: 22,015; sh: 3,089; makefile: 841; sql: 94
file content (13 lines) | stat: -rwxr-xr-x 281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DEB_CFLAGS_MAINT_APPEND = -Wall

%:
	dh $@

override_dh_auto_configure:
	cp -f /usr/share/misc/config.sub autoconf/config.sub
	SYBASE=/usr dh_auto_configure -- --with-readline --with-motif

override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp