File: rules

package info (click to toggle)
davmail 4.7.3.2438-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,412 kB
  • ctags: 3,570
  • sloc: java: 27,420; xml: 3,348; sh: 131; makefile: 13
file content (24 lines) | stat: -rwxr-xr-x 576 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/make -f
# -*- makefile -*-
#
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

# This has to be exported to make some magic below work.
export DH_OPTIONS

%:
	dh $@ --with javahelper,systemd

override_dh_installchangelogs:
	dh_installchangelogs releasenotes.txt

override_dh_auto_build:
	ANT_OPTS=-Dfile.encoding=UTF-8  ant  -propertyfile debian/ant.properties jar
	cp -a src/java/tray48.png dist/davmail.png

override_dh_systemd_enable:
	dh_systemd_enable --no-enable # Disable service by default

override_jh_depends:
	jh_depends -Xlibswt-gtk-3-java