File: rules

package info (click to toggle)
seqsero 1.0.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,744 kB
  • sloc: python: 2,449; perl: 82; sh: 40; makefile: 7
file content (13 lines) | stat: -rwxr-xr-x 220 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

# DH_VERBOSE := 1

%:
	dh $@ --with python2

override_dh_fixperms:
	dh_fixperms
	find debian -name split_interleaved_fastq.pl -exec chmod +x \{\} \;

override_dh_compress:
	dh_compress --exclude=.pdf