# HG changeset patch # User Paul Boddie # Date 1390769595 -3600 # Node ID 8e57ff2336bf1cc4dfbfd80870b9fc5d2b88e96d # Parent 0efae0c8974767a6135f085a49890c4b01eb6ed0 Added packaging files for Debian Wheezy. diff -r 0efae0c89747 -r 8e57ff2336bf packages/debian-wheezy/python-libxml2dom/debian/changelog --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/debian-wheezy/python-libxml2dom/debian/changelog Sun Jan 26 21:53:15 2014 +0100 @@ -0,0 +1,5 @@ +libxml2dom (0.5-1) wheezy; urgency=low + + * New upstream release. + + -- Paul Boddie Sun, 26 Jan 2014 21:51:51 +0100 diff -r 0efae0c89747 -r 8e57ff2336bf packages/debian-wheezy/python-libxml2dom/debian/compat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/debian-wheezy/python-libxml2dom/debian/compat Sun Jan 26 21:53:15 2014 +0100 @@ -0,0 +1,1 @@ +7 diff -r 0efae0c89747 -r 8e57ff2336bf packages/debian-wheezy/python-libxml2dom/debian/control --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/debian-wheezy/python-libxml2dom/debian/control Sun Jan 26 21:53:15 2014 +0100 @@ -0,0 +1,19 @@ +Source: libxml2dom +Section: python +Priority: optional +Maintainer: Paul Boddie +Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python-epydoc +Standards-Version: 3.9.2 +Homepage: http://www.boddie.org.uk/python/libxml2dom.html +Vcs-Hg: http://hgweb.boddie.org.uk/libxml2dom +Vcs-Browser: http://hgweb.boddie.org.uk/libxml2dom + +Package: python-libxml2dom +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, python-libxml2 (>= 2.8.0) +Description: PyXML-style API for the libxml2 Python bindings + The libxml2dom package provides a traditional DOM wrapper + around the Python bindings for libxml2. In contrast to the + libxml2 bindings, libxml2dom provides an API reminiscent of + minidom, pxdom and other Python-based and Python-related + XML toolkits. diff -r 0efae0c89747 -r 8e57ff2336bf packages/debian-wheezy/python-libxml2dom/debian/copyright --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/debian-wheezy/python-libxml2dom/debian/copyright Sun Jan 26 21:53:15 2014 +0100 @@ -0,0 +1,31 @@ +Format: http://dep.debian.net/deps/dep5/ +Upstream-Name: libxml2dom +Upstream-Contact: Paul Boddie +Source: http://www.boddie.org.uk/python/libxml2dom.html +Comment: This package was debianized by Paul Boddie . + +Files: * +Copyright: 2003-2013 Paul Boddie +License: LGPL-3+ + This program 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 3 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 Lesser General Public License for more + details. + . + You should have received a copy of the GNU Lesser General Public License along + with this program. If not, see . + . + On Debian systems, the full text of the GNU General Public + License version 3 can be found in the file + `/usr/share/common-licenses/LGPL-3'. +Comment: Python libxml2dom package + +Files: debian/* +Copyright: 2014 Paul Boddie +License: Expat +Comment: Debian packaging files diff -r 0efae0c89747 -r 8e57ff2336bf packages/debian-wheezy/python-libxml2dom/debian/docs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/debian-wheezy/python-libxml2dom/debian/docs Sun Jan 26 21:53:15 2014 +0100 @@ -0,0 +1,6 @@ +README.txt +apidocs +docs/libxml2macro.html +docs/styles.css +docs/NOTES_libxml2macro.txt +docs/COPYING.txt diff -r 0efae0c89747 -r 8e57ff2336bf packages/debian-wheezy/python-libxml2dom/debian/rules --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/debian-wheezy/python-libxml2dom/debian/rules Sun Jan 26 21:53:15 2014 +0100 @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --with python2 + +override_dh_auto_build: + tools/apidocs.sh + dh_auto_build