File: rules

package info (click to toggle)
ragout 2.3-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 73,056 kB
  • sloc: python: 4,593; cpp: 2,314; makefile: 83; sh: 43
file content (20 lines) | stat: -rwxr-xr-x 380 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

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

include /usr/share/dpkg/default.mk

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_install:
	find debian -name LICENSE -delete

override_dh_auto_clean:
	dh_auto_clean || true
	rm -f bin/ragout-maf2synteny bin/ragout-overlap
	rm -rf .pybuild
	find . -name "*.o" -delete