File: rules

package info (click to toggle)
pyssim 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,484 kB
  • sloc: python: 195; makefile: 9
file content (15 lines) | stat: -rwxr-xr-x 331 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
export PYBUILD_NAME=pyssim

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_test:
	# No tests provided with the package

execute_before_dh_clean:
	rm -rf pyssim.egg-info .cache

execute_after_dh_auto_install:
	mkdir -p debian/pyssim/usr
	mv $(CURDIR)/debian/python3-pyssim/usr/bin $(CURDIR)/debian/pyssim/usr/