File: rules

package info (click to toggle)
kbdd 0.6-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, sid, stretch, trixie, wheezy
  • size: 628 kB
  • ctags: 266
  • sloc: ansic: 1,050; sh: 1,032; makefile: 42; xml: 29
file content (8 lines) | stat: -rwxr-xr-x 151 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f
%:
	dh $@

ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
override_dh_auto_configure:
	dh_auto_configure -- --enable-debug
endif