File: rules

package info (click to toggle)
seqmagick 0.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,540 kB
  • sloc: python: 3,524; makefile: 112; sh: 39
file content (12 lines) | stat: -rwxr-xr-x 198 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

# DH_VERBOSE := 1
export LC_ALL=C.UTF-8

%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_clean:
	dh_auto_clean
	rm -rf seqmagick/data
	rm -rf seqmagick.egg-info