File: rules

package info (click to toggle)
jasypt 1.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 6,944 kB
  • sloc: java: 24,050; xml: 5,108; sh: 100; jsp: 38; makefile: 8
file content (18 lines) | stat: -rwxr-xr-x 438 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=maven

override_dh_auto_configure:
	# FIXME
	# when I use dh with --builddirectory=jasypt the build will fail because
	# mh_resolve_dependencies cannot find the debian/substvars files and then
	# later on dh_gencontrol will also fail hence why I came up with this kind
	# of workaround...
	cp -r jasypt/* .
	dh_auto_configure

override_dh_clean:
	dh_clean
	$(RM) -r *.txt *.xml .gitignore src