File: rules

package info (click to toggle)
geomet 0.2.0.post2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 144 kB
  • sloc: python: 1,019; makefile: 7
file content (13 lines) | stat: -rwxr-xr-x 245 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PYBUILD_NAME=geomet

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

override_dh_auto_install:
	dh_auto_install

	# geomet
	mkdir -p debian/geomet/usr
	mv debian/python3-$(PYBUILD_NAME)/usr/bin debian/geomet/usr/bin