--- xmldiff-0.6.10.orig/debian/changelog +++ xmldiff-0.6.10/debian/changelog @@ -0,0 +1,173 @@ +xmldiff (0.6.10-2.1) unstable; urgency=medium + + [ Benjamin Drung ] + * Non-maintainer upload. + * Port from python-support to dh_python (Closes: #786023) + * Add missing ${misc:Depends} to dependencies + + [ Stefano Rivera ] + * Drop pycompat, it's not useful or used. + + -- Benjamin Drung Wed, 19 Aug 2015 22:10:43 +0200 + +xmldiff (0.6.10-2) unstable; urgency=low + + * Fixed Uploaders field in debian/control (closes: #602619) + + -- Alexandre Fayolle Mon, 08 Nov 2010 09:57:17 +0100 + +xmldiff (0.6.10-1) unstable; urgency=low + + * Apply Daiki Ueno patch: fails when comparing minimal trees on i386 (closes: #570727) + * Acknowledge NMU (closes: #570727, #547860) + * Changed helper from pycentral to pysupport + + -- Alexandre Fayolle Mon, 30 Aug 2010 15:08:36 +0200 + +xmldiff (0.6.9-1) unstable; urgency=low + + * Fix a bug : xmldiff-xmlrev compilation error (closes: #484768) + + -- Graziella Toutoungis Fri, 03 Apr 2009 10:41:19 +0200 + +xmldiff (0.6.8-4.2) unstable; urgency=low + + * Non-maintainer upload. + * Fix id() calculation in extensions/maplookup.c; that fixes comparison + errors on minimal trees (on i386). Patch by Daiki Ueno, applied + upstream (see http://www.logilab.org/ticket/21853). (Closes: #570727) + + -- Stefano Zacchiroli Thu, 18 Mar 2010 11:14:40 +0100 + +xmldiff (0.6.8-4.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: + + Conditionally use $(py_setup_install_args) from python.mk and remove + unneeded files from dist-packages as well to enable building with + Python 2.6. (Closes: #547860) + * Standards Version is now 3.8.3 (no changes needed). + + -- Kumar Appaiah Mon, 19 Oct 2009 22:21:57 -0500 + +xmldiff (0.6.8-4) unstable; urgency=low + + * Fixed __future__ import (closes: #476161) + * dropped mentions of python2.3-xmldiff which no longer exists in stable + * updated to new standards + * fixed encoding of debian/copyright + + -- Alexandre Fayolle Thu, 17 Apr 2008 15:18:10 +0200 + +xmldiff (0.6.8-3) unstable; urgency=low + + * Fixed package description (closes: #383788, #420781) + * converted changelog and manpages to UTF-8 + + -- Alexandre Fayolle Fri, 11 May 2007 10:53:50 +0200 + +xmldiff (0.6.8-2) unstable; urgency=low + + * updated standards to 3.7.2 + * use debhelper 5 + * new python policy + + -- Alexandre Fayolle Thu, 15 Jun 2006 08:47:44 +0200 + +xmldiff (0.6.8-1) unstable; urgency=low + + * New upstream release, fixing 64bit cleanness issues + + -- Alexandre Fayolle Wed, 29 Jun 2005 08:52:11 +0200 + +xmldiff (0.6.7-1) unstable; urgency=low + + * New upstream release + - Fixes xupdate:move command problem (closes: #275750) + - small improvments / reorganization + * Update copyright file + * Add an empty line at the bottom of watch + * Fix some encoding problem in this file (latin1 instead of utf-8) + + -- Sylvain Thénault Tue, 3 May 2005 17:41:09 +0200 + +xmldiff (0.6.6-1) unstable; urgency=low + + * New upstream release + - Includes Bastian Kleineidam's patch which fixes many bugs/typos in xmlrev (closes: #285167, #285164, #285165) + - Adds a man page for xmldiff and xmlrev (closes: #286558) + * Removed python2.1-dev and python2.2-dev from build dependencies + + -- Alexandre Fayolle Wed, 22 Dec 2004 15:54:52 +0100 + +xmldiff (0.6.5-1) unstable; urgency=low + + * New upstream release (closes: #278830) + * Put xmlrev in a separate package, with proper dependencies + (closes: #269343) + * Fixed use of DH_OPTIONS in debian/rules (closes: #276904) + * Updated build dependency on debhelper + * Now suggests python-psyco + * Changed section of xmldiff and xmldiff-xmlrev to text, where other xml + related tools can be found + * Updated debian/watch to version 2 of uupdaterol + + + -- Alexandre Fayolle Wed, 10 Nov 2004 18:36:35 +0100 + +xmldiff (0.6.4-5) unstable; urgency=low + + * Changed the Build-Depends-Indep into Build-Depends (closes: #268592) + + -- Alexandre Fayolle Mon, 30 Aug 2004 11:43:27 +0200 + +xmldiff (0.6.4-4) unstable; urgency=low + + * First upload to debian (closes: #267598) + * New maintainer + + -- Alexandre Fayolle Wed, 25 Aug 2004 22:08:48 +0200 + +xmldiff (0.6.4-3) unstable; urgency=low + + * move test in a separated package + + -- Sylvain Thénault Thu, 9 Oct 2003 12:40:07 +0200 + +xmldiff (0.6.4-2) unstable; urgency=low + + * fix dependancies + + -- Sylvain Thénault Wed, 8 Oct 2003 15:43:39 +0200 + +xmldiff (0.6.4-1) unstable; urgency=low + + * new upstream release + + -- Sylvain Thénault Thu, 8 Oct 2003 12:35:54 +0200 + +python-logilab-xmldiff (0.6.3-1) unstable; urgency=low + + * new upstream release + + -- Sylvain Thénault Mon, 17 Mar 2003 13:04:59 +0100 + +python-logilab-xmldiff (0.6.2-1) unstable; urgency=low + + * new upstream release + + -- Alexandre Fayolle Wed, 25 Sep 2002 12:15:11 +0200 + +python-logilab-xmldiff (0.6.1-1) unstable; urgency=low + + * New upstream release + * Changed default python version to 2.2 + * Added support for python2.3 + + -- Alexandre Fayolle Wed, 18 Sep 2002 11:08:25 +0200 + +python-logilab-xmldiff (0.6.0-1) unstable; urgency=low + + * Initial Release. + + -- Sylvain Thenault Thu, 22 Aug 2002 14:59:50 +0200 --- xmldiff-0.6.10.orig/debian/compat +++ xmldiff-0.6.10/debian/compat @@ -0,0 +1 @@ +5 --- xmldiff-0.6.10.orig/debian/control +++ xmldiff-0.6.10/debian/control @@ -0,0 +1,37 @@ +Source: xmldiff +Section: misc +Priority: optional +Maintainer: Alexandre Fayolle +Uploaders: Sylvain Thenault , + Alexandre Fayolle , + Emile Anclin , + Alain Leufroy +Build-Depends: debhelper (>= 5.0.38), dh-python, python (>=2.4.6-2), python-dev (>=2.4.6-2) +Standards-Version: 3.8.3 +Homepage: http://www.logilab.org/project/xmldiff + +Package: xmldiff +Architecture: any +Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} +Conflicts: python2.3-xmldiff +Replaces: python2.3-xmldiff +XB-Python-Version: ${python:Versions} +Suggests: xmldiff-xmlrev, python-psyco +Description: tree to tree correction between xml documents + Xmldiff is a utility for extracting differences between two xml + files. It returns a set of primitives to apply on source tree to + obtain the destination tree. + . + The implementation is based on _Change detection in hierarchically + structured - information_, by S. Chawathe, A. Rajaraman, + H. Garcia-Molina and J. Widom, - Stanford University, 1996 + + +Package: xmldiff-xmlrev +Architecture: all +Depends: xmldiff, libxml2-utils, xsltproc, sp, ${misc:Depends} +Recommends: docbook-xsl +Description: xmldiff output formatter + xmlrev can be used to display the differences between two XML + documents computed by xmldiff as an HTML document. + --- xmldiff-0.6.10.orig/debian/copyright +++ xmldiff-0.6.10/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Sylvain Thénault Sat, 13 Apr 2002 19:05:23 +0200. + +It was downloaded from ftp://ftp.logilab.org/pub/xmldiff + +Upstream Author: + + Sylvain Thénault + +Copyright: + +Copyright (c) 2003-2010 LOGILAB S.A. (Paris, FRANCE). +http://www.logilab.fr/ -- mailto:contact@logilab.fr + +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 program; 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 General Public License +may be found in '/usr/share/common-licenses/GPL'. --- xmldiff-0.6.10.orig/debian/rules +++ xmldiff-0.6.10/debian/rules @@ -0,0 +1,86 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +-include /usr/share/python/python.mk +ifeq (,$(py_sitename)) + py_sitename = site-packages + py_libdir = /usr/lib/python$(subst python,,$(1))/site-packages + py_sitename_sh = $(py_sitename) + py_libdir_sh = $(py_libdir) +endif + +build: build-stamp +build-stamp: + dh_testdir + python setup.py -v build + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp install-stamp + rm -rf build + find . -name "*.pyc" | xargs rm -f + rm -f changelog.gz + dh_clean + +install: install-stamp +install-stamp: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + python setup.py -v install --no-compile --prefix=debian/xmldiff/usr $(py_setup_install_args) + # remove test directory (installed in a separated package) + rm -rf debian/xmldiff/usr/lib/python*/*-packages/xmldiff/test debian/xmldiff/usr/share/sgml/ debian/xmldiff/usr/bin/xmlrev + + # install tests + (cd test && find . -type f -not \( -path '*/CVS/*' -or -name '*.pyc' \) -exec install -D --mode=644 {} ../debian/xmldiff/usr/share/doc/xmldiff/test/{} \;) + touch install-stamp + + +# Build architecture-independent files here. +binary-indep: install + dh_testdir -i + dh_testroot -i + dh_install -i + dh_installman -i + gzip -9 -c ChangeLog > changelog.gz + dh_installdocs -i -A README TODO changelog.gz + dh_installchangelogs -i + dh_link -i + dh_compress -i -X.py + dh_fixperms -i + dh_installdeb -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i + +# Build architecture-dependent files here. +binary-arch: install + dh_testdir -a + dh_testroot -a + dh_install -a + dh_installman -a + dh_python2 -p xmldiff + gzip -9 -c ChangeLog > changelog.gz + dh_installdocs -a -A README TODO changelog.gz + dh_installchangelogs -a + dh_strip -a + dh_link -a + dh_compress -a -X.py + dh_fixperms -a + dh_installdeb -a + dh_shlibdeps -a + dh_gencontrol -a + dh_md5sums -a + dh_builddeb -a + +binary: binary-indep binary-arch +.PHONY: build install clean binary-arch binary-indep binary + --- xmldiff-0.6.10.orig/debian/source/format +++ xmldiff-0.6.10/debian/source/format @@ -0,0 +1 @@ +1.0 --- xmldiff-0.6.10.orig/debian/watch +++ xmldiff-0.6.10/debian/watch @@ -0,0 +1,3 @@ +version=2 +ftp://ftp.logilab.org/pub/xmldiff/xmldiff-(.*)\.tar\.gz debian uupdate + --- xmldiff-0.6.10.orig/debian/xmldiff-xmlrev.dirs +++ xmldiff-0.6.10/debian/xmldiff-xmlrev.dirs @@ -0,0 +1 @@ +usr/share/sgml/stylesheet/xmldiff --- xmldiff-0.6.10.orig/debian/xmldiff-xmlrev.install +++ xmldiff-0.6.10/debian/xmldiff-xmlrev.install @@ -0,0 +1,2 @@ +xsl/*.xsl? usr/share/sgml/stylesheet/xmldiff/ +bin/xmlrev usr/bin --- xmldiff-0.6.10.orig/debian/xmldiff-xmlrev.manpages +++ xmldiff-0.6.10/debian/xmldiff-xmlrev.manpages @@ -0,0 +1 @@ +man/xmlrev.1 --- xmldiff-0.6.10.orig/debian/xmldiff.docs +++ xmldiff-0.6.10/debian/xmldiff.docs @@ -0,0 +1,2 @@ +doc/*.txt +doc/*.html --- xmldiff-0.6.10.orig/debian/xmldiff.manpages +++ xmldiff-0.6.10/debian/xmldiff.manpages @@ -0,0 +1 @@ +man/xmldiff.1 --- xmldiff-0.6.10.orig/debian/xmldiff.postinst +++ xmldiff-0.6.10/debian/xmldiff.postinst @@ -0,0 +1,9 @@ +#! /bin/sh -e +# +# postinst script for Debian python packages. +# Written 1998 by Gregor Hoffleit . +# + +#DEBHELPER# + +exit 0 --- xmldiff-0.6.10.orig/debian/xmldiff.prerm +++ xmldiff-0.6.10/debian/xmldiff.prerm @@ -0,0 +1,9 @@ +#! /bin/sh -e +# +# sample prerm script for Debian python packages. +# Written 1998 by Gregor Hoffleit . +# + +#DEBHELPER# + +exit 0