File: rules

package info (click to toggle)
dyda 1.41.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 106,148 kB
  • sloc: python: 19,978; makefile: 189; sh: 11
file content (21 lines) | stat: -rwxr-xr-x 427 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

export PYBUILD_NAME=dyda

%:
	dh $@ --buildsystem=pybuild

#override_dh_auto_install:
#	dh_auto_install
#	find $(CURDIR)/debian/python3-dyda/usr/lib -name '*.py' -exec rm {} \;

override_dh_auto_clean:
	dh_auto_clean
	rm -rf dyda.egg-info

override_dh_auto_test:
	# Don't run the test because some test use GPU acceleration.