File: rules

package info (click to toggle)
libmatekbd 1.26.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,524 kB
  • sloc: ansic: 5,646; makefile: 181; sh: 19; xml: 6
file content (20 lines) | stat: -rwxr-xr-x 451 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --without autoreconf

execute_before_dh_install:
	rm -f debian/tmp/usr/lib/*/*.la

override_dh_auto_configure:
	# upstream tarball is without configure. autogen.sh will create it
	NOCONFIGURE=1 ./autogen.sh
	dh_auto_configure -- \
		--disable-silent-rules \
		--disable-static \
		--enable-introspection

override_dh_makeshlibs:
	dh_makeshlibs -V 'libmatekbd4 (>= 1.8.0)'