File: rules

package info (click to toggle)
plexus-archiver 4.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 5,264 kB
  • sloc: java: 15,351; xml: 211; makefile: 6; sh: 5
file content (10 lines) | stat: -rwxr-xr-x 285 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build: 
	# Workaround for maven-resources-plugin bug https://issues.apache.org/jira/browse/MRESOURCES-237
	$(RM) src/test/resources/symlinks/src/sym*
	$(RM) src/test/resources/symlinks/src/aDirWithALink/backOutsideToFileX
	dh_auto_build