[SCM] Packaging for pytables branch, master, updated. debian/2.4.0-1-17-g2c9186c

Antonio Valentino antonio.valentino at tiscali.it
Sat Jun 1 20:55:57 UTC 2013


The following commit has been merged in the master branch:
commit 3e2b147f15e44290f79716b73f103f6e19678811
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sat Jun 1 19:03:22 2013 +0000

    Added a man page for the new pt2pt3 command line tool

diff --git a/debian/changelog b/debian/changelog
index a457b65..70dd9b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ pytables (3.0.0-1) UNRELEASED; urgency=low
   * Updated copyright file
   * Standard version bumped to 3.9.4 (no changes)
   * Removed obsolete DM-Upload-Allowed field from the control file
+  * Added a man page for the new pt2pt3 command line tool.
   * Depend on numexpr >= 2.0
   * Minimum Python version is now 2.6
 
diff --git a/debian/ptdump.1 b/debian/pt2to3.1
similarity index 50%
copy from debian/ptdump.1
copy to debian/pt2to3.1
index 6115c2c..68c88e9 100644
--- a/debian/ptdump.1
+++ b/debian/pt2to3.1
@@ -2,7 +2,7 @@
 .\" First parameter, NAME, should be all caps
 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 .\" other parameters are allowed: see man(7), man(1)
-.TH PTDUMP 1 "July 7, 2007"
+.TH PT2TO3 1 "May 15, 2013"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 .\" Some roff macros, for reference:
@@ -16,38 +16,30 @@
 .\" .sp <n>    insert n+1 empty lines
 .\" for manpage-specific macros, see man(7)
 .SH NAME
-ptdump \- Let's you dig into the contents of a \fIPyTables\fR file.
+pt2to3 \- PyTables 2.x \-> 3.x API transition tool.
 .SH SYNOPSIS
-.B ptdump
-.RB [\| \-dvacih \|]
-.RB [\| \-R \| \  start,stop,step]
-.RB file[:nodepath]
+.B pt2to3
+[ OPTIONS ]
+.RB filename
 .br
 .SH DESCRIPTION
-Allows you look into the contents of your \fIPyTables\fR files. It lets
-you see not only the data but also the metadata (that is, the structure
-and additional information in the form of attributes).
+This tool displays to standard out, so it is common to pipe this to another
+file: $ pt2to3 oldfile.py > newfile.py.
 
 .SH OPTIONS
 A summary of options is included below.
 .TP
-.B \-d
-Dump data information on leaves.
+.B \-r, \--reverse
+Reverts changes, going from 3.x \-> 2.x.
 .TP
-.B \-v
-Dump more metainformation on nodes.
+.B \-p, \--no-ignore-previous
+Ignores previous_api() calls.
 .TP
-.B \-a
-Show attributes in nodes (only useful when \-v or \-d are active).
+.B \-o OUTPUT
+Output file to write to..
 .TP
-.B \-c
-Show info of columns in tables (only useful when \-v or \-d are active).
-.TP
-.B \-i
-Show info of indexed column (only useful when \-v or \-d are active).
-.TP
-.BI \-R\  start,stop,step
-Select a range of rows in the form "start,stop,step" for \fIall\fR leaves.
+.B \-i, \--inplace
+Overwrites the file in-place.
 .TP
 .B \-h
 Print help on usage.
@@ -55,9 +47,9 @@ Print help on usage.
 .br
 
 .SH SEE ALSO
-.BR ptrepack (1).
+.BR ptrepack (1), ptdump (1).
 .br
 These utilities are documented fully by
 .IR "PyTables user's manual".
 .SH AUTHOR
-This manual page was written by Francesc Altet <faltet at carabos.com>.
+This manual page was written by Antonio Valentino <antonio.valentino at tiscali.it>.
diff --git a/debian/python-tables.manpages b/debian/python-tables.manpages
index 922b09c..1f3d1a0 100644
--- a/debian/python-tables.manpages
+++ b/debian/python-tables.manpages
@@ -1,3 +1,4 @@
 debian/nctoh5.1
 debian/ptdump.1
 debian/ptrepack.1
+debian/pt2to3.1

-- 
Packaging for pytables



More information about the debian-science-commits mailing list