File: rules

package info (click to toggle)
re2j 1.5%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,744 kB
  • sloc: java: 11,911; sh: 128; perl: 98; xml: 11; makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 153 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

# set environment variables

%:
	dh $@ --buildsystem=gradle --with=maven-repo-helper

override_dh_auto_test:
	@echo 'Skipping tests'