File: rules

package info (click to toggle)
trimmomatic 0.39%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,436 kB
  • sloc: java: 3,748; python: 218; xml: 68; sh: 31; makefile: 13
file content (22 lines) | stat: -rwxr-xr-x 414 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f
# -*- makefile -*-
# debian/rules file for trimmomatic
# Andreas Tille <tille@debian.org>
# GPL

%:
	dh $@ --with javahelper

override_dh_auto_build:
	cp debian/MANIFEST.MF .
	if [ ! -d dist/unpack ]; then mkdir -p dist/unpack; fi
	touch dist/unpack/LICENCE
	touch dist/unpack/AUTHORS
	ant

override_dh_clean:
	rm -f MANIFEST.MF
	dh_clean

override_dh_compress:
	dh_compress --exclude=batchTrim