File: rules

package info (click to toggle)
pnc 0.9.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 172 kB
  • sloc: cpp: 615; ansic: 161; sh: 13; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 215 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

execute_after_dh_auto_build:
	mkdir -p debian/docs_dir
	cp README.md debian/docs_dir/
	cp gawkext/README.md debian/docs_dir/gawkext.md