[SCM] deken/master: use hy(3) for manpage generation

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Sun Jan 14 20:30:43 UTC 2018


The following commit has been merged in the master branch:
commit b758a831e19f548965ce8c914599e9f0456f3ff7
Author: IOhannes m zmölnig <zmoelnig at umlautS.umlaeute.mur.at>
Date:   Sun Jan 14 21:26:05 2018 +0100

    use hy(3) for manpage generation

diff --git a/debian/control b/debian/control
index c163edd..5e8aa0c 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Build-Depends:
  debhelper (>= 9~),
  dh-buildinfo,
  help2man,
- python-hy,
- python-setuptools,
+ hy,
+ python3-setuptools,
 Standards-Version: 4.1.1
 Homepage: https://github.com/pure-data/deken
 Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/deken.git
diff --git a/debian/help2man/deken b/debian/help2man/deken
index 06ecf18..0bce9bf 100755
--- a/debian/help2man/deken
+++ b/debian/help2man/deken
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-hy2 deken.hy $@ 2>&1
+hy deken.hy $@ 2>&1

-- 
deken packaging



More information about the pkg-multimedia-commits mailing list