File: rules

package info (click to toggle)
vkeybd 1%3A0.1.18d-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 360 kB
  • sloc: ansic: 1,826; tcl: 654; makefile: 79
file content (12 lines) | stat: -rwxr-xr-x 241 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

%:
	dh $@

override_dh_auto_build:
	dh_auto_build
	cp vkeybd.man vkeybd.1
	docbook-to-man debian/sftovkb.sgml > sftovkb.1