[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Question about sponsoring a package



On Fri, May 23, 2014 at 12:20:16AM +0200, Leopold Palomo-Avellaneda wrote:
> Testing the generated package it has easy warnings to fix, but more than one 
> hundred:
> 
> libpcl-tools: binary-without-manpage 

fwiw, a similar issue arised during trilinos packaging. i decided to
only write a single man page and

override_dh_install:
   [..]
   @for i in fastq mapvar aprepro grope decomp sphgen gen3d exodiff blot algebra io_shell \
            genshell exomatlab io_info grepos shell_to_hex nem_spread mat2exo \
            numbers mapvar-kd cth_pressure_map exotxt ejoin txtexo epu gjoin nem_slice \
            exo2mat conjoin; do \
       cmd="dh_link -p seacas usr/share/man/man1/seacas.1 usr/share/man/man1/$$i.1"; \
       echo $$cmd; $$cmd; \
   done
.

seacas.1 mentions all these binaries and points to some other documentation.

hth
felix


Reply to: