[SCM] freetuxtv/master: Integration for help2man.

ebeuque-guest at users.alioth.debian.org ebeuque-guest at users.alioth.debian.org
Sat May 19 09:22:04 UTC 2012


The following commit has been merged in the master branch:
commit 58904f7f6ffda5cec0164c598e8a555c45766002
Author: Eric Beuque <eric.beuque at gmail.com>
Date:   Sat May 19 10:10:11 2012 +0100

    Integration for help2man.

diff --git a/debian/control b/debian/control
index 358cd6e..66efdfa 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Eric Beuque <eric.beuque at gmail.com>, Ryan Kavanagh <rak at debian.org>
 Build-Depends: debhelper (>= 8.0.0),
+ help2man,
  autotools-dev,
  intltool,
  libtool,
diff --git a/debian/freetuxtv.1 b/debian/freetuxtv.1
deleted file mode 100644
index ce3d588..0000000
--- a/debian/freetuxtv.1
+++ /dev/null
@@ -1,41 +0,0 @@
-.TH FREETUXTV 1 "April  19, 2012"
-.SH NAME
-freetuxtv \- Internet television and radio player
-.SH SYNOPSIS
-.B freetuxtv
-.RI [ options ]
-.SH DESCRIPTION
-This manual page briefly documents the
-.B freetuxtv
-player.
-.PP
-\fBfreetuxtv\fP is a video player based on LibVLC allowing you to watch and record
-TV on your PC. A large database (growing daily) of free WebTV/WebRadio/WebCam
-channels in more than 20 languages is accessible. You can also play streams
-from ISP television service if it provides this feature. Moreover, it is also
-possible to easily program your recording on each channel with differents
-transcoding formats.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`\-').
-A summary of options is included below.
-.TP
-.B \-h, \-\-help
-Show summary of options.
-.TP
-.B \-\-open\-channel CHANNEL_NAME
-look for a channel corresponding to the name and play it if found (take first in
-the channels list)
-.TP
-.B \-v, \-\-verbose
-display a more detailed trace
-.TP
-.B \-\-datadir DATA_DIR
-set data directory
-.SH SEE ALSO
-.BR vlc (1),
-.SH AUTHOR
-freetuxtv was written by Eric Beuque.
-.PP
-This manual page was written by Eric Beuque <eric.beuque at gmail.com>,
-for the Debian project (and may be used by others).
diff --git a/debian/freetuxtv.manpages b/debian/freetuxtv.manpages
deleted file mode 100644
index 5f91f5e..0000000
--- a/debian/freetuxtv.manpages
+++ /dev/null
@@ -1 +0,0 @@
-debian/freetuxtv.1
diff --git a/debian/rules b/debian/rules
index d080aaa..600bdbe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,4 +18,6 @@ override_dh_auto_configure:
 override_dh_install:
 	sed -i "/dependency_libs/ s/'.*'/''/" `find . -name '*.la'`
 	rm -f debian/freetuxtv/usr/share/freetuxtv/doc/COPYING
+	help2man --no-info ./src/freetuxtv --output=freetuxtv.1
+	dh_installman freetuxtv.1
 	dh_install

-- 
freetuxtv packaging



More information about the pkg-multimedia-commits mailing list