File: rules

package info (click to toggle)
genparse 0.9.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,456 kB
  • sloc: ansic: 8,766; cpp: 6,059; sh: 5,336; java: 578; yacc: 482; lex: 315; makefile: 302
file content (22 lines) | stat: -rwxr-xr-x 347 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f

PACKAGE = genparse

export DEB_BUILD_MAINT_OPTIONS	= hardening=+all
export DEB_CXXFLAGS_MAINT_APPEND = -std=c++14

RM = \
 tests/misc/quotearg.c \
 tests/misc/quotearg.h

execute_after_dh_clean:
	rm -f $(RM)

override_dh_auto_test:
	make check

execute_after_dh_install:
	rm -f debian/$(PACKAGE)/usr/share/info/dir*

%:
	dh $@