[go: up one dir, main page]

File: rules

package info (click to toggle)
cppi 1.18-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,936 kB
  • sloc: ansic: 12,443; sh: 7,551; lex: 850; perl: 173; makefile: 47; sed: 16
file content (17 lines) | stat: -rwxr-xr-x 354 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
export HELP2MAN=true
endif

%:
	dh $@

override_dh_auto_clean:
	rm -fv src/cpp-cond.c src/cppi.c # gperf flex
	test ! -f Makefile || dh_auto_clean

execute_before_dh_auto_test:
	sed -i -e 's,ifdef RELEASE,ifdef GL_RELEASE,' maint.mk