File: rules

package info (click to toggle)
vncsnapshot 1.2a-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 652 kB
  • sloc: ansic: 3,850; cpp: 1,394; makefile: 99; sh: 98
file content (13 lines) | stat: -rwxr-xr-x 276 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
include /usr/share/dpkg/buildflags.mk

override_dh_auto_build:
	dh_auto_build -- CDEBUGFLAGS='$(CXXFLAGS)' LDFLAGS='$(LDFLAGS)'

override_dh_installchangelogs:
	dh_installchangelogs CHANGE-LOG.txt

%:
	dh $@