File: rules

package info (click to toggle)
sniffles 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,396 kB
  • sloc: python: 4,628; sh: 50; makefile: 6
file content (17 lines) | stat: -rwxr-xr-x 367 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

#export DH_VERBOSE = 1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --buildsystem pybuild

#override_dh_auto_test:
#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
#	python3 build/scripts-`py3versions -vd`/sniffles -m test_set/reads_region.bam -v test.vcf
#endif

override_dh_auto_clean:
	dh_auto_clean
	rm -rf src/sniffles.egg-info