File: rules

package info (click to toggle)
patatt 0.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, trixie
  • size: 368 kB
  • sloc: python: 1,083; sh: 26; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 351 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PYBUILD_NAME=patatt

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

override_dh_install:
	dh_install
	# Move executable and man page to patatt binary package
	mkdir -p debian/patatt/usr/share/patatt/hooks
	mv debian/python3-patatt/usr/share/man debian/patatt/usr/share/
	mv debian/python3-patatt/usr/bin debian/patatt/usr/