[SCM] gmerlin/master: add whois section to generated manpages

zmoelnig-guest at users.alioth.debian.org zmoelnig-guest at users.alioth.debian.org
Sun Jan 16 20:45:27 UTC 2011


The following commit has been merged in the master branch:
commit 68f89f64a805c24a5e3eeb7e600d6cd465c84230
Author: IOhannes m zmölnig <zmoelnig at umlaeute.mur.at>
Date:   Sun Jan 16 19:24:13 2011 +0100

    add whois section to generated manpages

diff --git a/debian/patches/fix_manpages.patch b/debian/patches/fix_manpages.patch
index 373fe1a..6e69b90 100644
--- a/debian/patches/fix_manpages.patch
+++ b/debian/patches/fix_manpages.patch
@@ -1,4 +1,5 @@
 Description: Improve the manpages provide by upstream.
+also make sure that generated manpages provide proper whois section
 Origin: Debian
 ---
  apps/cmdlineplayer/gmerlin_play.1           |   48 +++++++++++++-------------
@@ -567,3 +568,14 @@ Origin: Debian
  
  .RS 2
  Print version info and exit
+--- gmerlin.orig/lib/cmdline.c
++++ gmerlin/lib/cmdline.c
+@@ -383,7 +383,7 @@
+ 
+       free(string_uc);
+ 
+-      printf(".SH NAME\n%s\n", app_data->name);
++      printf(".SH NAME\n%s - %s\n", app_data->name, TRD(app_data->help_before, app_data->package));
+       printf(".SH SYNOPSIS\n.B %s \n", app_data->name);
+       tmp_string = bg_strdup(NULL,
+                              TRD(app_data->synopsis, app_data->package));

-- 
gmerlin packaging



More information about the pkg-multimedia-commits mailing list