[Python-modules-commits] r7269 - in packages/xlwt/trunk (9 files)
jandd-guest at users.alioth.debian.org
jandd-guest at users.alioth.debian.org
Sun Jan 4 19:46:46 UTC 2009
Date: Sunday, January 4, 2009 @ 19:46:46
Author: jandd-guest
Revision: 7269
[svn-inject] Applying Debian modifications to trunk
Added:
packages/xlwt/trunk/debian/
packages/xlwt/trunk/debian/changelog
packages/xlwt/trunk/debian/compat
packages/xlwt/trunk/debian/control
packages/xlwt/trunk/debian/copyright
packages/xlwt/trunk/debian/docs
packages/xlwt/trunk/debian/examples
packages/xlwt/trunk/debian/rules
packages/xlwt/trunk/debian/watch
Property changes on: packages/xlwt/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: packages/xlwt/trunk/debian/changelog
===================================================================
--- packages/xlwt/trunk/debian/changelog (rev 0)
+++ packages/xlwt/trunk/debian/changelog 2009-01-04 19:46:46 UTC (rev 7269)
@@ -0,0 +1,5 @@
+xlwt (0.7.0-1) UNRELEASED; urgency=low
+
+ * Initial release. (Closes: #510763)
+
+ -- Jan Dittberner <jan at dittberner.info> Sun, 04 Jan 2009 18:10:11 +0100
Added: packages/xlwt/trunk/debian/compat
===================================================================
--- packages/xlwt/trunk/debian/compat (rev 0)
+++ packages/xlwt/trunk/debian/compat 2009-01-04 19:46:46 UTC (rev 7269)
@@ -0,0 +1 @@
+5
Added: packages/xlwt/trunk/debian/control
===================================================================
--- packages/xlwt/trunk/debian/control (rev 0)
+++ packages/xlwt/trunk/debian/control 2009-01-04 19:46:46 UTC (rev 7269)
@@ -0,0 +1,26 @@
+Source: xlwt
+Section: python
+Priority: optional
+Maintainer: Jan Dittberner <jan at dittberner.info>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 5.0.38)
+Build-Depends-Indep: python-all-dev (>= 2.3.5-11), python-support (>= 0.6.4),
+ python-setuptools (>= 0.6b3-1~)
+Standards-Version: 3.8.0
+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/
+XS-Python-Version: >= 2.3
+
+Package: python-xlwt
+Architecture: all
+Depends: ${python:Depends}
+Description: module for reading/writing Microsoft Excel spreadsheet files
+ Xlwt is a Python module that can generate Microsoft Excel 95 to 2003
+ compatible 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.
+ .
+ Xlwt is a fork of the unmaintained pyexcelerator and comes with
+ examples for using it.
Added: packages/xlwt/trunk/debian/copyright
===================================================================
--- packages/xlwt/trunk/debian/copyright (rev 0)
+++ packages/xlwt/trunk/debian/copyright 2009-01-04 19:46:46 UTC (rev 7269)
@@ -0,0 +1,137 @@
+This package was debianized by Jan Dittberner <jan at dittberner.info> on
+Sun, 04 Jan 2009 19:32:41 +0100.
+
+It was originally downloaded from http://pypi.python.org/pypi/xlwt
+
+Upstream Authors:
+
+ Roman V. Kiseliov <roman at kiseliov.ru>
+ Stephen John Machin <sjmachin at lexicon.net>
+
+Copyright:
+
+ Copyright (C) 2007, Stephen John Machin
+ Copyright (C) 2005, Roman V. Kiseliov
+
+License:
+
+ Portions copyright © 2007, Stephen John Machin, Lingfo Pty Ltd 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. None of the names of Stephen John Machin, Lingfo Pty Ltd and
+ any contributors may be used to endorse or promote products
+ derived from this software without specific prior written
+ permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ CONTRIBUTORS "AS IS" AND ANY EXPRESS 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 THE COPYRIGHT OWNER OR 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.
+
+
+ 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.
+
+ Roman V. Kiseliov
+ Russia
+ Kursk
+ Libknecht St., 4
+
+ +7(0712)56-09-83
+
+ <roman at kiseliov.ru>
+ Subject: pyExcelerator
+
+-----------------------------------------------------------
+
+xlwt/Utils.py:
+
+ Copyright (c) 2004 Evgeny Filatov <fufff at users.sourceforge.net>
+ Copyright (c) 2002-2004 John McNamara (Perl Spreadsheet::WriteExcel)
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public License
+ as published by the Free Software Foundation; either version 2.1
+ of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
+ --------------------------------------------------------------------
+ This module was written/ported from PERL Spreadsheet::WriteExcel
+ module
+
+ The author of the PERL Spreadsheet::WriteExcel module is John
+ McNamara <jmcnamara at cpan.org>
+ --------------------------------------------------------------------
+ See the README.txt distributed with pyXLWriter for more details.
+
+ Portions are (C) Roman V. Kiseliov, 2005
+
+
+The Debian packaging is copyright 2009, Jan Dittberner
+<jan at dittberner.info> and is licensed under the GPL, see
+`/usr/share/common-licenses/GPL'.
Added: packages/xlwt/trunk/debian/docs
===================================================================
--- packages/xlwt/trunk/debian/docs (rev 0)
+++ packages/xlwt/trunk/debian/docs 2009-01-04 19:46:46 UTC (rev 7269)
@@ -0,0 +1,2 @@
+README.html
+xlwt/doc/xlwt.html
\ No newline at end of file
Added: packages/xlwt/trunk/debian/examples
===================================================================
--- packages/xlwt/trunk/debian/examples (rev 0)
+++ packages/xlwt/trunk/debian/examples 2009-01-04 19:46:46 UTC (rev 7269)
@@ -0,0 +1 @@
+xlwt/examples/*
Added: packages/xlwt/trunk/debian/rules
===================================================================
--- packages/xlwt/trunk/debian/rules (rev 0)
+++ packages/xlwt/trunk/debian/rules 2009-01-04 19:46:46 UTC (rev 7269)
@@ -0,0 +1,52 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+
+PYVERS=$(shell pyversions -vr)
+
+
+clean:
+ dh_testdir
+ dh_testroot
+ find . -name '*\.py[co]' -delete
+ -rm -r build
+ dh_clean $(PYVERS:%=install-python%)
+
+build:
+
+install: $(PYVERS:%=install-python%)
+install-python%:
+ python$* setup.py install \
+ --root $(CURDIR)/debian/python-xlwt
+ touch $@
+
+binary-indep: build install
+ dh_testdir -i
+ dh_testroot -i
+ dh_installchangelogs -i HISTORY.html
+ dh_installdocs -i
+ dh_installexamples -i
+ dh_pysupport -i
+ dh_compress -i -X.py
+ dh_fixperms -i
+ dh_installdeb -i
+ dh_gencontrol -i
+ dh_md5sums -i
+ dh_builddeb -i -- -Z bzip2
+
+binary-arch:
+
+binary: binary-indep binary-arch
+
+get-orig-source:
+ REV=$(shell dpkg-parsechangelog | sed -rne 's,^Version: .*svn([^-]+).*,\1,p'); \
+ VER=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p'); \
+ if [ x$$REV = x ]; then \
+ uscan --force-download --rename --download-version=$$VER --destdir=.; \
+ else \
+ svn -q export -r $$REV https://secure.simplistix.co.uk/svn/xlwt/trunk xlwt-r$$REV && \
+ tar -zcf ./xlwt_$$VER.orig.tar.gz xlwt-r$$REV; \
+ rm -rf sqlalchemy-r$$REV; \
+ fi
+
+.PHONY: build clean binary-indep binary-arch binary install get-orig-source
Property changes on: packages/xlwt/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: packages/xlwt/trunk/debian/watch
===================================================================
--- packages/xlwt/trunk/debian/watch (rev 0)
+++ packages/xlwt/trunk/debian/watch 2009-01-04 19:46:46 UTC (rev 7269)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/x/xlwt/ xlwt-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list