File: rules

package info (click to toggle)
python-nanomath 1.2.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 164 kB
  • sloc: python: 234; sh: 10; makefile: 9
file content (16 lines) | stat: -rwxr-xr-x 301 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

# DH_VERBOSE := 1

export PYBUILD_NAME=nanomath

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

override_dh_install:
	dh_install
	find debian -name LICENSE -type f -delete

override_dh_auto_clean:
	dh_auto_clean
	rm -f nanomath.egg-info/SOURCES.txt nanomath.egg-info/requires.txt