File: rules

package info (click to toggle)
krop 0.7.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 372 kB
  • sloc: python: 2,522; xml: 36; sh: 17; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 315 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
export DH_VERBOSE = 1
export PYBUILD_NAME = krop

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

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_install:
	python3 setup.py install --root=debian/krop --install-layout=deb --install-scripts=/usr/share/krop