[slepc4py] 01/08: New packages: python3-slepc4py, python-slepc4py-docs

Drew Parsons dparsons at moszumanska.debian.org
Tue May 16 06:59:49 UTC 2017


This is an automated email from the git hooks/post-receive script.

dparsons pushed a commit to tag debian/3.7.0-3
in repository slepc4py.

commit cd34d572991455ded6a1e19409013e57223eaeef
Author: Drew Parsons <dparsons at debian.org>
Date:   Tue May 16 14:00:39 2017 +0800

    New packages: python3-slepc4py, python-slepc4py-docs
    
    Add python3 support via python3-slepc4py.
    
    Move documentation and examples to python-slepc4py-docs.
    
    Closes: #862111.
---
 debian/changelog                                   |  7 +++++
 debian/control                                     | 30 +++++++++++++++++++++-
 debian/{doc-base => python-slepc4py-docs.doc-base} |  6 ++---
 debian/{docs => python-slepc4py-docs.docs}         |  0
 debian/{examples => python-slepc4py-docs.examples} |  0
 debian/{info => python-slepc4py-docs.info}         |  0
 debian/{manpages => python-slepc4py-docs.manpages} |  0
 7 files changed, 39 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fc99f2f..085a1c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+slepc4py (3.7.0-3) UNRELEASED; urgency=medium
+
+  * Add python3 support via python3-slepc4py. Closes: #862111.
+  * Move documentation and examples to python-slepc4py-docs.
+
+ -- Drew Parsons <dparsons at debian.org>  Tue, 16 May 2017 13:56:03 +0800
+
 slepc4py (3.7.0-2) unstable; urgency=medium
 
   * Release slepc4py 3.7 to unstable.
diff --git a/debian/control b/debian/control
index e7b3252..8e2e543 100644
--- a/debian/control
+++ b/debian/control
@@ -25,4 +25,32 @@ Description: Python bindings for SLEPc libraries
  It is based on PETSc and employs the MPI standard for all 
  message-passing communication.
  .
- This package provides Python bindings to almost all functions of SLEPc.
+ This package provides Python 2 bindings to almost all functions of SLEPc.
+
+Package: python3-slepc4py
+Architecture: any
+Depends: ${petsc4py:Depends}, ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Provides: ${python3:Provides}
+XB-Python-Version: ${python3:Versions}
+Description: Python 3 bindings for SLEPc libraries
+ SLEPc is the Scalable Library for Eigenvalue Problem Computations.
+ .
+ It is based on PETSc and employs the MPI standard for all 
+ message-passing communication.
+ .
+ This package provides Python 3 bindings to almost all functions of SLEPc.
+
+Package: python-slepc4py-docs
+Architecture: all
+Depends: ${petsc4py:Depends}, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
+Breaks: python-slepc4py (<< 3.7.0-3)
+XB-Python-Version: ${python:Versions}
+Description: Python bindings for SLEPc libraries: documentation and examples
+ SLEPc is the Scalable Library for Eigenvalue Problem Computations.
+ .
+ It is based on PETSc and employs the MPI standard for all 
+ message-passing communication.
+ .
+ slepc4py provides Python bindings to almost all functions of SLEPc.
+ This package provides documentation and examples.
diff --git a/debian/doc-base b/debian/python-slepc4py-docs.doc-base
similarity index 51%
rename from debian/doc-base
rename to debian/python-slepc4py-docs.doc-base
index 909e4a7..116c3df 100644
--- a/debian/doc-base
+++ b/debian/python-slepc4py-docs.doc-base
@@ -5,12 +5,12 @@ Abstract: API and other documentation for slepc4py
 Section: Science/Mathematics
 
 Format: PDF
-Files: /usr/share/doc/python-slepc4py/slepc4py.pdf
+Files: /usr/share/doc/python-slepc4py-docs/slepc4py.pdf
 
 Format: Info
 Index: /usr/share/info/slepc4py.info.gz
 Files: /usr/share/info/slepc4py.info.gz
 
 Format: HTML
-Index: /usr/share/doc/python-slepc4py/index.html
-Files: /usr/share/doc/python-slepc4py/*.html /usr/share/doc/python-slepc4py/apiref/*.html /usr/share/doc/python-slepc4py/usrman/*.html
+Index: /usr/share/doc/python-slepc4py-docs/index.html
+Files: /usr/share/doc/python-slepc4py-docs/*.html /usr/share/doc/python-slepc4py-docs/apiref/*.html /usr/share/doc/python-slepc4py-docs/usrman/*.html
diff --git a/debian/docs b/debian/python-slepc4py-docs.docs
similarity index 100%
rename from debian/docs
rename to debian/python-slepc4py-docs.docs
diff --git a/debian/examples b/debian/python-slepc4py-docs.examples
similarity index 100%
rename from debian/examples
rename to debian/python-slepc4py-docs.examples
diff --git a/debian/info b/debian/python-slepc4py-docs.info
similarity index 100%
rename from debian/info
rename to debian/python-slepc4py-docs.info
diff --git a/debian/manpages b/debian/python-slepc4py-docs.manpages
similarity index 100%
rename from debian/manpages
rename to debian/python-slepc4py-docs.manpages

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/slepc4py.git



More information about the debian-science-commits mailing list