[SCM] Test git-repository for paraview branch, master, updated. upstream/3.10.1-43-g27f6ded

Anton Gladky gladky.anton at gmail.com
Thu Aug 11 20:45:47 UTC 2011


The following commit has been merged in the master branch:
commit 27f6dedb01b233d6ebb9ee0ceb600a4f84df60cc
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Thu Aug 11 22:45:05 2011 +0200

    Split paraview into paraview and paraview-python. (Closes: #637397)

diff --git a/debian/control b/debian/control
index bbbc949..7bce22d 100644
--- a/debian/control
+++ b/debian/control
@@ -18,16 +18,16 @@ Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-4), cmake (>= 2.6.3),
  libogg-dev, mpi-default-dev, libhdf5-mpi-dev
 Standards-Version: 3.9.2
 X-Python-Version: >=2.6
+Recommends: paraview-python
 Homepage: http://www.paraview.org/
 Vcs-Git: git://git.debian.org/git/debian-science/packages/paraview.git
 Vcs-Browser: http://git.debian.org/?p=debian-science/packages/paraview.git
 
 Package: paraview
 Architecture: any
-Depends: qt4-dev-tools, tcl8.5 | tclsh, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Depends: qt4-dev-tools, tcl8.5 | tclsh, ${shlibs:Depends}, ${misc:Depends}
 Recommends: qt4-dev-tools (>= 4.3.3-2), mpi-default-bin
 Suggests: hdf5-tools, h5utils
-Provides: ${python:Provides}
 Description: Parallel Visualization Application
  ParaView is an open-source, multi-platform application designed to
  visualize data sets of size varying from small to very large. The
@@ -88,3 +88,26 @@ Description: Parallel Visualization Application. Comprehensive documentation
  supercomputers. Under the hood, ParaView uses the Visualization
  Toolkit as the data processing and rendering engine and has a user
  interface written using Qt. Comprehensive documentation.
+
+Package: paraview-python
+Architecture: any
+Section: python
+Depends: paraview, ${python:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
+Conflicts: python-vtk
+Description: Parallel Visualization Application. Python-support
+ ParaView is an open-source, multi-platform application designed to
+ visualize data sets of size varying from small to very large. The
+ goals of the ParaView project include the following:
+ .
+     * Develop an open-source, multi-platform visualization application.
+     * Support distributed computation models to process large data sets.
+     * Create an open, flexible, and intuitive user interface.
+     * Develop an extensible architecture based on open standards.
+ .
+ ParaView runs on distributed and shared memory parallel as well as
+ single processor systems and has been successfully tested on Windows,
+ Mac OS X, Linux and various Unix workstations, clusters and
+ supercomputers. Under the hood, ParaView uses the Visualization
+ Toolkit as the data processing and rendering engine and has a user
+ interface written using Qt. Enables python support.
diff --git a/debian/paraview.pyinstall b/debian/paraview-python.pyinstall
similarity index 100%
rename from debian/paraview.pyinstall
rename to debian/paraview-python.pyinstall

-- 
Test git-repository for paraview



More information about the debian-science-commits mailing list