File: rules

package info (click to toggle)
libsequence-library-java 1.0.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 504 kB
  • sloc: java: 3,110; xml: 35; sh: 18; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 240 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=maven

# Setting our home-made pom.xml file for the build system.
execute_before_dh_auto_configure:	
	cp debian/pom.xml .

# Remove our custom pom.xml file.
execute_after_dh_clean:
	$(RM) pom.xml