File: rules

package info (click to toggle)
htrace 3.1.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,016 kB
  • sloc: java: 3,565; xml: 915; javascript: 170; sh: 85; python: 37; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 357 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=maven

override_dh_auto_configure:
	dh_auto_configure
	# Regenerate the Java classes from the Thrift files
	bash bin/gen_thrift.sh

override_dh_auto_clean:
	dh_auto_clean
	rm -f htrace-zipkin/src/main/java/com/twitter/zipkin/gen/*

get-orig-source:
	uscan --download-current-version --force-download --no-symlink