r44031 - in /packages/etsf-io/trunk/debian: changelog etsf-io.manpages etsf_io.1 rules

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Sat Nov 19 13:12:47 UTC 2011


Author: sylvestre
Date: Sat Nov 19 13:12:45 2011
New Revision: 44031

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44031
Log:
  [ Sylvestre Ledru ]
  * Team upload
  * Man page added
  * Lintian warning removed

Added:
    packages/etsf-io/trunk/debian/etsf-io.manpages
    packages/etsf-io/trunk/debian/etsf_io.1
Modified:
    packages/etsf-io/trunk/debian/changelog
    packages/etsf-io/trunk/debian/rules

Modified: packages/etsf-io/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/etsf-io/trunk/debian/changelog?rev=44031&op=diff
==============================================================================
--- packages/etsf-io/trunk/debian/changelog (original)
+++ packages/etsf-io/trunk/debian/changelog Sat Nov 19 13:12:45 2011
@@ -1,11 +1,17 @@
 etsf-io (1.0.3-4) unstable; urgency=low
 
-   [ Damien Caliste ]
+  [ Sylvestre Ledru ]
+  * Team upload
+  * Man page added
+  * Lintian warning removed
+
+  [ Damien Caliste ]
   * Standards-Version updated to version 3.9.2
-  * Add a missing dependency for the devel package on NetCDF.
+  * Add a missing dependency for the devel package on NetCDF
+    (Closes: #618168, #615652)
   * Add a pkg-config configuration file for ease of use.
 
- -- Sylvestre Ledru <sylvestre at debian.org>  Fri, 24 Jun 2011 11:18:17 +0200
+ -- Sylvestre Ledru <sylvestre at debian.org>  Sat, 19 Nov 2011 13:58:37 +0100
 
 etsf-io (1.0.3-3) unstable; urgency=low
 

Added: packages/etsf-io/trunk/debian/etsf-io.manpages
URL: http://svn.debian.org/wsvn/debian-science/packages/etsf-io/trunk/debian/etsf-io.manpages?rev=44031&op=file
==============================================================================
--- packages/etsf-io/trunk/debian/etsf-io.manpages (added)
+++ packages/etsf-io/trunk/debian/etsf-io.manpages Sat Nov 19 13:12:45 2011
@@ -1,0 +1,1 @@
+debian/etsf_io.1

Added: packages/etsf-io/trunk/debian/etsf_io.1
URL: http://svn.debian.org/wsvn/debian-science/packages/etsf-io/trunk/debian/etsf_io.1?rev=44031&op=file
==============================================================================
--- packages/etsf-io/trunk/debian/etsf_io.1 (added)
+++ packages/etsf-io/trunk/debian/etsf_io.1 Sat Nov 19 13:12:45 2011
@@ -1,0 +1,54 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.4.
+.TH ETSF_IO "1" "November 2011" "etsf_io" "User Commands"
+.SH NAME
+etsf_io \- manual page for etsf_io
+.SH SYNOPSIS
+.B etsf_io
+[\fI-h | -a action\fR] [[\fI-i file\fR]...] [[\fI-f flag\fR]...]
+.SH DESCRIPTION
+.PP
+[\-o file] [arguments]
+.PP
+Handle ETSF files, see \fB\-\-action\fR option.
+.PP
+\fB\-h\fR \fB\-\-help\fR             : show this little help.
+.PP
+\fB\-a\fR \fB\-\-action\fR value     : give the action to perform.
+.PP
+Possible action may be:
+* 'merge' to gather several files that have been splitted.
+.PP
+* 'content' to get the name of specifications the file matches.
+.PP
+* 'check' to check the validity of the file against specifications.
+.PP
+\fB\-o\fR \fB\-\-output\-file\fR file : give the path to the output ETSF file.
+.PP
+\fB\-i\fR \fB\-\-input\-file\fR file  : give the path for an input file. This option can be used one or several times.
+.PP
+\fB\-l\fR \fB\-\-list\fR             : when action is check, it give the list of available flags.q
+.PP
+\fB\-f\fR \fB\-\-flag\fR value       : give a flag name (get valid names from \fB\-l\fR option).
+.PP
+Examples:
+.PP
+Merge three files, etsf_io \fB\-a\fR merge \fB\-i\fR file1.nc \fB\-i\fR file2.nc
+\fB\-i\fR file3.nc \fB\-o\fR output.nc
+.PP
+Get the contents of file test.nc, etsf_io \fB\-a\fR content test.nc
+.PP
+Get the list of flags for validity checks, etsf_io \fB\-a\fR check \fB\-l\fR
+.PP
+Checks with two flags, etsf_io \fB\-a\fR check \fB\-f\fR flag1 \fB\-f\fR flag2 test.nc
+.SH "SEE ALSO"
+The full documentation for
+.B etsf_io
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B etsf_io
+programs are properly installed at your site, the command
+.PP
+.B info etsf_io
+.PP
+should give you access to the complete manual.

Modified: packages/etsf-io/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/etsf-io/trunk/debian/rules?rev=44031&op=diff
==============================================================================
--- packages/etsf-io/trunk/debian/rules (original)
+++ packages/etsf-io/trunk/debian/rules Sat Nov 19 13:12:45 2011
@@ -3,7 +3,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_CONFIGURE_USER_FLAGS := --docdir=\$${prefix}/share/doc/libetsf-io-doc --with-moduledir=\$${includedir}
 DEB_MAKE_INSTALL_TARGET  := install DESTDIR=$(DEB_DESTDIR)




More information about the debian-science-commits mailing list