[Python-apps-commits] r2813 - in packages/vitables/trunk (15 files)

xnox-guest at users.alioth.debian.org xnox-guest at users.alioth.debian.org
Thu Apr 30 02:17:46 UTC 2009


    Date: Thursday, April 30, 2009 @ 02:17:45
  Author: xnox-guest
Revision: 2813

Initial release (Closes: #525760)

Added:
  packages/vitables/trunk/debian/
  packages/vitables/trunk/debian/changelog
  packages/vitables/trunk/debian/compat
  packages/vitables/trunk/debian/control
  packages/vitables/trunk/debian/copyright
  packages/vitables/trunk/debian/docs
  packages/vitables/trunk/debian/includeman
  packages/vitables/trunk/debian/install
  packages/vitables/trunk/debian/manpages
  packages/vitables/trunk/debian/patches/
  packages/vitables/trunk/debian/patches/desktop-file.patch
  packages/vitables/trunk/debian/pyversions
  packages/vitables/trunk/debian/rules
  packages/vitables/trunk/debian/vitables.1
  packages/vitables/trunk/debian/watch

Added: packages/vitables/trunk/debian/changelog
===================================================================
--- packages/vitables/trunk/debian/changelog	                        (rev 0)
+++ packages/vitables/trunk/debian/changelog	2009-04-30 02:17:45 UTC (rev 2813)
@@ -0,0 +1,5 @@
+vitables (2.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #525760)
+
+ -- Dmitrijs Ledkovs <dmitrij.ledkov at gmail.com>  Sun, 26 Apr 2009 21:52:10 +0100

Added: packages/vitables/trunk/debian/compat
===================================================================
--- packages/vitables/trunk/debian/compat	                        (rev 0)
+++ packages/vitables/trunk/debian/compat	2009-04-30 02:17:45 UTC (rev 2813)
@@ -0,0 +1 @@
+7

Added: packages/vitables/trunk/debian/control
===================================================================
--- packages/vitables/trunk/debian/control	                        (rev 0)
+++ packages/vitables/trunk/debian/control	2009-04-30 02:17:45 UTC (rev 2813)
@@ -0,0 +1,28 @@
+Source: vitables
+Section: python
+Priority: extra
+Maintainer: Dmitrijs Ledkovs <dmitrij.ledkov at gmail.com>
+Build-Depends: cdbs,
+               debhelper (>= 7),
+               python,
+               python-support
+Build-Depends-Indep: python-qt4 (>= 4.4),
+                     python-tables (>= 2.0)
+Standards-Version: 3.8.1
+Homepage: http://vitables.berlios.de
+
+Package: vitables
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, python, python-qt4 (>=4.4), python-tables (>= 2.0)
+Description: graphical tool to browse and edit PyTables and HDF5 files
+ ViTables is a component of the PyTables family. It is a graphical tool for
+ browsing and editing files in both PyTables and HDF5 formats.
+ .
+ ViTables capabilities include easy navigation through the data hierarchy,
+ displaying of real data and its associated metadata, a simple, yet powerful,
+ browsing of multidimensional data and much more.
+ .
+ One of the greatest strengths of ViTables is its ability to display very large
+ tables. Tables with one thousand millions of rows (and beyond) are navigated
+ stunningly fast and with very low memory requirements. So, if you ever need to
+ browse very large tables, don't hesitate, ViTables is your choice.

Added: packages/vitables/trunk/debian/copyright
===================================================================
--- packages/vitables/trunk/debian/copyright	                        (rev 0)
+++ packages/vitables/trunk/debian/copyright	2009-04-30 02:17:45 UTC (rev 2813)
@@ -0,0 +1,47 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=428
+Upstream-Name: ViTables
+Upstream-Maintainer: Vicent Mas <vmas at users.berlios.de>
+Upstream-Source: http://developer.berlios.de/project/showfiles.php?group_id=10366
+
+Files: *
+Copyright: Copyright (C) 2005, 2006, 2007 Carabos Coop. V. All rights reserved
+           Copyright (C) 2008, 2009 Vicent Mas. All rights reserved
+License: GPL-3+
+ On Debian systems the full text of the GNU General Public License can be found
+ in the `/usr/share/common-licenses/GPL-3' file.
+
+Files: preferences/test_preferences.py
+       preferences/test_vtconfig.py
+       preferences/__init__.py
+       scripts/tutorial3.py
+       scripts/MDobjects.py
+       scripts/create-large-table.py
+       h5db/test_dbManager.py
+       h5db/test_dbView.py
+       h5db/test_dbDoc.py
+       h5db/__init__.py
+       make.sh
+       root_package/test_query.py
+       root_package/test_actions.py
+       root_package/__init__.py
+       root_package/test_commandLine.py
+       posterIcons.py
+       common.py
+       __init__.py
+       nodes/test_groupDoc.py
+       nodes/test_unimplementedDoc.py
+       nodes/test_nodeDoc.py
+       nodes/__init__.py
+       nodes/test_arrayDoc.py
+       nodes/test_tableDoc.py
+       create_samples.py
+       test_all.py
+Copyright: No copyright, UNKNOWN
+License: unknown
+
+Files: debian/*
+Copyright: Copyright 2009, Dmitrijs Ledkovs <dmitrij.ledkov at gmail.com>
+License: GPL-3+
+ On Debian systems the full text of the GNU General Public License can be found
+ in the `/usr/share/common-licenses/GPL-3' file.
+

Added: packages/vitables/trunk/debian/docs
===================================================================
--- packages/vitables/trunk/debian/docs	                        (rev 0)
+++ packages/vitables/trunk/debian/docs	2009-04-30 02:17:45 UTC (rev 2813)
@@ -0,0 +1,3 @@
+doc/usersguide.pdf
+ANNOUNCE.txt
+TODO.txt

Added: packages/vitables/trunk/debian/includeman
===================================================================
--- packages/vitables/trunk/debian/includeman	                        (rev 0)
+++ packages/vitables/trunk/debian/includeman	2009-04-30 02:17:45 UTC (rev 2813)
@@ -0,0 +1,2 @@
+[SEE ALSO]
+User's guide is available in PDF format in /usr/share/doc/vitables/

Added: packages/vitables/trunk/debian/install
===================================================================
--- packages/vitables/trunk/debian/install	                        (rev 0)
+++ packages/vitables/trunk/debian/install	2009-04-30 02:17:45 UTC (rev 2813)
@@ -0,0 +1,2 @@
+unixapp/vitables.desktop usr/share/applications
+vitables.svg usr/share/pixmaps

Added: packages/vitables/trunk/debian/manpages
===================================================================
--- packages/vitables/trunk/debian/manpages	                        (rev 0)
+++ packages/vitables/trunk/debian/manpages	2009-04-30 02:17:45 UTC (rev 2813)
@@ -0,0 +1 @@
+debian/vitables.1

Added: packages/vitables/trunk/debian/patches/desktop-file.patch
===================================================================
--- packages/vitables/trunk/debian/patches/desktop-file.patch	                        (rev 0)
+++ packages/vitables/trunk/debian/patches/desktop-file.patch	2009-04-30 02:17:45 UTC (rev 2813)
@@ -0,0 +1,17 @@
+diff -Nur -x '*.orig' -x '*~' vitables/unixapp/vitables.desktop vitables.new/unixapp/vitables.desktop
+--- vitables/unixapp/vitables.desktop	2009-04-26 22:36:02.000000000 +0100
++++ vitables.new/unixapp/vitables.desktop	2009-04-27 06:42:41.246545497 +0100
+@@ -1,7 +1,6 @@
+ [Desktop Entry]
+ Type=Application
+ Version=1.0
+-Encoding=UTF-8
+ Name=ViTables
+ GenericName=PyTables & HDF5 Files Visualizer
+ GenericName[ca]=Visualitzador de fitxers PyTables i HDF5
+@@ -13,4 +12,4 @@
+ #Set this to the vitables documentation files
+ #DocPath=vitables/index.html
+ Terminal=false
+-Categories=Qt;Database;Viewer;
++Categories=Qt;Database;Viewer;Development

Added: packages/vitables/trunk/debian/pyversions
===================================================================
--- packages/vitables/trunk/debian/pyversions	                        (rev 0)
+++ packages/vitables/trunk/debian/pyversions	2009-04-30 02:17:45 UTC (rev 2813)
@@ -0,0 +1 @@
+2.4-2.5

Added: packages/vitables/trunk/debian/rules
===================================================================
--- packages/vitables/trunk/debian/rules	                        (rev 0)
+++ packages/vitables/trunk/debian/rules	2009-04-30 02:17:45 UTC (rev 2813)
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM    := pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/utils.mk
+
+build:
+	cp unixapp/vitables.svgz vitables.svg.gz
+	gzip -d vitables.svg.gz
+
+binary-post-install/vitables::
+	find debian/ -name '*LICENSE.txt' ! -type d -delete
+
+binary: list-missing
+
+DEB_INSTALL_CHANGELOGS_ALL := ChangeLog.txt


Property changes on: packages/vitables/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/vitables/trunk/debian/vitables.1
===================================================================
--- packages/vitables/trunk/debian/vitables.1	                        (rev 0)
+++ packages/vitables/trunk/debian/vitables.1	2009-04-30 02:17:45 UTC (rev 2813)
@@ -0,0 +1,21 @@
+.TH VITABLES "1" "April 2009" "vitables 2.0" "User Commands"
+.SH NAME
+vitables \- graphical tool to browse and edit PyTables and HDF5 files
+.SH SYNOPSIS
+.B vitables
+[\fIoptions\fR] [\fIh5file\fR]
+.SH OPTIONS
+.TP
+\fB\-\-version\fR
+show program's version number and exit
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+show this help message and exit
+.TP
+\fB\-m\fR MODE, \fB\-\-mode\fR=\fIMODE\fR
+mode access for a database
+.TP
+\fB\-d\fR h5list, \fB\-\-dblist\fR=\fIh5list\fR
+a file with the list of databases to be open
+.SH "SEE ALSO"
+User's guide is available in PDF format in /usr/share/doc/vitables/

Added: packages/vitables/trunk/debian/watch
===================================================================
--- packages/vitables/trunk/debian/watch	                        (rev 0)
+++ packages/vitables/trunk/debian/watch	2009-04-30 02:17:45 UTC (rev 2813)
@@ -0,0 +1,5 @@
+version=3
+opts=downloadurlmangle=s/prdownload/download/ \
+    http://developer.berlios.de/project/showfiles.php?group_id=10366 \
+    http://prdownload.berlios.de/vitables/ViTables-(.*)\.tar\.gz
+




More information about the Python-apps-commits mailing list