File: rules

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

%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_test:
	# No tests provided with the package

override_dh_clean:
	rm -rf pyssim.egg-info .cache
	dh_clean

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