File: rules

package info (click to toggle)
kakoune 0~2016.12.20.1.3a6167ae-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,100 kB
  • ctags: 3,635
  • sloc: cpp: 22,465; sh: 295; python: 136; makefile: 123; ruby: 59
file content (19 lines) | stat: -rwxr-xr-x 375 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# Make sure the build environment does not accidentally affect
# the src/Makefile settings
debug=yes
static=no
pedantic=yes
PREFIX=/usr
NCURSESW_INCLUDE=/usr/include/ncursesw

export debug static pedantic PREFIX NCURSESW_INCLUDE

override_dh_auto_test:
	env LC_ALL=C.UTF-8 dh_auto_test

%:
	dh '$@' -D src