File: rules

package info (click to toggle)
krop 0.5.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 328 kB
  • sloc: python: 1,962; xml: 34; makefile: 9; sh: 9
file content (13 lines) | stat: -rwxr-xr-x 416 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
export DH_VERBOSE = 1
export PYBUILD_NAME = krop

usrshare := $(CURDIR)/debian/$(PYBUILD_NAME)/usr/share
mandir := $(usrshare)/man/man1

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

override_dh_auto_install:
	python3 setup.py install --root=debian/krop --install-layout=deb --install-lib=/usr/share/krop --install-scripts=/usr/share/krop
	mv $(usrshare)/krop/krop/krop $(usrshare)/krop/krop.py