File: rules

package info (click to toggle)
libjgrapht0.6-java 0.6.0-13
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,024 kB
  • sloc: java: 5,538; xml: 917; makefile: 7
file content (14 lines) | stat: -rwxr-xr-x 381 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

#export ANT_ARGS="-verbose"

%:
	dh $@ --buildsystem=ant --with maven-repo-helper,javahelper

override_dh_auto_build:
	dh_auto_build -- jar

override_dh_installdocs:
	dh_installdocs
	# Encoding the installed README.html file in UTF-8 instead of ISO-8859.
	iconv -f ISO_8859-1 README.html > debian/libjgrapht0.6-java/usr/share/doc/libjgrapht0.6-java/README.html