File: rules

package info (click to toggle)
ivyplusplus 1.32-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 580 kB
  • sloc: java: 4,373; xml: 529; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 208 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

include /usr/share/dpkg/default.mk

%:
	dh $@ --with javahelper

override_dh_auto_build:
	ant -buildfile debian/build.xml -Dbasedir=$(CURDIR) -Divyplusplus.version=$(DEB_VERSION_UPSTREAM)