File: rules

package info (click to toggle)
libtrove-intellij-java 1.0.20190514-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 636 kB
  • sloc: java: 3,213; sh: 127; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 250 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

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

debian/pom.xml: debian/pom.xml.in
	sed 's/@VERSION@/$(DEB_VERSION_UPSTREAM)/g' $< > $@

%:
	dh $@ --buildsystem=gradle --with maven-repo-helper

override_mh_install: debian/pom.xml
	mh_install