[SCM] zynaddsubfx/master: Install upstream man pages. (Closes: #845355)
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Wed Nov 23 00:35:26 UTC 2016
The following commit has been merged in the master branch:
commit 8da18a665c9405795617404fe3ba1ffa7fc54da7
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Wed Nov 23 01:12:42 2016 +0100
Install upstream man pages. (Closes: #845355)
diff --git a/debian/control b/debian/control
index bdc5a30..2edcfe9 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,9 @@ Build-Depends:
libmxml-dev (>= 2.0),
zlib1g-dev,
libxpm-dev,
- libgl1-mesa-dev
+ libgl1-mesa-dev,
+ asciidoc,
+ xmlto
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/zynaddsubfx.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/zynaddsubfx.git
diff --git a/debian/rules b/debian/rules
index e37a7ce..705771c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,3 +7,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
override_dh_auto_configure:
dh_auto_configure -- -DNoNeonPlease=ON
+
+override_dh_installman:
+ a2x -f manpage doc/zynaddsubfx.1.txt
+ dh_installman
diff --git a/debian/zynaddsubfx.manpages b/debian/zynaddsubfx.manpages
index d155379..30b08fb 100644
--- a/debian/zynaddsubfx.manpages
+++ b/debian/zynaddsubfx.manpages
@@ -1 +1 @@
-debian/zynaddsubfx.1
+doc/zynaddsubfx.1
--
zynaddsubfx packaging
More information about the pkg-multimedia-commits
mailing list