File: rules

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

%:
	dh $@ --with python2,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
	rm -rf debian/python3-pyssim/usr/bin
	mkdir -p debian/pyssim/usr
	mv $(CURDIR)/debian/python-pyssim/usr/bin $(CURDIR)/debian/pyssim/usr/