[Python-modules-commits] r26879 - in packages/python-icalendar/trunk/debian (5 files)
christoph at users.alioth.debian.org
christoph at users.alioth.debian.org
Mon Dec 23 16:42:26 UTC 2013
Date: Monday, December 23, 2013 @ 16:42:26
Author: christoph
Revision: 26879
Add doc package
Added:
packages/python-icalendar/trunk/debian/python-icalendar-doc.doc-base
packages/python-icalendar/trunk/debian/python-icalendar-doc.docs
Modified:
packages/python-icalendar/trunk/debian/control
Deleted:
packages/python-icalendar/trunk/debian/doc-base
packages/python-icalendar/trunk/debian/docs
Modified: packages/python-icalendar/trunk/debian/control
===================================================================
--- packages/python-icalendar/trunk/debian/control 2013-12-23 16:33:42 UTC (rev 26878)
+++ packages/python-icalendar/trunk/debian/control 2013-12-23 16:42:26 UTC (rev 26879)
@@ -16,32 +16,43 @@
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-icalendar/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-icalendar/
+Package: python-icalendar-doc
+Architecture: all
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends},
+ ${sphinxdoc:Depends}
+Description: parser/generator of iCalendar files for use with Python -- docs
+ The icalendar package is a parser/generator of iCalendar files for use with
+ Python.
+ .
+ This package contains documentation for the python module
+
+
Package: python-icalendar
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends},
- ${sphinxdoc:Depends},
python-tz,
python-dateutil
Provides: ${python:Provides}
-Description: parser/generator of iCalendar files for use with Python
+Description: parser/generator of iCalendar files for use with Python2
The icalendar package is a parser/generator of iCalendar files for use with
Python.
.
- This package contains only Python bindings, no userland scripts.
+ This package contains only Python2 bindings, no userland scripts.
Package: python3-icalendar
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends},
- ${sphinxdoc:Depends},
python3-tz,
python3-dateutil
Provides: ${python:Provides}
-Description: parser/generator of iCalendar files for use with Python
+Description: parser/generator of iCalendar files for use with Python3
The icalendar package is a parser/generator of iCalendar files for use with
Python.
.
- This package contains only Python bindings, no userland scripts.
+ This package contains only Python3 bindings, no userland scripts.
Deleted: packages/python-icalendar/trunk/debian/doc-base
===================================================================
--- packages/python-icalendar/trunk/debian/doc-base 2013-12-23 16:33:42 UTC (rev 26878)
+++ packages/python-icalendar/trunk/debian/doc-base 2013-12-23 16:42:26 UTC (rev 26879)
@@ -1,9 +0,0 @@
-Document: python-icalendar
-Title: Python iCalendar bindings
-Author: python-icalendar Authors
-Abstract: This manual describes the Python bindings to iCalendar.
-Section: Programming/Python
-
-Format: HTML
-Index: /usr/share/doc/python-icalendar/html/index.html
-Files: /usr/share/doc/python-icalendar/html/*
Deleted: packages/python-icalendar/trunk/debian/docs
===================================================================
--- packages/python-icalendar/trunk/debian/docs 2013-12-23 16:33:42 UTC (rev 26878)
+++ packages/python-icalendar/trunk/debian/docs 2013-12-23 16:42:26 UTC (rev 26879)
@@ -1 +0,0 @@
-docs/_build/html
Added: packages/python-icalendar/trunk/debian/python-icalendar-doc.doc-base
===================================================================
--- packages/python-icalendar/trunk/debian/python-icalendar-doc.doc-base (rev 0)
+++ packages/python-icalendar/trunk/debian/python-icalendar-doc.doc-base 2013-12-23 16:42:26 UTC (rev 26879)
@@ -0,0 +1,9 @@
+Document: python-icalendar
+Title: Python iCalendar bindings
+Author: python-icalendar Authors
+Abstract: This manual describes the Python bindings to iCalendar.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-icalendar/html/index.html
+Files: /usr/share/doc/python-icalendar/html/*
Added: packages/python-icalendar/trunk/debian/python-icalendar-doc.docs
===================================================================
--- packages/python-icalendar/trunk/debian/python-icalendar-doc.docs (rev 0)
+++ packages/python-icalendar/trunk/debian/python-icalendar-doc.docs 2013-12-23 16:42:26 UTC (rev 26879)
@@ -0,0 +1 @@
+docs/_build/html
More information about the Python-modules-commits
mailing list