File: rules

package info (click to toggle)
hinawa-utils 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,388 kB
  • sloc: python: 15,143; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 273 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#! /usr/bin/make -f

export PYBUILD_NAME = hinawa_utils

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

override_dh_auto_install:
	dh_auto_install
	mkdir -p $(CURDIR)/debian/tmp/usr/bin
	mv $(CURDIR)/debian/python3-hinawa-utils/usr/bin/* \
		$(CURDIR)/debian/tmp/usr/bin/