File: rules

package info (click to toggle)
sumaclust 1.0.20-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 632 kB
  • ctags: 705
  • sloc: ansic: 4,257; lex: 174; makefile: 95
file content (26 lines) | stat: -rwxr-xr-x 622 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/usr/bin/make -f
# -*- makefile -*-

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

# Build fails when trying to set this
# export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_clean:
	dh_clean
	#Upstream is very messy.  Scrub out all the .svn stuff
	#and .o files.
	find sumalibs -name '*.[oa]' -delete

override_dh_compress:
	dh_compress --exclude=.pdf

# May be it makes sense at some point in time to use *.md
# source for the manpage - currently the result is not really
# the usual manpage structure
#override_dh_installman:
#	go-md2man -in=sumatra_user_manual.md -out=sumatra.1