Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

subsurface(1) [debian man page]

subsurface(1)						      General Commands Manual						     subsurface(1)

NAME
subsurface - a simple dive log program written in C SYNOPSIS
subsurface [options] [FILE...] [-import] [FILE...] DESCRIPTION
subsurface allows you to manage your dive logs that you can download from your dive computer or import from existing XML files. The Dive Profile and Dive List tabs can be ripped off from the notebook to create up to three independent windows. You can click on the the column headings to sort the dives based on this column. Additional dives that get imported will be assigned numbers if they don't already have numbers, are after all currently stored dives and the last of those dives is numbered. OPTIONS
-v show more output during processing --import all further files should be processed as import, not open BUGS
lots. Tell us if you find some. April 5, 2012 subsurface(1)

Check Out this Related Man Page

GIT-IMPORT-DSCS(1)					      git-buildpackage Manual						GIT-IMPORT-DSCS(1)

NAME
git-import-dscs - Import multiple versions of a Debian source packages into a Git repository SYNOPSIS
git-import-dscs [ options ] [ git-import-dsc options ] pkg_1.dsc pkg_2.dsc ... or git-import-dscs --debsnap [ options ] [ git-import-dsc options ] package DESCRIPTION
git-import-dscs imports several versions of a Debian source package into a Git repository. To do so it sorts the packages by their versions first and then imports them via calling git-import-dsc on each package. If the current directory isn't a Git repository already the repository is created in a subdir of the current working directory, named after the first imported package, otherwise the Git repository in the current working directory is being used. This allows for incremental imports. OPTIONS
--debsnap Fetch snapshots from snapshots.debian.org using debsnap. --ignore-repo-config Ignore gbp.conf files stored in the git repository itself. This can be useful to ignore branch informations and other options shipped in the package source. All other options are passed on verbatim to git-import-dsc. SEE ALSO
git-import-dsc(1), git-buildpackage(1), git-import-orig(1), git-dch(1), gbp.conf(5), debuild(1), git(1), pristine-tar(1), The Git-Build- package Manual <URL:file:///usr/share/doc/git-buildpackage/manual-html/index.html> AUTHOR
Guido Guenther <agx@sigxcpu.org> 01 June 2012 GIT-IMPORT-DSCS(1)
Man Page