File: rules

package info (click to toggle)
cylc-flow 8.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,220 kB
  • sloc: python: 68,312; sh: 15,966; xml: 165; javascript: 78; lisp: 55; makefile: 11
file content (20 lines) | stat: -rwxr-xr-x 578 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

# The magic debhelper rule:
%:
	dh  $@ --buildsystem=pybuild

include /usr/share/dpkg/pkg-info.mk

override_dh_fixperms-indep:
	dh_fixperms
	chmod +x debian/cylc-flow/usr/share/bash-completion/completions/cylc-completion.bash

override_dh_auto_clean:
	rm -rf build .pybuild cylc_flow.egg-info
	# Fixup for bad merge. Delete after 8.0b3
	grep -r "<<<<" * | grep -v debian | cut -f1 -d: | uniq | while read r ; do rm -f $$r ; done

override_dh_auto_test:
	echo "Skipping tests until hostname issue resolved"
	# PATH=$(PATH):$(CURDIR)/bin && cylc test-battery