File: rules

package info (click to toggle)
procyon 0.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,576 kB
  • sloc: java: 128,722; xml: 238; sh: 125; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 428 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

VERSION = $(shell dpkg-parsechangelog --show-field Version | sed 's/-[^-]*$$//')

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

get-orig-pom:
	for module in core compilertools expressions reflection; do \
	    wget https://repo1.maven.org/maven2/org/bitbucket/mstrobel/procyon-$$module/$(VERSION)/procyon-$$module-$(VERSION).pom -O debian/poms/procyon-$$module.pom.xml ; \
	done