Author: malat-guest Date: 2011-12-11 18:24:10 +0000 (Sun, 11 Dec 2011) New Revision: 8906
Added: trunk/packages/gofigure2/trunk/debian/gofigure.1.in Removed: trunk/packages/gofigure2/trunk/debian/gofigure.1 Modified: trunk/packages/gofigure2/trunk/debian/rules Log: regenerate man page Deleted: trunk/packages/gofigure2/trunk/debian/gofigure.1 =================================================================== --- trunk/packages/gofigure2/trunk/debian/gofigure.1 2011-12-11 15:40:46 UTC (rev 8905) +++ trunk/packages/gofigure2/trunk/debian/gofigure.1 2011-12-11 18:24:10 UTC (rev 8906) @@ -1,23 +0,0 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.2. -.TH GOFIGURE "1" "March 2011" "gofigure 0.8.1" "User Commands" -.SH NAME -gofigure \- gofigure2 -.SH DESCRIPTION -GoFigure2 version 0.8.1 -.PP -gofigure [options] -\fB\-\-i\fR input file (single file) -\fB\-\-help\fR list of all options -\fB\-\-version\fR get the version number -.SH "SEE ALSO" -The full documentation for -.B gofigure -is maintained as a Texinfo manual. If the -.B info -and -.B gofigure -programs are properly installed at your site, the command -.IP -.B info gofigure -.PP -should give you access to the complete manual. Copied: trunk/packages/gofigure2/trunk/debian/gofigure.1.in (from rev 8902, trunk/packages/gofigure2/trunk/debian/gofigure.1) =================================================================== --- trunk/packages/gofigure2/trunk/debian/gofigure.1.in (rev 0) +++ trunk/packages/gofigure2/trunk/debian/gofigure.1.in 2011-12-11 18:24:10 UTC (rev 8906) @@ -0,0 +1,15 @@ +[NAME] +gofigure \- Tool for visualizing, processing and analysing of bioimages + +[SYNOPSIS] +.B gofigure +.RI [ options ] " files" ... + +[DESCRIPTION] +The prime goal of GoFigure2 is the automatic segmentation of nuclei and cell +membranes and in temporally tracking them amidst cell division to create +lineages. + +[AUTHORS] +This manual page was written by Mathieu Malaterre <[email protected]>, +for the Debian project (and may be used by others). Modified: trunk/packages/gofigure2/trunk/debian/rules =================================================================== --- trunk/packages/gofigure2/trunk/debian/rules 2011-12-11 15:40:46 UTC (rev 8905) +++ trunk/packages/gofigure2/trunk/debian/rules 2011-12-11 18:24:10 UTC (rev 8906) @@ -10,6 +10,10 @@ override_dh_shlibdeps: LD_LIBRARY_PATH=debian/gofigure2/usr/lib/gofigure2 dh_shlibdeps -l/usr/lib/gofigure2 +debian/gofigure.1: debian/gofigure.1.in + help2man --include=debian/gofigure.1.in \ + --output=debian/gofigure.1 --no-info gofigure + VER_FULL = $(shell dpkg-parsechangelog | grep '^Version' | cut -d' ' -f2 | cut -f1 -d-) UPSTREAM_SRC = GoFigure2-v$(VER_FULL).tar.gz DEBIAN_SRC_DIR = GoFigure2-v$(VER_FULL) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
