File: rules

package info (click to toggle)
bijiben 3.20.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,588 kB
  • sloc: ansic: 21,624; sh: 4,094; makefile: 647; xml: 114
file content (14 lines) | stat: -rwxr-xr-x 341 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed

%:
	dh $@  --with autotools_dev

override_dh_auto_configure:
	dh_auto_configure -- --disable-static --disable-silent-rules \
	                     --disable-update-mimedb --libexecdir=/usr/lib/bijiben

override_dh_install:
	find $(CURDIR) -name "*.la" -delete
	dh_install