From 8f2826c40e82241eac3e07458a1817521450797e Mon Sep 17 00:00:00 2001 From: Felipe Sateler Date: Sun, 6 Nov 2016 19:28:47 -0300 Subject: Import mkosi_1-1.debian.tar.xz [dgit import tarball mkosi 1-1 mkosi_1-1.debian.tar.xz] --- rules | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 rules (limited to 'rules') diff --git a/rules b/rules new file mode 100755 index 0000000..b610a2d --- /dev/null +++ b/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE = 1 + +include /usr/share/dpkg/pkg-info.mk + +export PYBUILD_NAME=mkosi + +%: + dh $@ --with python3 --buildsystem=pybuild + +# need explicit target to be able to mark as phony +build build-indep: debian/mkosi.1 + dh $@ --with python3 --buildsystem=pybuild + +debian/mkosi.1: + help2man --name "Create legacy-free OS images" \ + --version-string "mkosi $(DEB_VERSION_UPSTREAM)" \ + --no-info \ + -o debian/mkosi.1 \ + ./mkosi + +.PHONY: build -- cgit v1.2.3