File: rules

package info (click to toggle)
clearcut 1.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,528 kB
  • sloc: ansic: 4,493; makefile: 19
file content (14 lines) | stat: -rwxr-xr-x 297 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_compress:
	dh_compress -X.dist

# Note a manpage was generated using:
#  help2man -N ./clearcut > debian/clearcut.1
#  But this was then manually edited, so it is not rebuilt automatically.