File: rules

package info (click to toggle)
libxklavier 5.4-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 628 kB
  • sloc: ansic: 7,099; makefile: 158; python: 117; sh: 19
file content (20 lines) | stat: -rwxr-xr-x 459 bytes parent folder | download | duplicates (2)
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
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs
export DPKG_GENSYMBOLS_CHECK_LEVEL = 4

%:
	dh $@

override_dh_autoreconf:
	NOCONFIGURE=true dh_autoreconf ./autogen.sh

override_dh_auto_configure:
	dh_auto_configure -- \
		--with-xkb-base=/usr/share/X11/xkb \
		--with-xkb-bin-base=/usr/bin \
		--enable-gtk-doc

execute_before_dh_install:
	find debian/tmp -name '*.la' -print -delete