debian/0000755000000000000000000000000011677470134007200 5ustar debian/changelog0000644000000000000000000000120411677470134011047 0ustar xmlmarshaller (0.9.7+svn39722-2build1) precise; urgency=low * Rebuild to drop python2.6 dependencies. -- Matthias Klose Sat, 31 Dec 2011 02:15:56 +0000 xmlmarshaller (0.9.7+svn39722-2) unstable; urgency=low * debian/control: + Add python-pkg-resources to Build-Depends-Indep explictely as it is required to run the tests. + Add python-pkg-resources to Suggests. -- Arnaud Fontaine Fri, 22 Apr 2011 15:46:44 +0900 xmlmarshaller (0.9.7+svn39722-1) unstable; urgency=low * Initial upload. Closes: #623656. -- Arnaud Fontaine Fri, 22 Apr 2011 12:58:34 +0900 debian/rules0000755000000000000000000000227111554211710010245 0ustar #!/usr/bin/make -f %: dh $@ --with python2 --buildsystem=python_distutils # Run tests on build time, but only if ``nocheck'' build option has # not been set ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) override_dh_auto_test: for py in $(shell pyversions -vr); do \ python$$py setup.py test; \ done endif # Generate the upstream tarball from upstream SVN (adapted from # http://wiki.debian.org/SandroTosi/Svn_get-orig-source) PACKAGE := xmlmarshaller SRC_VERSION := $(shell dpkg-parsechangelog | \ sed -ne 's/^Version: \(\([0-9]\+\):\)\?\(.*\)-.*/\3/p') SVN_REVISION := $(shell echo $(SRC_VERSION) | awk -F"+" '{ print $$2 }' | \ sed 's/svn//' ) TARBALL = $(PACKAGE)_$(SRC_VERSION).orig.tar.gz get-orig-source: rm -rf get-orig-source $(TARBALL) mkdir get-orig-source svn export --non-interactive --trust-server-cert -r $(SVN_REVISION) \ https://svn.erp5.org/repos/public/erp5/trunk/utils/xml_marshaller \ get-orig-source/$(PACKAGE)-$(SRC_VERSION).orig GZIP='--best --no-name' tar czf $(TARBALL) -C get-orig-source \ $(PACKAGE)-$(SRC_VERSION).orig rm -rf get-orig-source @echo "'$(TARBALL)' created; move it to the right destination to build the package" .PHONY: get-orig-source debian/control0000644000000000000000000000215511554223126010575 0ustar Source: xmlmarshaller Section: python Priority: optional Maintainer: Arnaud Fontaine Uploaders: Debian Python Modules Team Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), python-lxml, debhelper (>= 7.0.50~) Build-Depends-Indep: python-pkg-resources Standards-Version: 3.9.2 X-Python-Version: all Homepage: http://pypi.python.org/pypi/xml_marshaller Vcs-Svn: svn://svn.debian.org/python-modules/packages/xmlmarshaller/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/xmlmarshaller/trunk/ Package: python-xmlmarshaller Architecture: all Depends: ${misc:Depends}, ${python:Depends} Breaks: ${python:Breaks} Suggests: python-pkg-resources Description: Converting Python objects to XML and back again. Marshals simple Python data types into a custom XML format. The Marshaller and Unmarshaller classes can be subclassed in order to implement marshalling into a different XML DTD. . Fully compatible with PyXML implementation, enable namespace support for XML Input/Output. debian/copyright0000644000000000000000000001072511554213747011137 0ustar This package was debianized by Arnaud Fontaine on Fri, 22 Apr 2011 12:58:34 +0900. The official releases are available there: http://pypi.python.org/pypi/xml_marshaller This package was debianized from the SVN repository available there: https://svn.erp5.org/repos/public/erp5/trunk/utils/xml_marshaller Copyright: Copyright 2010-2011, Nicolas Delaby XML-SIG License: CNRI OPEN SOURCE LICENSE AGREEMENT IMPORTANT: PLEASE READ THE FOLLOWING AGREEMENT CAREFULLY. BY CLICKING ON "ACCEPT" WHERE INDICATED BELOW, OR BY COPYING, INSTALLING OR OTHERWISE USING PYTHON 1.6, beta 1 SOFTWARE, YOU ARE DEEMED TO HAVE AGREED TO THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT. 1. This LICENSE AGREEMENT is between the Corporation for National Research Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191 ("CNRI"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 1.6, beta 1 software in source or binary form and its associated documentation, as released at the www.python.org Internet site on August 4, 2000 ("Python 1.6b1"). 2. Subject to the terms and conditions of this License Agreement, CNRI hereby grants Licensee a non-exclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 1.6b1 alone or in any derivative version, provided, however, that CNRIs License Agreement is retained in Python 1.6b1, alone or in any derivative version prepared by Licensee. Alternately, in lieu of CNRIs License Agreement, Licensee may substitute the following text (omitting the quotes): "Python 1.6, beta 1, is made available subject to the terms and conditions in CNRIs License Agreement. This Agreement may be located on the Internet using the following unique, persistent identifier (known as a handle): 1895.22/1011. This Agreement may also be obtained from a proxy server on the Internet using the URL:http://hdl.handle.net/1895.22/1011". 3. In the event Licensee prepares a derivative work that is based on or incorporates Python 1.6b1or any part thereof, and wants to make the derivative work available to the public as provided herein, then Licensee hereby agrees to indicate in any such work the nature of the modifications made to Python 1.6b1. 4. CNRI is making Python 1.6b1 available to Licensee on an "AS IS" basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6b1WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING PYTHON 1.6b1, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 7. This License Agreement shall be governed by and interpreted in all respects by the law of the State of Virginia, excluding conflict of law provisions. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between CNRI and Licensee. This License Agreement does not grant permission to use CNRI trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. 8. By clicking on the "ACCEPT" button where indicated, or by copying, installing or otherwise using Python 1.6b1, Licensee agrees to be bound by the terms and conditions of this License Agreement. ACCEPT The Debian packaging is (C) 2011, Arnaud Fontaine and is licensed under the same license as the source code of this package. debian/source/0000755000000000000000000000000011554224027010470 5ustar debian/source/format0000644000000000000000000000001411554211710011671 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000021211554211710010207 0ustar version=3 opts="dversionmangle=s/[+~].*$//" \ http://pypi.python.org/packages/source/x/xml_marshaller/xml_marshaller-([\d\.]+)\.tar\.gz debian/compat0000644000000000000000000000000211554211710010361 0ustar 7 debian/docs0000644000000000000000000000001211554211710010027 0ustar README.txtdebian/clean0000644000000000000000000000003611554211710010167 0ustar src/xml_marshaller.egg-info/*