[Python-apps-commits] r2903 - in packages/vitables/trunk/debian (changelog control)

xnox-guest at users.alioth.debian.org xnox-guest at users.alioth.debian.org
Sat May 9 17:31:32 UTC 2009


    Date: Saturday, May 9, 2009 @ 17:31:32
  Author: xnox-guest
Revision: 2903

* Added python-numpy dependency
* Switched to debhelper7

Modified:
  packages/vitables/trunk/debian/changelog
  packages/vitables/trunk/debian/control

Modified: packages/vitables/trunk/debian/changelog
===================================================================
--- packages/vitables/trunk/debian/changelog	2009-05-09 17:11:02 UTC (rev 2902)
+++ packages/vitables/trunk/debian/changelog	2009-05-09 17:31:32 UTC (rev 2903)
@@ -5,5 +5,7 @@
   * Removed pyversions file
   * Moved to private modules
   * Moved examples and doc to /usr/share/doc/vitables/
+  * Added python-numpy dependency
+  * Switched to debhelper7
 
- -- Dmitrijs Ledkovs <dmitrij.ledkov at gmail.com>  Sat, 09 May 2009 17:09:38 +0000
+ -- Dmitrijs Ledkovs <dmitrij.ledkov at gmail.com>  Sat, 09 May 2009 17:30:52 +0000

Modified: packages/vitables/trunk/debian/control
===================================================================
--- packages/vitables/trunk/debian/control	2009-05-09 17:11:02 UTC (rev 2902)
+++ packages/vitables/trunk/debian/control	2009-05-09 17:31:32 UTC (rev 2903)
@@ -14,7 +14,7 @@
 
 Package: vitables
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, python, python-qt4 (>=4.4), python-tables (>= 2.0)
+Depends: ${shlibs:Depends}, ${misc:Depends}, python, python-qt4 (>=4.4), python-tables (>= 2.0), python-numpy
 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.




More information about the Python-apps-commits mailing list