[Python-modules-commits] r12568 - in packages/pyexiv2/trunk/debian (6 files)
nijel at users.alioth.debian.org
nijel at users.alioth.debian.org
Tue Apr 13 08:38:31 UTC 2010
Date: Tuesday, April 13, 2010 @ 08:38:22
Author: nijel
Revision: 12568
Move documentation to separate package.
Added:
packages/pyexiv2/trunk/debian/python-exiv2-doc.doc-base
(from rev 12567, packages/pyexiv2/trunk/debian/doc-base)
packages/pyexiv2/trunk/debian/python-exiv2-doc.docs
(from rev 12567, packages/pyexiv2/trunk/debian/docs)
Modified:
packages/pyexiv2/trunk/debian/changelog
packages/pyexiv2/trunk/debian/control
Deleted:
packages/pyexiv2/trunk/debian/doc-base
packages/pyexiv2/trunk/debian/docs
Modified: packages/pyexiv2/trunk/debian/changelog
===================================================================
--- packages/pyexiv2/trunk/debian/changelog 2010-04-13 08:30:33 UTC (rev 12567)
+++ packages/pyexiv2/trunk/debian/changelog 2010-04-13 08:38:22 UTC (rev 12568)
@@ -2,8 +2,9 @@
* Fix installation of python module.
* Install HTML documentation and register it in doc-base.
+ * Move documentation to separate package.
- -- Michal ÄihaÅ <nijel at debian.org> Tue, 13 Apr 2010 10:30:12 +0200
+ -- Michal ÄihaÅ <nijel at debian.org> Tue, 13 Apr 2010 10:37:55 +0200
pyexiv2 (0.2.0-1) experimental; urgency=low
Modified: packages/pyexiv2/trunk/debian/control
===================================================================
--- packages/pyexiv2/trunk/debian/control 2010-04-13 08:30:33 UTC (rev 12567)
+++ packages/pyexiv2/trunk/debian/control 2010-04-13 08:38:22 UTC (rev 12568)
@@ -20,6 +20,7 @@
Architecture: any
Provides: ${python:Provides}
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
+Recommends: python-pyexiv2-doc
Breaks: lazygal (<< 0.5), phatch-cli (<< 0.3)
XB-Python-Version: ${python:Versions}
Description: Python binding to Exiv2
@@ -32,3 +33,20 @@
by exiv2 (and is built on top of it). Using Python's built-in data
types and standard modules, it provides easy manipulation of image
metadata.
+
+Package: python-pyexiv2-doc
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: python-pyexiv2
+Description: Documentation for Python binding to Exiv2
+ pyexiv2 is a Python binding to Eiv2, the C++ library for manipulation
+ of EXIF and IPTC image metadata. It is a Python module that allows your
+ Python scripts to read and write metadata (EXIF, IPTC, thumbnail)
+ embedded in image files (JPEG, TIFF, ...).
+ .
+ It is designed as a high level interface to the functionalities offered
+ by exiv2 (and is built on top of it). Using Python's built-in data
+ types and standard modules, it provides easy manipulation of image
+ metadata.
+ .
+ This package contains documentation.
Deleted: packages/pyexiv2/trunk/debian/doc-base
===================================================================
--- packages/pyexiv2/trunk/debian/doc-base 2010-04-13 08:30:33 UTC (rev 12567)
+++ packages/pyexiv2/trunk/debian/doc-base 2010-04-13 08:38:22 UTC (rev 12568)
@@ -1,15 +0,0 @@
-Document: pyexiv2
-Title: pyexiv2 documentation
-Author: Olivier Tilloy <olivier at tilloy.net>
-Abstract: This manual describes how to use pyexiv2 and documents its
- classes and their methods.
-Section: Programming/Python
-
-Format: HTML
-Index: /usr/share/doc/python-pyexiv2/index.html
-Files: /usr/share/doc/python-pyexiv2/*.html
-
-Format: text
-Index: /usr/share/doc/python-pyexiv2/_source/index.txt
-Files: /usr/share/doc/python-pyexiv2/_source/*.txt
-
Deleted: packages/pyexiv2/trunk/debian/docs
===================================================================
--- packages/pyexiv2/trunk/debian/docs 2010-04-13 08:30:33 UTC (rev 12567)
+++ packages/pyexiv2/trunk/debian/docs 2010-04-13 08:38:22 UTC (rev 12568)
@@ -1,3 +0,0 @@
-README
-todo
-doc/_build/*
Copied: packages/pyexiv2/trunk/debian/python-exiv2-doc.doc-base (from rev 12567, packages/pyexiv2/trunk/debian/doc-base)
===================================================================
--- packages/pyexiv2/trunk/debian/python-exiv2-doc.doc-base (rev 0)
+++ packages/pyexiv2/trunk/debian/python-exiv2-doc.doc-base 2010-04-13 08:38:22 UTC (rev 12568)
@@ -0,0 +1,15 @@
+Document: pyexiv2
+Title: pyexiv2 documentation
+Author: Olivier Tilloy <olivier at tilloy.net>
+Abstract: This manual describes how to use pyexiv2 and documents its
+ classes and their methods.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-pyexiv2-doc/index.html
+Files: /usr/share/doc/python-pyexiv2-doc/*.html
+
+Format: text
+Index: /usr/share/doc/python-pyexiv2-doc/_source/index.txt
+Files: /usr/share/doc/python-pyexiv2-doc/_source/*.txt
+
Copied: packages/pyexiv2/trunk/debian/python-exiv2-doc.docs (from rev 12567, packages/pyexiv2/trunk/debian/docs)
===================================================================
--- packages/pyexiv2/trunk/debian/python-exiv2-doc.docs (rev 0)
+++ packages/pyexiv2/trunk/debian/python-exiv2-doc.docs 2010-04-13 08:38:22 UTC (rev 12568)
@@ -0,0 +1,3 @@
+README
+todo
+doc/_build/*
More information about the Python-modules-commits
mailing list