[SCM] pyepr branch, master, updated. upstream/0.6-24-g2bba080
Antonio Valentino
antonio.valentino at tiscali.it
Sun Mar 25 10:47:51 UTC 2012
The following commit has been merged in the master branch:
commit 2bba0808850a3d8a8a5f75cefb124c228f2b4074
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date: Sun Mar 25 11:55:05 2012 +0200
New package for common doc
diff --git a/debian/changelog b/debian/changelog
index b606ee8..03ea144 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
pyepr (0.6-2) unstable; urgency=low
- * New packages for python3 (standatd and -dbg)
+ * New packages for python3 (standatd and -dbg) and common docs
* use --with sphinxdoc in the dh sequencer call
* X-Python-Version moved to the source package section of the control file
* use the specific override_dh_installdocs for sphinx documentation
- -- Antonio Valentino <antonio.valentino at tiscali.it> Sat, 24 Mar 2012 21:39:35 +0100
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Sun, 25 Mar 2012 12:20:12 +0200
pyepr (0.6-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index ef16635..19702dd 100644
--- a/debian/control
+++ b/debian/control
@@ -22,6 +22,7 @@ Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends},
${sphinxdoc:Depends}, python-numpy
Provides: ${python:Provides}
+Suggests: python-epr-doc
Description: Python ENVISAT Product Reader API (Python 2)
PyEPR provides Python bindings for the ENVISAT Product Reader C API
(EPR API) for reading satellite data from ENVISAT ESA (European Space
@@ -61,6 +62,7 @@ Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
${sphinxdoc:Depends}, python3-numpy
Provides: ${python3:Provides}
+Suggests: python-epr-doc
Description: Python ENVISAT Product Reader API (Python 3)
PyEPR provides Python bindings for the ENVISAT Product Reader C API
(EPR API) for reading satellite data from ENVISAT ESA (European Space
@@ -95,3 +97,20 @@ Description: Python ENVISAT Product Reader API (debug extension for Python 3)
.
This package contains the extension built for the Python 3 debug interpreter.
+Package: python-epr-doc
+Architecture: all
+Section: doc
+Depends: ${sphinxdoc:Depends}, ${misc:Depends}
+Suggests: www-browser
+Description: Python ENVISAT Product Reader API (common documentation)
+ PyEPR provides Python bindings for the ENVISAT Product Reader C API
+ (EPR API) for reading satellite data from ENVISAT ESA (European Space
+ Agency) mission.
+ .
+ PyEPR, as well as the EPR API for C, supports ENVISAT MERIS, AATSR
+ Level 1B and Level 2 and also ASAR data products. It provides access
+ to the data either on a geophysical (decoded, ready-to-use pixel
+ samples) or on a raw data layer. The raw data access makes it possible
+ to read any data field contained in a product file.
+ .
+ This is the common documentation package.
diff --git a/debian/doc-base b/debian/python-epr-doc.doc-base
similarity index 65%
rename from debian/doc-base
rename to debian/python-epr-doc.doc-base
index d9d43f2..0d210e4 100644
--- a/debian/doc-base
+++ b/debian/python-epr-doc.doc-base
@@ -6,5 +6,5 @@ Abstract: This document includes the
Section: Programming/Python
Format: HTML
-Index: /usr/share/doc/python-epr/html/index.html
-Files: /usr/share/doc/python-epr/html/*.html
+Index: /usr/share/doc/python-epr-doc/html/index.html
+Files: /usr/share/doc/python-epr-doc/html/*.html
diff --git a/debian/docs b/debian/python-epr-doc.docs
similarity index 100%
rename from debian/docs
rename to debian/python-epr-doc.docs
--
Python ENVISAT Product Reader API
More information about the Pkg-grass-devel
mailing list