r35490 - in /packages/libbft/trunk/debian: bft-config.1 changelog libbft-dev.manpages

sylvestre-guest at users.alioth.debian.org sylvestre-guest at users.alioth.debian.org
Wed Feb 11 23:09:36 UTC 2009


Author: sylvestre-guest
Date: Wed Feb 11 23:09:36 2009
New Revision: 35490

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35490
Log:
Manpage added (provided by upstream)

Added:
    packages/libbft/trunk/debian/bft-config.1
    packages/libbft/trunk/debian/libbft-dev.manpages
Modified:
    packages/libbft/trunk/debian/changelog

Added: packages/libbft/trunk/debian/bft-config.1
URL: http://svn.debian.org/wsvn/debian-science/packages/libbft/trunk/debian/bft-config.1?rev=35490&op=file
==============================================================================
--- packages/libbft/trunk/debian/bft-config.1 (added)
+++ packages/libbft/trunk/debian/bft-config.1 Wed Feb 11 23:09:36 2009
@@ -1,0 +1,71 @@
+.\"
+.\"  This file is part of the "Base Functions and Types" library, intended to
+.\"  simplify and enhance portability, memory and I/O use for scientific codes.
+.\"
+.\"  Copyright (C) 2009 EDF S.A., France
+.\"
+.\"  This library is free software; you can redistribute it and/or
+.\"  modify it under the terms of the GNU Lesser General Public
+.\"  License as published by the Free Software Foundation; either
+.\"  version 2.1 of the License, or (at your option) any later version.
+.\"
+.\"  This library is distributed in the hope that it will be useful,
+.\"  but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\"  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+.\"  Lesser General Public License for more details.
+.\"
+.\"  You should have received a copy of the GNU Lesser General Public
+.\"  License along with this library; if not, write to the Free Software
+.\"  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+.\"
+.TH BFT-CONFIG 1 2009-02-04 "" ""
+.SH NAME
+bft-config \- Script to get information about the installed version of
+the BFT library.
+.SH SYNOPSIS
+.B bft-config
+.RI [options]
+.RI [scope]
+.br
+.SH DESCRIPTION
+This script is a tool that is used to configure to determine
+the compiler and linker flags that should be used to compile
+and link programs that use
+.BR libbft .
+.SH OPTIONS
+.PP
+.I Options
+.B
+.IP --prefix
+Installation path prefix
+.B
+.IP --exec-prefix
+System-dependent path prefix
+.B
+.IP --version
+Version
+.B
+.IP --cppflags
+C preprocessor flags (e.g. -D<macro>, ...)
+.B
+.IP --cflags
+C flags (e.g. -O, -g, ...)
+.B
+.IP --ldflags
+Linker flags (e.g. -g, -L<path>, ...)
+.B
+.IP --libs
+librairies used (e.g. -l<libname>)
+.B
+.IP --cc
+C compiler used for build
+.PP
+.I Scope
+.B
+.IP "use (default)"
+Options required for user code
+.B
+.IP build
+Options used for build
+.SH SEE ALSO
+.BR fvm-config (1)

Modified: packages/libbft/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/libbft/trunk/debian/changelog?rev=35490&op=diff
==============================================================================
--- packages/libbft/trunk/debian/changelog (original)
+++ packages/libbft/trunk/debian/changelog Wed Feb 11 23:09:36 2009
@@ -1,3 +1,9 @@
+libbft (1.0.8-2) unstable; urgency=low
+
+  * Manpage added (provided by upstream)
+
+ -- Sylvestre Ledru <sylvestre.ledru at inria.fr>  Thu, 12 Feb 2009 00:03:50 +0100
+
 libbft (1.0.8-1) unstable; urgency=low
 
   * New upstream version

Added: packages/libbft/trunk/debian/libbft-dev.manpages
URL: http://svn.debian.org/wsvn/debian-science/packages/libbft/trunk/debian/libbft-dev.manpages?rev=35490&op=file
==============================================================================
--- packages/libbft/trunk/debian/libbft-dev.manpages (added)
+++ packages/libbft/trunk/debian/libbft-dev.manpages Wed Feb 11 23:09:36 2009
@@ -1,0 +1,1 @@
+debian/bft-config.1




More information about the debian-science-commits mailing list