File: rules

package info (click to toggle)
mssh 2.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 968 kB
  • sloc: sh: 1,938; ansic: 1,900; makefile: 45; sed: 16
file content (13 lines) | stat: -rwxr-xr-x 286 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

LDFLAGS+=-Wl,--as-needed

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --with-gconf-schema-file-dir=/usr/share/gconf/schemas

override_dh_auto_install:
	dh_auto_install -- GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
	dh_bash-completion