File: rules

package info (click to toggle)
qdox 1.12.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 1,280 kB
  • ctags: 2,114
  • sloc: java: 13,545; xml: 950; yacc: 663; makefile: 7
file content (14 lines) | stat: -rwxr-xr-x 458 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	# Compile the grammar since maven-jflex-plugin is missing
	#mkdir -p target/generated-sources/parser/com/thoughtworks/qdox/parser/impl
	java -cp /usr/share/java/jflex.jar jflex.Main -d target/generated-sources/parser/com/thoughtworks/qdox/parser/impl --skel src/grammar/skeleton.inner src/grammar/lexer.flex

	dh_auto_build

get-orig-source:
	uscan --download-current-version --force-download --rename