File: rules

package info (click to toggle)
insilicoseq 1.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,376 kB
  • sloc: python: 2,079; sh: 32; makefile: 16
file content (10 lines) | stat: -rwxr-xr-x 205 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_NAME=insilicoseq

%:
	LC_ALL=C.UTF-8 dh $@ --with python3 --buildsystem=pybuild

override_dh_fixperms:
	dh_fixperms
	find debian/ -name read_only.fasta| xargs chmod 0444