File: rules

package info (click to toggle)
keybinder 0.3.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,880 kB
  • sloc: sh: 11,397; ansic: 602; makefile: 151; python: 10
file content (19 lines) | stat: -rwxr-xr-x 335 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND =  -Wl,--as-needed

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		--disable-python \
		--enable-gtk-doc \
		--prefix=/usr

override_dh_install:
	find debian/tmp -name "*.la" -delete
	dh_install

override_dh_makeshlibs:
	dh_makeshlibs -V 'libkeybinder0 (>= 0.3.0)'