File: rules

package info (click to toggle)
cpl 6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 21,956 kB
  • ctags: 9,599
  • sloc: ansic: 124,060; sh: 15,516; makefile: 643
file content (19 lines) | stat: -rwxr-xr-x 468 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh  $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --enable-maintainer-mode --with-java=/usr/lib/jvm/default-java --with-java-includes-md=/usr/lib/jvm/default-java/include/linux

#override_dh_auto_test:

override_dh_auto_build:
	mkdir -p html libcext/html
	dh_auto_build -- all html

override_dh_installdocs:
	dh_installdocs -Xjquery.js