File: rules

package info (click to toggle)
jgrapht 1.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 15,512 kB
  • sloc: java: 134,492; xml: 1,713; sh: 134; javascript: 81; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 224 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export LC_ALL=C.UTF-8

%:
	dh $@ --with javahelper

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	# Skip tests, they are not runnable as many test dependencies are missing.
endif