File: rules

package info (click to toggle)
naga 3.0%2Bsvn80-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 484 kB
  • sloc: java: 3,829; xml: 70; makefile: 8; sh: 7
file content (14 lines) | stat: -rwxr-xr-x 338 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

%:
	dh $@ --with javahelper,maven_repo_helper

override_dh_auto_clean:
	rm -rf _BUILD _DIST
	-rm debian/pom.xml

execute_before_mh_install:
	# Putting the version number into our provided pom.xml file.
	sed 's/@version@/$(DEB_VERSION_UPSTREAM)/' debian/pom.xml.in > debian/pom.xml