[Python-modules-commits] r1548 - in /packages/pyexcelerator: branches/upstream/ trunk/debian/

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Thu Nov 23 16:34:41 CET 2006


Author: pox-guest
Date: Thu Nov 23 16:34:41 2006
New Revision: 1548

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1548
Log:
removed branches/upstream, added missed debian dir

Added:
    packages/pyexcelerator/trunk/debian/
    packages/pyexcelerator/trunk/debian/README.Debian-source
    packages/pyexcelerator/trunk/debian/changelog
    packages/pyexcelerator/trunk/debian/compat
    packages/pyexcelerator/trunk/debian/control
    packages/pyexcelerator/trunk/debian/copyright
    packages/pyexcelerator/trunk/debian/dirs
    packages/pyexcelerator/trunk/debian/docs
    packages/pyexcelerator/trunk/debian/examples
    packages/pyexcelerator/trunk/debian/manpages
    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/pycompat
    packages/pyexcelerator/trunk/debian/pyexcelerator.1
    packages/pyexcelerator/trunk/debian/rules   (with props)
    packages/pyexcelerator/trunk/debian/watch
Removed:
    packages/pyexcelerator/branches/upstream/

Added: packages/pyexcelerator/trunk/debian/README.Debian-source
URL: http://svn.debian.org/wsvn/python-modules/packages/pyexcelerator/trunk/debian/README.Debian-source?rev=1548&op=file
==============================================================================
--- packages/pyexcelerator/trunk/debian/README.Debian-source (added)
+++ packages/pyexcelerator/trunk/debian/README.Debian-source Thu Nov 23 16:34:41 2006
@@ -1,0 +1,15 @@
+pyExcelerator for Debian
+------------------------
+
+The original downloaded file for this package was repackaged.
+
+Upstream provides its files in a .zip file.  Additionally upstream has
+packaged its download file with a build/ directory and several CVS
+directories.  These directories were removed and then repacked into a .tar.gz
+file.
+
+Upstream's original file can be downloaded from:
+
+  http://sourceforge.net/projects/pyexcelerator
+
+ -- Kevin Coyner <kevin at rustybear.com>, Thu, 12 Oct 2006 17:36:41 -0400

Added: packages/pyexcelerator/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyexcelerator/trunk/debian/changelog?rev=1548&op=file
==============================================================================
--- packages/pyexcelerator/trunk/debian/changelog (added)
+++ packages/pyexcelerator/trunk/debian/changelog Thu Nov 23 16:34:41 2006
@@ -1,0 +1,7 @@
+pyexcelerator (0.6.3a-1) unstable; urgency=low
+
+  * Initial release (Closes: #384093).  Thanks to Piotr Ozarowski for help
+    with this initial release.
+  * Added a man page.
+
+ -- Kevin Coyner <kevin at rustybear.com>  Thu, 12 Oct 2006 17:36:41 -0400

Added: packages/pyexcelerator/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/pyexcelerator/trunk/debian/compat?rev=1548&op=file
==============================================================================
--- packages/pyexcelerator/trunk/debian/compat (added)
+++ packages/pyexcelerator/trunk/debian/compat Thu Nov 23 16:34:41 2006
@@ -1,0 +1,1 @@
+5

Added: packages/pyexcelerator/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyexcelerator/trunk/debian/control?rev=1548&op=file
==============================================================================
--- packages/pyexcelerator/trunk/debian/control (added)
+++ packages/pyexcelerator/trunk/debian/control Thu Nov 23 16:34:41 2006
@@ -1,0 +1,21 @@
+Source: pyexcelerator
+Section: python
+Priority: optional
+Maintainer: Kevin Coyner <kevin at rustybear.com>
+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
+Standards-Version: 3.7.2
+
+Package: python-excelerator
+Architecture: all
+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.
+ .
+  Homepage: http://sourceforge.net/projects/pyexcelerator

Added: packages/pyexcelerator/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/pyexcelerator/trunk/debian/copyright?rev=1548&op=file
==============================================================================
--- packages/pyexcelerator/trunk/debian/copyright (added)
+++ packages/pyexcelerator/trunk/debian/copyright Thu Nov 23 16:34:41 2006
@@ -1,0 +1,51 @@
+This package was debianized by Kevin Coyner <kevin at rustybear.com> on
+Thursday, 12 Oct 2006 17:36:41 -0400.
+
+It was downloaded from http://sourceforge.net/projects/pyexcelerator.
+
+Upstream Author: Roman V. Kiseliov <roman at kiseliov.ru>
+
+Copyright: 2005 Roman V. Kiseliov
+
+License:
+
+  Copyright (C) 2005 Roman V. Kiseliov
+  All rights reserved.
+
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions
+  are met:
+
+  1. Redistributions of source code must retain the above copyright
+     notice, this list of conditions and the following disclaimer.
+
+  2. Redistributions in binary form must reproduce the above copyright
+     notice, this list of conditions and the following disclaimer in
+     the documentation and/or other materials provided with the
+     distribution.
+
+  3. All advertising materials mentioning features or use of this
+     software must display the following acknowledgment:
+     "This product includes software developed by
+      Roman V. Kiseliov <roman at kiseliov.ru>."
+
+  4. Redistributions of any form whatsoever must retain the following
+     acknowledgment:
+     "This product includes software developed by
+      Roman V. Kiseliov <roman at kiseliov.ru>."
+
+  THIS SOFTWARE IS PROVIDED BY Roman V. Kiseliov ``AS IS'' AND ANY
+  EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+  PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL Roman V. Kiseliov OR
+  ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+  STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+  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
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: packages/pyexcelerator/trunk/debian/dirs
URL: http://svn.debian.org/wsvn/python-modules/packages/pyexcelerator/trunk/debian/dirs?rev=1548&op=file
==============================================================================
--- packages/pyexcelerator/trunk/debian/dirs (added)
+++ packages/pyexcelerator/trunk/debian/dirs Thu Nov 23 16:34:41 2006
@@ -1,0 +1,2 @@
+usr/bin
+usr/share/man/man1

Added: packages/pyexcelerator/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/pyexcelerator/trunk/debian/docs?rev=1548&op=file
==============================================================================
--- packages/pyexcelerator/trunk/debian/docs (added)
+++ packages/pyexcelerator/trunk/debian/docs Thu Nov 23 16:34:41 2006
@@ -1,0 +1,4 @@
+debian/README.Debian-source
+README.txt
+THANKS.txt
+examples/

Added: packages/pyexcelerator/trunk/debian/examples
URL: http://svn.debian.org/wsvn/python-modules/packages/pyexcelerator/trunk/debian/examples?rev=1548&op=file
==============================================================================
--- packages/pyexcelerator/trunk/debian/examples (added)
+++ packages/pyexcelerator/trunk/debian/examples Thu Nov 23 16:34:41 2006
@@ -1,0 +1,1 @@
+examples/*

Added: packages/pyexcelerator/trunk/debian/manpages
URL: http://svn.debian.org/wsvn/python-modules/packages/pyexcelerator/trunk/debian/manpages?rev=1548&op=file
==============================================================================
--- packages/pyexcelerator/trunk/debian/manpages (added)
+++ packages/pyexcelerator/trunk/debian/manpages Thu Nov 23 16:34:41 2006
@@ -1,0 +1,4 @@
+debian/pyexcelerator.1
+debian/py_xls2csv.1
+debian/py_xls2html.1
+debian/py_xls2txt.1

Added: packages/pyexcelerator/trunk/debian/py_xls2csv.1
URL: http://svn.debian.org/wsvn/python-modules/packages/pyexcelerator/trunk/debian/py_xls2csv.1?rev=1548&op=file
==============================================================================
--- packages/pyexcelerator/trunk/debian/py_xls2csv.1 (added)
+++ packages/pyexcelerator/trunk/debian/py_xls2csv.1 Thu Nov 23 16:34:41 2006
@@ -1,0 +1,33 @@
+.TH py_xls2csv 1 "October 12, 2006"
+.SH "NAME"
+py_xls2csv \- convert an Excel xls file to a comma separated value csv file
+.SH "SYNOPSIS"
+.PP 
+\fBpy_xls2csv\fR  \fIinput-file\fP
+.SH "DESCRIPTION"
+.PP 
+This manual page was written for the \fBDebian\fP distribution 
+because the original program does not have a manual page. 
+.PP 
+py_xls2csv takes an Excel xls file as an argument and converts it to a comma
+separated value csv file.  Output is sent to stdout.
+.PP 
+Additional utility scripts can be found in the tools/ directory.
+.SH "OPTIONS"
+.PP 
+This program does not take any command line options. 
+.SH "AUTHOR"
+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
+\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
+Software Foundation. 
+.PP 
+On Debian systems, the complete text of the GNU General Public 
+License can be found in /usr/share/common\-licenses/GPL. 
+.SH "SEE-ALSO"
+pyexcelerator(1), py_xls2txt(1), py_xls2html(1)
+ 

Added: packages/pyexcelerator/trunk/debian/py_xls2html.1
URL: http://svn.debian.org/wsvn/python-modules/packages/pyexcelerator/trunk/debian/py_xls2html.1?rev=1548&op=file
==============================================================================
--- packages/pyexcelerator/trunk/debian/py_xls2html.1 (added)
+++ packages/pyexcelerator/trunk/debian/py_xls2html.1 Thu Nov 23 16:34:41 2006
@@ -1,0 +1,33 @@
+.TH py_xls2html 1 "October 12, 2006"
+.SH "NAME"
+py_xls2html \- convert an Excel xls file to a html formatted file
+.SH "SYNOPSIS"
+.PP 
+\fBpy_xls2html\fR  \fIinput-file\fP
+.SH "DESCRIPTION"
+.PP 
+This manual page was written for the \fBDebian\fP distribution 
+because the original program does not have a manual page. 
+.PP 
+py_xls2html takes an Excel xls file as an argument and converts it to a html
+formatted file.  Output is sent to stdout.
+.PP 
+Additional utility scripts can be found in the tools/ directory.
+.SH "OPTIONS"
+.PP 
+This program does not take any command line options. 
+.SH "AUTHOR"
+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
+\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
+Software Foundation. 
+.PP 
+On Debian systems, the complete text of the GNU General Public 
+License can be found in /usr/share/common\-licenses/GPL. 
+.SH "SEE-ALSO"
+pyexcelerator(1), py_xls2txt(1), py_xls2csv(1)
+ 

Added: packages/pyexcelerator/trunk/debian/py_xls2txt.1
URL: http://svn.debian.org/wsvn/python-modules/packages/pyexcelerator/trunk/debian/py_xls2txt.1?rev=1548&op=file
==============================================================================
--- packages/pyexcelerator/trunk/debian/py_xls2txt.1 (added)
+++ packages/pyexcelerator/trunk/debian/py_xls2txt.1 Thu Nov 23 16:34:41 2006
@@ -1,0 +1,33 @@
+.TH py_xls2txt 1 "October 12, 2006"
+.SH "NAME"
+py_xls2txt \- convert an Excel xls file to a plain text file
+.SH "SYNOPSIS"
+.PP 
+\fBpy_xls2txt\fR  \fIinput-file\fP
+.SH "DESCRIPTION"
+.PP 
+This manual page was written for the \fBDebian\fP distribution 
+because the original program does not have a manual page. 
+.PP 
+py_xls2txt takes an Excel xls file as an argument and converts it to a plain
+text file.  Output is sent to stdout.
+.PP 
+Additional utility scripts can be found in the tools/ directory.
+.SH "OPTIONS"
+.PP 
+This program does not take any command line options. 
+.SH "AUTHOR"
+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
+\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
+Software Foundation. 
+.PP 
+On Debian systems, the complete text of the GNU General Public 
+License can be found in /usr/share/common\-licenses/GPL. 
+.SH "SEE-ALSO"
+pyexcelerator(1), py_xls2csv(1), py_xls2html(1)
+ 

Added: packages/pyexcelerator/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/pyexcelerator/trunk/debian/pycompat?rev=1548&op=file
==============================================================================
--- packages/pyexcelerator/trunk/debian/pycompat (added)
+++ packages/pyexcelerator/trunk/debian/pycompat Thu Nov 23 16:34:41 2006
@@ -1,0 +1,1 @@
+2

Added: packages/pyexcelerator/trunk/debian/pyexcelerator.1
URL: http://svn.debian.org/wsvn/python-modules/packages/pyexcelerator/trunk/debian/pyexcelerator.1?rev=1548&op=file
==============================================================================
--- packages/pyexcelerator/trunk/debian/pyexcelerator.1 (added)
+++ packages/pyexcelerator/trunk/debian/pyexcelerator.1 Thu Nov 23 16:34:41 2006
@@ -1,0 +1,36 @@
+.TH PYEXCELERATOR 1 "October 12, 2006"
+.SH "NAME"
+pyexcelerator \- a module for reading/writing Excel spreadsheet files
+.SH "SYNOPSIS"
+.PP 
+\fBpyexcelerator\fR 
+.SH "DESCRIPTION"
+.PP 
+This manual page was written for the \fBDebian\fP distribution 
+because the original program does not have a manual page. 
+.PP 
+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.
+.PP 
+Numerous examples of usage can be found in the examples/ directory.
+.PP 
+Additions utility scripts can be found in the tools/ directory.
+.SH "OPTIONS"
+.PP 
+This program does not take any command line options. 
+.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 
+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 Software Foundation. 
+.PP 
+On Debian systems, the complete text of the GNU General Public 
+License can be found in /usr/share/common\-licenses/GPL. 
+.SH "SEE-ALSO"
+py_xls2csv(1), py_xls2txt(1), py_xls2html(1)
+ 

Added: packages/pyexcelerator/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyexcelerator/trunk/debian/rules?rev=1548&op=file
==============================================================================
--- packages/pyexcelerator/trunk/debian/rules (added)
+++ packages/pyexcelerator/trunk/debian/rules Thu Nov 23 16:34:41 2006
@@ -1,0 +1,17 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM = pycentral
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+DEB_INSTALL_CHANGELOGS_ALL = CHANGES.txt
+
+install/python-excelerator::
+	find ./debian/python-excelerator/usr/ \
+		-name "*.py" | grep 'site-packages/pyExcelerator' | \
+		xargs sed -i -e '1 s/^#\!.*python.*//'
+
+	cp tools/xls2csv.py ./debian/python-excelerator/usr/bin/py_xls2csv
+	cp tools/xls2html.py ./debian/python-excelerator/usr/bin/py_xls2html
+	cp tools/xls2txt.py ./debian/python-excelerator/usr/bin/py_xls2txt

Propchange: packages/pyexcelerator/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/pyexcelerator/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/pyexcelerator/trunk/debian/watch?rev=1548&op=file
==============================================================================
--- packages/pyexcelerator/trunk/debian/watch (added)
+++ packages/pyexcelerator/trunk/debian/watch Thu Nov 23 16:34:41 2006
@@ -1,0 +1,2 @@
+version=3
+http://qa.debian.org/watch/sf.php/pyexcelerator/pyexcelerator-(.*).zip




More information about the Python-modules-commits mailing list