[Python-modules-commits] r23156 - in packages/python-odf/trunk (10 files)

toabctl-guest at users.alioth.debian.org toabctl-guest at users.alioth.debian.org
Wed Dec 12 17:42:21 UTC 2012


    Date: Wednesday, December 12, 2012 @ 17:42:19
  Author: toabctl-guest
Revision: 23156

[svn-inject] Applying Debian modifications (0.9.5-1) to trunk

Added:
  packages/python-odf/trunk/debian/
  packages/python-odf/trunk/debian/changelog
  packages/python-odf/trunk/debian/compat
  packages/python-odf/trunk/debian/control
  packages/python-odf/trunk/debian/copyright
  packages/python-odf/trunk/debian/python-odf.examples
  packages/python-odf/trunk/debian/rules
  packages/python-odf/trunk/debian/source/
  packages/python-odf/trunk/debian/source/format
  packages/python-odf/trunk/debian/watch


Property changes on: packages/python-odf/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-odf/trunk/debian/changelog
===================================================================
--- packages/python-odf/trunk/debian/changelog	                        (rev 0)
+++ packages/python-odf/trunk/debian/changelog	2012-12-12 17:42:19 UTC (rev 23156)
@@ -0,0 +1,5 @@
+python-odf (0.9.5-1) experimental; urgency=low
+
+  * Initial release. (Closes: #484584)
+
+ -- Thomas Bechtold <thomasbechtold at jpberlin.de>  Tue, 11 Dec 2012 17:15:17 +0100

Added: packages/python-odf/trunk/debian/compat
===================================================================
--- packages/python-odf/trunk/debian/compat	                        (rev 0)
+++ packages/python-odf/trunk/debian/compat	2012-12-12 17:42:19 UTC (rev 23156)
@@ -0,0 +1 @@
+8

Added: packages/python-odf/trunk/debian/control
===================================================================
--- packages/python-odf/trunk/debian/control	                        (rev 0)
+++ packages/python-odf/trunk/debian/control	2012-12-12 17:42:19 UTC (rev 23156)
@@ -0,0 +1,27 @@
+Source: python-odf
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Thomas Bechtold <thomasbechtold at jpberlin.de>
+Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 8), python-all
+X-Python-Version: >= 2.6
+Homepage: https://joinup.ec.europa.eu/software/odfpy/home
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-odf/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-odf/trunk/
+
+Package: python-odf
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Odfpy aims to be a complete API for OpenDocument in Python.
+ Unlike other more convenient APIs, this one is essentially an abstraction
+ layer just above the XML format. Odfpy is a library to read and write 
+ OpenDocument v. 1.1 files. The main focus has been to prevent the programmer
+ from creating invalid documents. It has checks that raise an exception if the
+ programmer adds an invalid element, adds an attribute unknown to the grammar,
+ forgets to add a required attribute or adds text to an element that doesn't 
+ allow it. These checks and the API itself were generated from the RelaxNG 
+ schema, and then hand-edited. Therefore the API is complete and can handle 
+ all ODF constructions, but could be improved in its understanding of data 
+ types. Take a look at the Getting Started page then consult the Reference 
+ Manual.

Added: packages/python-odf/trunk/debian/copyright
===================================================================
--- packages/python-odf/trunk/debian/copyright	                        (rev 0)
+++ packages/python-odf/trunk/debian/copyright	2012-12-12 17:42:19 UTC (rev 23156)
@@ -0,0 +1,87 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: odfpy
+Source: https://joinup.ec.europa.eu/software/odfpy/home
+
+Files: *
+Copyright: 2006-2009 Søren Roug, European Environment Agency
+License: GPL-2+ and Apache-2
+
+Files: csv2ods/*
+Copyright: 2008 Agustin Henze <agustinhenze at gmail.com>
+License: GPL-2+ and Apache-2
+
+Files: examples/easylists.py
+Copyright: 2008 J. David Eisenberg
+License: GPL-2+
+
+Files: examples/ods-currency.py
+Copyright: 2009 Brad Ralph
+License: GPL-2+ and Apache-2
+
+Files: contrib/gutenberg/*
+Copyright: 2007 Søren Roug, European Environment Agency
+License: LGPL-2.1+
+
+Files: contrib/xliff/*
+Copyright: 2000-2004  Juan David Ibáñez Palomar
+	   2003  Roberto Quero, Eduardo Corrales
+	   2004  Søren Roug	      
+License: GPL-2+
+
+Files: odf/*
+Copyright: 2006-2009 Søren Roug, European Environment Agency
+License: LGPL-2.1+
+
+Files: odf/easyliststyle.py odf/teletype.py
+Copyright: 2008 J. David Eisenberg
+License: GPL-2+
+
+Files: odf/__init__.py odf/userfield.py
+Copyright: 2006-2009 Søren Roug, European Environment Agency
+License: GPL-2+ and Apache-2
+
+
+License: Apache-2
+ On Debian systems, the full text of the Apache
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/Apache-2.0'.
+
+License: LGPL-2.1+
+ This package 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 package 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 package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in `/usr/share/common-licenses/LGPL-2'.
+
+License: GPL-2+
+ This program is free software; you can redistribute it
+ and/or modify it under the terms of the GNU General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later
+ version.
+ .
+ This program 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 General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
\ No newline at end of file

Added: packages/python-odf/trunk/debian/python-odf.examples
===================================================================
--- packages/python-odf/trunk/debian/python-odf.examples	                        (rev 0)
+++ packages/python-odf/trunk/debian/python-odf.examples	2012-12-12 17:42:19 UTC (rev 23156)
@@ -0,0 +1 @@
+examples/*

Added: packages/python-odf/trunk/debian/rules
===================================================================
--- packages/python-odf/trunk/debian/rules	                        (rev 0)
+++ packages/python-odf/trunk/debian/rules	2012-12-12 17:42:19 UTC (rev 23156)
@@ -0,0 +1,18 @@
+#!/usr/bin/make -f
+
+#DH_VERBOSE=1
+
+PYTHON2=$(shell pyversions -vr)
+
+%:
+	dh $@ --with python2
+
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+test-python%:
+	cd tests; \
+	for F in `ls test*.py` ; do \
+		python$* $$F; \
+	done
+
+override_dh_auto_test: $(PYTHON2:%=test-python%)
+endif


Property changes on: packages/python-odf/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-odf/trunk/debian/source/format
===================================================================
--- packages/python-odf/trunk/debian/source/format	                        (rev 0)
+++ packages/python-odf/trunk/debian/source/format	2012-12-12 17:42:19 UTC (rev 23156)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-odf/trunk/debian/watch
===================================================================
--- packages/python-odf/trunk/debian/watch	                        (rev 0)
+++ packages/python-odf/trunk/debian/watch	2012-12-12 17:42:19 UTC (rev 23156)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/o/odfpy/odfpy-(.*).tar.gz




More information about the Python-modules-commits mailing list