File: rules

package info (click to toggle)
avro-java 1.7.7-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,636 kB
  • ctags: 9,735
  • sloc: java: 53,658; xml: 5,670; sh: 178; python: 12; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 318 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure
	# Regenerate the Java classes from the Thrift file
	thrift -gen java:beans -out lang/java/thrift/src/test/java/ lang/java/thrift/src/test/thrift/test.thrift

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