File: rules

package info (click to toggle)
libcommons-logging-java 1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,192 kB
  • sloc: java: 5,419; xml: 3,922; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 305 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

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

override_dh_auto_build:
	# copy MANIFEST.MF to src/main/resources/META-INF/ to include it in the jar
	install -d src/main/resources/META-INF/
	install -m644 src/conf/MANIFEST.MF src/main/resources/META-INF/

	dh_auto_build -- dist