File: rules

package info (click to toggle)
ploticus 2.42-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,212 kB
  • sloc: ansic: 46,243; perl: 1,590; sh: 392; makefile: 123
file content (21 lines) | stat: -rwxr-xr-x 427 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
# export DH_VERBOSE=1
export DEB_CFLAGS_MAINT_APPEND = -std=c99 -D_DEFAULT_SOURCE
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

%:
	dh $@

override_dh_auto_configure:

execute_after_dh_auto_build:
	rm -f pltestsuite/*.bat

override_dh_auto_install:
	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp