File: rules

package info (click to toggle)
protobuf2 2.6.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 15,844 kB
  • sloc: cpp: 118,159; java: 25,207; python: 13,345; sh: 11,754; makefile: 956; xml: 246; lisp: 89; ansic: 9
file content (19 lines) | stat: -rwxr-xr-x 343 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

%:
	dh $@ --with maven-repo-helper

override_dh_auto_build-indep:
	dh_auto_build --indep

	ant -f debian/java-build.xml jar

override_dh_auto_test:

override_dh_auto_clean-indep:
	dh_auto_clean --indep

	ant -f debian/java-build.xml clean || true

override_dh_auto_install-indep:
	dh_auto_install --indep --buildsystem=ant