File: rules

package info (click to toggle)
ccbuild 2.0.7%2Bgit20160227.c1179286-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,712 kB
  • sloc: cpp: 5,211; ansic: 1,913; sh: 260; makefile: 25
file content (19 lines) | stat: -rwxr-xr-x 343 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

PACKAGE	 = ccbuild

export DEB_BUILD_MAINT_OPTIONS  = hardening=+all
export DEB_CXXFLAGS_MAINT_APPEND  = -Wall -pedantic
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

override_dh_auto_configure:
	./bootstrap
	dh_auto_configure

override_dh_installchangelogs:
	dh_installchangelogs ChangeLog

%:
	dh  $@

# End of file