From 1e8f8b3631535537c1819ba0a842f36b4cb4ca26 Mon Sep 17 00:00:00 2001 From: Felipe Sateler Date: Sun, 3 Feb 2019 17:39:04 -0300 Subject: Ship the upstream manpage instead of using help2man --- debian/control | 2 +- debian/docs | 1 + debian/rules | 6 +----- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index 543c269..c5c0f55 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Section: admin Priority: optional Build-Depends: debhelper (>= 10), dh-python, - help2man, + pandoc, python3-all, python3-setuptools Standards-Version: 4.0.0 diff --git a/debian/docs b/debian/docs index b43bf86..1e13d39 100644 --- a/debian/docs +++ b/debian/docs @@ -1 +1,2 @@ README.md +mkosi.md diff --git a/debian/rules b/debian/rules index 1733887..7e0723b 100755 --- a/debian/rules +++ b/debian/rules @@ -12,8 +12,4 @@ export PYBUILD_NAME=mkosi # need explicit target to be able to mark as phony override_dh_auto_build: dh_auto_build --buildsystem=pybuild - help2man --name "Create legacy-free OS images" \ - --version-string "mkosi $(DEB_VERSION_UPSTREAM)" \ - --no-info \ - -o debian/mkosi.1 \ - ./mkosi + pandoc --standalone --to man --output debian/mkosi.1 mkosi.md -- cgit v1.2.3