File: rules

package info (click to toggle)
android-platform-build-kati 10.0.0%2Br32-6
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 2,436 kB
  • sloc: cpp: 9,428; sh: 921; ruby: 363; python: 85; makefile: 19
file content (15 lines) | stat: -rwxr-xr-x 269 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_build: debian/ckati.mk debian/ckati.1
	dh_auto_build --buildsystem=makefile -- --file=$<

%.1: %.md
	debian/md2man $< $@

override_dh_auto_test:
	-ruby runtest.rb -c -n -v