File: rules

package info (click to toggle)
fastjet 3.4.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 9,540 kB
  • sloc: cpp: 78,628; python: 6,112; sh: 1,038; fortran: 673; makefile: 635; ansic: 161
file content (19 lines) | stat: -rwxr-xr-x 323 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 $@