File: rules

package info (click to toggle)
bibtool 2.66%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,628 kB
  • ctags: 1,580
  • sloc: ansic: 11,630; perl: 7,177; makefile: 542; sh: 301; tcl: 51
file content (21 lines) | stat: -rwxr-xr-x 414 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
#!/usr/bin/make -f

## workaround #852980
export HOME=$(CURDIR)/_home

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

default:
	@uscan --no-conf --dehs --report || true

%:
	dh $@ --with autoreconf --with tex

override_dh_installchangelogs:
	dh_installchangelogs --keep Changes.txt

override_dh_compress:
	dh_compress -X.pdf

get-orig-source:
	uscan --no-conf --download-current-version --compression xz --verbose