File: rules

package info (click to toggle)
xkeycaps 2.47-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 3,072 kB
  • sloc: ansic: 40,772; sh: 132; makefile: 11
file content (16 lines) | stat: -rwxr-xr-x 295 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

override_dh_auto_build:
	xmkmf
	dh_auto_build -- CDEBUGFLAGS="$(CFLAGS)"

override_dh_auto_install:
	dh_auto_install
	install -p -m 644 XKeyCaps.ad \
		debian/xkeycaps/etc/X11/app-defaults/XKeyCaps

%:
	dh $@