File: rules

package info (click to toggle)
cookietool 2.5-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, stretch, trixie
  • size: 328 kB
  • sloc: ansic: 1,179; makefile: 39
file content (12 lines) | stat: -rwxr-xr-x 295 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
# debhelper config file for cookietool, the fortune database maintenance suite

%:
	dh $@

override_dh_auto_build:
	dh_auto_build
	awk '/^[0-9]+\..*History/ { disp = 1 } \
	     /^[0-9]/ && !/^[0-9]+\..*History/ { disp = 0 } \
	     { if (disp) { print } }' README > Changes