File: rules

package info (click to toggle)
mkcue 1-8
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 564 kB
  • sloc: sh: 2,618; cpp: 1,746; makefile: 80
file content (11 lines) | stat: -rwxr-xr-x 264 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

%:
	dh $@

override_dh_auto_build:
	docbook-to-man debian/mkcue.sgml > mkcue.1
	dh_auto_build -- CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)"