[Python-modules-commits] r11535 - in packages/xlwt/trunk/debian (5 files)
jandd at users.alioth.debian.org
jandd at users.alioth.debian.org
Wed Feb 3 18:13:57 UTC 2010
Date: Wednesday, February 3, 2010 @ 18:13:55
Author: jandd
Revision: 11535
prepare upload of xlwt_0.7.2-2
* update Standards-Version to 3.8.4
* add doc-base registration for HTML documentation
* clarify packaging license (GPL-2+)
Added:
packages/xlwt/trunk/debian/python-xlwt.doc-base.README.html
packages/xlwt/trunk/debian/python-xlwt.doc-base.xlwt.html
Modified:
packages/xlwt/trunk/debian/changelog
packages/xlwt/trunk/debian/control
packages/xlwt/trunk/debian/copyright
Modified: packages/xlwt/trunk/debian/changelog
===================================================================
--- packages/xlwt/trunk/debian/changelog 2010-02-03 14:36:01 UTC (rev 11534)
+++ packages/xlwt/trunk/debian/changelog 2010-02-03 18:13:55 UTC (rev 11535)
@@ -1,17 +1,20 @@
-xlwt (0.7.2-2) UNRELEASED; urgency=low
+xlwt (0.7.2-2) unstable; urgency=low
- * NOT RELEASED YET
* switch to dh7
* debian/control:
- Build-Depends: require debhelper (>= 7.0.50)
- python-xlwt Depends: add ${misc:Depends}
- - update Standards-Version to 3.8.3 (no changes needed)
+ - update Standards-Version to 3.8.4 (no changes needed)
* debian/rules:
- simplify rules using dh7 features
* debian/compat:
- 5 -> 7
+ * debian/copyright: explicitly link to GPL-2
+ * add debian/python-xlwt.doc-base.README.html and
+ debian/python-xlwt.doc-base.xlwt.html to register /usr/share/doc/python-
+ xlwt/*.html with doc-base
- -- Jan Dittberner <jandd at debian.org> Fri, 24 Jul 2009 23:17:07 +0200
+ -- Jan Dittberner <jandd at debian.org> Wed, 03 Feb 2010 19:09:32 +0100
xlwt (0.7.2-1) unstable; urgency=low
Modified: packages/xlwt/trunk/debian/control
===================================================================
--- packages/xlwt/trunk/debian/control 2010-02-03 14:36:01 UTC (rev 11534)
+++ packages/xlwt/trunk/debian/control 2010-02-03 18:13:55 UTC (rev 11535)
@@ -6,7 +6,7 @@
Build-Depends: debhelper (>= 7.0.50)
Build-Depends-Indep: python (>= 2.5.4-1~),
python-support (>= 0.6.4), python-setuptools (>= 0.6b3-1~)
-Standards-Version: 3.8.2
+Standards-Version: 3.8.4
Homepage: http://pypi.python.org/pypi/xlwt
Vcs-Svn: svn://svn.debian.org/python-modules/packages/xlwt/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/xlwt/trunk/
Modified: packages/xlwt/trunk/debian/copyright
===================================================================
--- packages/xlwt/trunk/debian/copyright 2010-02-03 14:36:01 UTC (rev 11534)
+++ packages/xlwt/trunk/debian/copyright 2010-02-03 18:13:55 UTC (rev 11535)
@@ -239,5 +239,5 @@
The Debian packaging is copyright 2009, Jan Dittberner
-<jandd at debian.org> and is licensed under the GPL, see
-`/usr/share/common-licenses/GPL'.
+<jandd at debian.org> and is licensed under the GPL version 2, or (at your option)
+any later version, see `/usr/share/common-licenses/GPL-2'.
Added: packages/xlwt/trunk/debian/python-xlwt.doc-base.README.html
===================================================================
--- packages/xlwt/trunk/debian/python-xlwt.doc-base.README.html (rev 0)
+++ packages/xlwt/trunk/debian/python-xlwt.doc-base.README.html 2010-02-03 18:13:55 UTC (rev 11535)
@@ -0,0 +1,9 @@
+Document: xlwt-intro
+Title: xlwt introduction
+Abstract: This is an introduction to the Python xlwt module for reading and
+ writing Excel files.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-xlwt/README.html
+Files: /usr/share/doc/python-xlwt/README.html
Added: packages/xlwt/trunk/debian/python-xlwt.doc-base.xlwt.html
===================================================================
--- packages/xlwt/trunk/debian/python-xlwt.doc-base.xlwt.html (rev 0)
+++ packages/xlwt/trunk/debian/python-xlwt.doc-base.xlwt.html 2010-02-03 18:13:55 UTC (rev 11535)
@@ -0,0 +1,9 @@
+Document: xlwt-api
+Title: xlwt API documentation
+Abstract: This is the API documentation for the Python xlwt module for reading
+ and writing Excel files.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-xlwt/xlwt.html
+Files: /usr/share/doc/python-xlwt/xlwt.html
More information about the Python-modules-commits
mailing list