File: rules

package info (click to toggle)
lxinput 0.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 1,020 kB
  • ctags: 82
  • sloc: sh: 1,254; ansic: 263; xml: 72; makefile: 65; python: 14
file content (15 lines) | stat: -rwxr-xr-x 304 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh ${@}

override_dh_auto_configure:
	dh_auto_configure -- --enable-man --disable-silent-rules

override_dh_auto_install:
	dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxinput

override_dh_strip:
	dh_strip --dbg-package=lxinput-dbg