File: rules

package info (click to toggle)
libjxmpp-java 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 884 kB
  • sloc: java: 5,825; xml: 687; sh: 21; python: 11; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 302 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=gradle --with maven_repo_helper

override_dh_auto_build:
	dh_auto_build -- \
		:jxmpp-core:jar \
		:jxmpp-jid:jar \
		:jxmpp-stringprep-icu4j:jar \
		:jxmpp-util-cache:jar

override_dh_auto_test:
	# TODO: Enable tests when all test dependencies are packaged