[SCM] ardour/master: Minimal manpages for the ardour5 session utilities
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Tue Oct 18 15:21:03 UTC 2016
The following commit has been merged in the master branch:
commit 024ca29414e5a6fdc3f96f129e2ddf973803e180
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date: Tue Oct 18 16:12:46 2016 +0200
Minimal manpages for the ardour5 session utilities
diff --git a/debian/ardour.manpages b/debian/ardour.manpages
index 7df8f37..35d0b03 100644
--- a/debian/ardour.manpages
+++ b/debian/ardour.manpages
@@ -1 +1,4 @@
debian/ardour5.1
+ardour5-copy-mixer.1
+ardour5-export.1
+ardour5-fix_bbtppq.1
diff --git a/debian/ardour5-utils.1 b/debian/ardour5-utils.1
new file mode 100644
index 0000000..069b596
--- /dev/null
+++ b/debian/ardour5-utils.1
@@ -0,0 +1,48 @@
+.TH ARDOUR 1 2002-12-29
+.SH NAME
+ardour5 session utilities \- helpers for the ardour digital audio workstation
+.SH SYNOPSIS
+ardour5-copy-mixer
+.RB [
+.B \-\-help
+.RB ]
+.RB [
+.IR arguments
+.RB ]
+.br
+ardour5-export
+.RB [
+.B \-\-help
+.RB ]
+.RB [
+.IR arguments
+.RB ]
+.br
+ardour5-fix_bbtppq
+.RB [
+.B \-\-help
+.RB ]
+.RB [
+.IR arguments
+.RB ]
+.SH DESCRIPTION
+\fBardour5-copy-mixer\fP copies mixer-settings from one session to another.
+.br
+\fBardour5-export\fP exports an ardour session from the commandline.
+.br
+\fBardour5-fix_bbtppq\fP converts an ardour session with 5.0-5.3 midi sources to
+be compatible with ardour5.4.
+.SH OPTIONS
+.TP
+.B \-\-help
+Display detailed usage information.
+.SH AUTHOR
+Paul Davis.
+Do
+.I not
+contact him directly.
+Instead,
+contact him at <ardour-dev at lists.ardour.org>.
+You can subscribe here:
+.br
+http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org
diff --git a/debian/rules b/debian/rules
index ce490a7..d40b4e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -202,3 +202,14 @@ DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./MSVC**
DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./msvc*
DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./icons/win32/**
DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./gtk2_ardour/win32/**
+
+MANPAGES: ardour5-copy-mixer.1 ardour5-export.1 ardour5-fix_bbtppq.1
+.PHONY: manpages manpageclean
+$(MANPAGES): debian/ardour5-utils.1
+ cp $^ $@
+manpages: $(MANPAGES)
+manpageclean:
+ rm -f $(MANPAGES)
+
+common-binary-arch:: manpages
+clean:: manpageclean
--
ardour Debian packaging
More information about the pkg-multimedia-commits
mailing list