File: rules

package info (click to toggle)
flwm 1.02%2Bgit2015.10.03%2B7dbb30-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 444 kB
  • ctags: 500
  • sloc: cpp: 4,958; makefile: 183; sh: 179; tcl: 56
file content (21 lines) | stat: -rwxr-xr-x 449 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

DPKG_EXPORT_BUILDFLAGS = 1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
include /usr/share/dpkg/buildflags.mk
export CXXFLAGS:=$(CXXFLAGS) $(CPPFLAGS)

%:
	dh $@

override_dh_auto_clean:
	[ ! -f makeinclude ] || dh_auto_clean

override_dh_auto_install:
	dh_auto_install -- prefix=$(CURDIR)/debian/flwm/usr

override_dh_strip:
	dh_strip --dbgsym-migration=flwm-dbg