File: rules

package info (click to toggle)
fastjet 3.0.6%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 9,468 kB
  • ctags: 3,766
  • sloc: cpp: 21,498; sh: 10,546; fortran: 673; makefile: 518; ansic: 131
file content (19 lines) | stat: -rwxr-xr-x 352 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

export DH_VERBOSE=1

override_dh_auto_configure:
	dh_auto_configure -- \
		--enable-allplugins

override_dh_auto_test:
	dh_auto_test --max-parallel=1

override_dh_auto_build-indep:
	dh_auto_build
	doxygen
	$(RM) -v html/jquery.js
	find $(CURDIR)/html -name '*.md5' -print0 | xargs -0r  rm -v

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