File: rules

package info (click to toggle)
ripe-atlas-cousteau 1.4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 372 kB
  • sloc: python: 2,415; makefile: 189
file content (15 lines) | stat: -rwxr-xr-x 324 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
# output every command that modifies files on the build system.
#export DH_VERBOSE = 1

export PYBUILD_NAME=ripe-atlas-cousteau

include /usr/share/dpkg/default.mk

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

.PHONY: override_dh_clean
override_dh_clean:
	dh_clean
	rm -rf ripe.atlas.cousteau.egg-info