debian/0000755000000000000000000000000012147400742007167 5ustar debian/compat0000644000000000000000000000000212147400322010357 0ustar 9 debian/docs0000644000000000000000000000001311617770414010043 0ustar README.rst debian/watch0000644000000000000000000000011411617770414010223 0ustar version=3 http://pypi.python.org/packages/source/d/dexml/ dexml-(.*).tar.gz debian/rules0000755000000000000000000000121711751003062010242 0ustar #!/usr/bin/make -f %: dh $@ --with python2,python3 override_dh_auto_install: set -e; for pyvers in $(shell pyversions -vr); do \ python$$pyvers setup.py install --install-layout=deb \ --root $(CURDIR)/debian/python-dexml; \ done set -e; for pyvers in $(shell py3versions -vr); do \ python$$pyvers setup.py install --install-layout=deb \ --root $(CURDIR)/debian/python3-dexml; \ done override_dh_auto_test: set -e; for pyvers in $(shell pyversions -vr); do \ python$$pyvers setup.py test; \ done set -e; for pyvers in $(shell py3versions -sv); do \ python$$pyvers setup.py test; \ done override_dh_clean: dh_clean rm -rf build debian/control0000644000000000000000000000263312147400411010567 0ustar Source: python-dexml Section: python Priority: optional Maintainer: Janos Guljas Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 9), python-all (>= 2.5), python3-all (>= 3.1), python-setuptools, python3-setuptools Standards-Version: 3.9.4 Homepage: http://pypi.python.org/pypi/dexml/ Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-dexml/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-dexml/trunk/ Package: python-dexml Architecture: all Depends: ${misc:Depends}, ${python:Depends} Provides: ${python:Provides} Description: Dead-simple Object-XML mapper for Python Dexml module takes the obvious mapping between XML tags and Python objects and lets you capture that as cleanly as possible. Loosely inspired by Django's ORM, you write simple class definitions to define the expected structure of your XML document. Package: python3-dexml Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Provides: ${python3:Provides} Description: Dead-simple Object-XML mapper for Python3 Dexml module takes the obvious mapping between XML tags and Python objects and lets you capture that as cleanly as possible. Loosely inspired by Django's ORM, you write simple class definitions to define the expected structure of your XML document. . This package provides module for python3 series. debian/copyright0000644000000000000000000000425012147400455011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: dexml Upstream-Contact: Ryan Kelly Source: http://github.com/rfk/dexml Files: * Copyright: 2009-2013 Ryan Kelly License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: 2012-2013 Janos Guljas 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'. debian/changelog0000644000000000000000000000245512147400742011047 0ustar python-dexml (0.5.1-1) unstable; urgency=low [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. * Remove DM-Upload-Allowed; it's no longer used by the archive software. [ Janos Guljas ] * New upstream release. * Raise debhelper compatibility to 9. * Bump standrards to 3.9.4. * Update my email address. * Update years in debian/copyright. * Remove use-setuptools.patch as no longer needed. -- Janos Guljas Thu, 23 May 2013 13:45:29 +0200 python-dexml (0.4.2-2) unstable; urgency=low * debian/source/options - Add extend-diff-ignore to ignore changes in dexml.egg-info after the build. (Closes: #671100) * debian/rules - Override dh_clean to remove the build directory. - Add 'set -e' to for loops. * Add debian/source/local-options. * Update debian/rules to build --with both python2 and python3. * Update debian/rules to use consistent options between pyversions and py3versions. * Bump standards version to 3.9.3. * Update copyright format URI in debian/copyright. * Add DM-Upload-Allowed control field. -- Janos Guljas Fri, 04 May 2012 18:40:13 +0200 python-dexml (0.4.2-1) unstable; urgency=low * Initial release. (Closes: #637097) -- Janos Guljas Mon, 08 Aug 2011 15:52:05 +0200 debian/source/0000755000000000000000000000000012147400214010461 5ustar debian/source/options0000644000000000000000000000005011750764664012117 0ustar extend-diff-ignore = "^dexml\.egg-info" debian/source/format0000644000000000000000000000001411617770414011704 0ustar 3.0 (quilt)