[Python-modules-commits] r3020 - in /packages/pyexcelerator/trunk/debian: ./ README.Debian-source changelog control copyright py_xls2csv.1 py_xls2html.1 py_xls2txt.1 pyexcelerator.1
kcoyner at users.alioth.debian.org
kcoyner at users.alioth.debian.org
Sun Aug 12 00:20:10 UTC 2007
Author: kcoyner
Date: Sun Aug 12 00:20:09 2007
New Revision: 3020
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3020
Log:
[svn-inject] Applying Debian modifications to trunk
Modified:
packages/pyexcelerator/trunk/debian/ (props changed)
packages/pyexcelerator/trunk/debian/README.Debian-source
packages/pyexcelerator/trunk/debian/changelog
packages/pyexcelerator/trunk/debian/control
packages/pyexcelerator/trunk/debian/copyright
packages/pyexcelerator/trunk/debian/py_xls2csv.1
packages/pyexcelerator/trunk/debian/py_xls2html.1
packages/pyexcelerator/trunk/debian/py_xls2txt.1
packages/pyexcelerator/trunk/debian/pyexcelerator.1
Propchange: packages/pyexcelerator/trunk/debian/
------------------------------------------------------------------------------
mergeWithUpstream = 1
Modified: packages/pyexcelerator/trunk/debian/README.Debian-source
URL: http://svn.debian.org/wsvn/python-modules/packages/pyexcelerator/trunk/debian/README.Debian-source?rev=3020&op=diff
==============================================================================
--- packages/pyexcelerator/trunk/debian/README.Debian-source (original)
+++ packages/pyexcelerator/trunk/debian/README.Debian-source Sun Aug 12 00:20:09 2007
@@ -12,4 +12,4 @@
http://sourceforge.net/projects/pyexcelerator
- -- Kevin Coyner <kevin at rustybear.com>, Thu, 12 Oct 2006 17:36:41 -0400
+ -- Kevin Coyner <kcoyner at debian.org>, Thu, 12 Oct 2006 17:36:41 -0400
Modified: packages/pyexcelerator/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyexcelerator/trunk/debian/changelog?rev=3020&op=diff
==============================================================================
--- packages/pyexcelerator/trunk/debian/changelog (original)
+++ packages/pyexcelerator/trunk/debian/changelog Sun Aug 12 00:20:09 2007
@@ -1,8 +1,8 @@
-pyexcelerator (0.6.3a-2) UNRELEASED; urgency=low
+pyexcelerator (0.6.3a-2) unstable; urgency=low
- * Added XS-Vcs-Svn field
+ * New e-mail address for maintainer. Changed in debian/* files.
- -- Piotr Ozarowski <ozarow at gmail.com> Thu, 23 Nov 2006 16:35:45 +0100
+ -- Kevin Coyner <kcoyner at debian.org> Wed, 08 Aug 2007 21:06:19 -0400
pyexcelerator (0.6.3a-1) unstable; urgency=low
Modified: packages/pyexcelerator/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyexcelerator/trunk/debian/control?rev=3020&op=diff
==============================================================================
--- packages/pyexcelerator/trunk/debian/control (original)
+++ packages/pyexcelerator/trunk/debian/control Sun Aug 12 00:20:09 2007
@@ -1,11 +1,10 @@
Source: pyexcelerator
Section: python
Priority: optional
-Maintainer: Kevin Coyner <kevin at rustybear.com>
+Maintainer: Kevin Coyner <kcoyner at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: cdbs (>=0.4.43), debhelper (>= 5.0.37.2), python-dev, python-central (>= 0.5)
XS-Python-Version: >= 2.4
-XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyexcelerator/trunk
Standards-Version: 3.7.2
Package: python-excelerator
@@ -13,10 +12,10 @@
Depends: ${python:Depends}
XB-Python-Version: ${python:Versions}
Description: module for reading/writing Excel spreadsheet files
- pyExcelerator is a Python module that can generate Excel 97/2000/XP/2003
- spreadsheet files. It can also extract data from these files. It
- supports Unicode in Excel files, and can use a variety of formatting features
- and printing options. It can dump Excel and OLE2 compound files. Included
- are simple conversion tools py_xls2html, py_xls2csv and py_xls2txt.
+ pyExcelerator is a Python module that can generate Excel 97/2000/XP/2003
+ spreadsheet files. It can also extract data from these files. It supports
+ Unicode in Excel files, and can use a variety of formatting features and
+ printing options. It can dump Excel and OLE2 compound files. Included are
+ simple conversion tools py_xls2html, py_xls2csv and py_xls2txt.
.
Homepage: http://sourceforge.net/projects/pyexcelerator
Modified: packages/pyexcelerator/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/pyexcelerator/trunk/debian/copyright?rev=3020&op=diff
==============================================================================
--- packages/pyexcelerator/trunk/debian/copyright (original)
+++ packages/pyexcelerator/trunk/debian/copyright Sun Aug 12 00:20:09 2007
@@ -1,4 +1,4 @@
-This package was debianized by Kevin Coyner <kevin at rustybear.com> on
+This package was debianized by Kevin Coyner <kcoyner at debian.org> on
Thursday, 12 Oct 2006 17:36:41 -0400.
It was downloaded from http://sourceforge.net/projects/pyexcelerator.
@@ -47,5 +47,5 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
-The Debian packaging is (C) 2006, Kevin Coyner <kevin at rustybear.com> and
+The Debian packaging is (C) 2006, Kevin Coyner <kcoyner at debian.org> and
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
Modified: packages/pyexcelerator/trunk/debian/py_xls2csv.1
URL: http://svn.debian.org/wsvn/python-modules/packages/pyexcelerator/trunk/debian/py_xls2csv.1?rev=3020&op=diff
==============================================================================
--- packages/pyexcelerator/trunk/debian/py_xls2csv.1 (original)
+++ packages/pyexcelerator/trunk/debian/py_xls2csv.1 Sun Aug 12 00:20:09 2007
@@ -20,7 +20,7 @@
pyexcelerator and py_xls2csv were written
by Roman V. Kiseliov <roman at kiseliov.ru>.
.PP
-This manual page was written by Kevin Coyner <kevin at rustybear.com> for the
+This manual page was written by Kevin Coyner <kcoyner at debian.org> for the
\fBDebian\fP system (but may be used by others). Permission is granted to
copy, distribute and/or modify this document under the terms of the GNU
General Public License, Version 2 any later version published by the Free
Modified: packages/pyexcelerator/trunk/debian/py_xls2html.1
URL: http://svn.debian.org/wsvn/python-modules/packages/pyexcelerator/trunk/debian/py_xls2html.1?rev=3020&op=diff
==============================================================================
--- packages/pyexcelerator/trunk/debian/py_xls2html.1 (original)
+++ packages/pyexcelerator/trunk/debian/py_xls2html.1 Sun Aug 12 00:20:09 2007
@@ -20,7 +20,7 @@
pyexcelerator and py_xls2html were written
by Roman V. Kiseliov <roman at kiseliov.ru>.
.PP
-This manual page was written by Kevin Coyner <kevin at rustybear.com> for the
+This manual page was written by Kevin Coyner <kcoyner at debian.org> for the
\fBDebian\fP system (but may be used by others). Permission is granted to
copy, distribute and/or modify this document under the terms of the GNU
General Public License, Version 2 any later version published by the Free
Modified: packages/pyexcelerator/trunk/debian/py_xls2txt.1
URL: http://svn.debian.org/wsvn/python-modules/packages/pyexcelerator/trunk/debian/py_xls2txt.1?rev=3020&op=diff
==============================================================================
--- packages/pyexcelerator/trunk/debian/py_xls2txt.1 (original)
+++ packages/pyexcelerator/trunk/debian/py_xls2txt.1 Sun Aug 12 00:20:09 2007
@@ -20,7 +20,7 @@
pyexcelerator and py_xls2txt were written
by Roman V. Kiseliov <roman at kiseliov.ru>.
.PP
-This manual page was written by Kevin Coyner <kevin at rustybear.com> for the
+This manual page was written by Kevin Coyner <kcoyner at debian.org> for the
\fBDebian\fP system (but may be used by others). Permission is granted to
copy, distribute and/or modify this document under the terms of the GNU
General Public License, Version 2 any later version published by the Free
Modified: packages/pyexcelerator/trunk/debian/pyexcelerator.1
URL: http://svn.debian.org/wsvn/python-modules/packages/pyexcelerator/trunk/debian/pyexcelerator.1?rev=3020&op=diff
==============================================================================
--- packages/pyexcelerator/trunk/debian/pyexcelerator.1 (original)
+++ packages/pyexcelerator/trunk/debian/pyexcelerator.1 Sun Aug 12 00:20:09 2007
@@ -23,7 +23,7 @@
.SH "AUTHOR"
pyexcelerator was written by Roman V. Kiseliov <roman at kiseliov.ru>.
.PP
-This manual page was written by Kevin Coyner <kevin at rustybear.com> for
+This manual page was written by Kevin Coyner <kcoyner at debian.org> for
the \fBDebian\fP system (but may be used by others). Permission is
granted to copy, distribute and/or modify this document under
the terms of the GNU General Public License, Version 2 any
More information about the Python-modules-commits
mailing list