File: rules

package info (click to toggle)
chafa 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,556 kB
  • sloc: ansic: 7,608; xml: 502; makefile: 123; sh: 67
file content (14 lines) | stat: -rwxr-xr-x 275 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

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

%:
	dh $@

override_dh_autoreconf:
	touch gtk-doc.make
	echo "EXTRA_DIST =" >> gtk-doc.make
	echo "CLEANFILES =" >> gtk-doc.make
	gtkdocize
	dh_autoreconf