File: rules

package info (click to toggle)
symmetrica 2.0%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,320 kB
  • ctags: 13,247
  • sloc: ansic: 97,289; makefile: 170; sh: 70
file content (30 lines) | stat: -rwxr-xr-x 636 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
27
28
29
30
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

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

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

override_dh_auto_build-indep:

override_dh_auto_test-arch:
	$(MAKE) check

override_dh_auto_test-indep:

DEB_AUTO_INSTALL_DOCDIR = debian/tmp/usr/symmetrica-doc/doc
override_dh_auto_install-indep:
	mkdir -p $(DEB_AUTO_INSTALL_DOCDIR)
	cp -p -t $(DEB_AUTO_INSTALL_DOCDIR) *.doc

override_dh_installchangelogs:
	dh_installchangelogs --keep README

override_dh_compress-indep:
	dh_compress -X.doc -Xexamples

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