File: rules

package info (click to toggle)
python-maison 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 356 kB
  • sloc: python: 819; makefile: 10; sh: 5
file content (15 lines) | stat: -rwxr-xr-x 259 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=maison
export PYBUILD_TEST_PYTEST=1

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_clean:
	dh_auto_clean
	rm -rf maison.egg-info/

override_dh_auto_install:
	dh_auto_install
	rm debian/python3-maison/usr/bin/maison