File: rules

package info (click to toggle)
scala-asm 5.2.0-scala-2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 1,432 kB
  • sloc: java: 17,104; sh: 91; xml: 41; makefile: 10
file content (15 lines) | stat: -rwxr-xr-x 256 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=maven

override_dh_auto_configure:
	cp debian/pom.xml .
	dh_auto_configure

override_dh_auto_clean:
	dh_auto_clean
	rm -f pom.xml

get-orig-source:
	uscan --download-current-version --force-download --no-symlink