File: rules

package info (click to toggle)
takari-polyglot-maven 0.4.11-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,408 kB
  • sloc: xml: 13,982; java: 10,762; ruby: 492; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 241 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@

execute_before_dh_auto_build:
	# embed maven-tools into polyglot-ruby jar
	mkdir -p polyglot-ruby/target/classes
	cp -a /usr/share/rubygems-integration/all/gems/maven-tools-*/lib/* polyglot-ruby/target/classes