--- r-cran-xml-0.99-8.orig/debian/dirs +++ r-cran-xml-0.99-8/debian/dirs @@ -0,0 +1 @@ +usr/lib/R/library --- r-cran-xml-0.99-8.orig/debian/control +++ r-cran-xml-0.99-8/debian/control @@ -0,0 +1,22 @@ +Source: r-cran-xml +Section: math +Priority: optional +Maintainer: Dirk Eddelbuettel +Build-Depends: debhelper (>> 4.0.0), r-base-dev (>= 2.3.1), cdbs, libxml2-dev | libxml-dev +Standards-Version: 3.7.2 + +Package: r-cran-xml +Architecture: any +Depends: r-base-core (>= 2.3.1), ${shlibs:Depends} +Conflicts: r-xml +Replaces: r-xml +Description: GNU R package for XML parsing and generation + This package provides facilities for the R language to + . + * parse XML files, URLs and strings, using either the DOM (Document + Object Model)/tree-based approach, or the event-driven SAX (Simple + API for XML) mechanism; + * generate XML content to buffers, files, URLs, and internal XML trees; + * read DTDs as R objects. + . + URL: http://www.omegahat.org/RSXML --- r-cran-xml-0.99-8.orig/debian/rules +++ r-cran-xml-0.99-8/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# +# debian/rules file for the Debian GNU/Linux r-cran-xml package +# Copyright (C) 2003-2005 Rafael Laboissiere +# Copyright (C) 2005-2006 Dirk Eddelbuettel +# +# Based on: +# debian/rules file for the Debian/GNU Linux r-cran-tseries package +# Copyright 2003 by Dirk Eddelbuettel + +include /usr/share/R/debian/r-cran.mk + + --- r-cran-xml-0.99-8.orig/debian/watch +++ r-cran-xml-0.99-8/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/XML_([-0-9\.]*).tar.gz --- r-cran-xml-0.99-8.orig/debian/changelog +++ r-cran-xml-0.99-8/debian/changelog @@ -0,0 +1,120 @@ +r-cran-xml (0.99-8-1) unstable; urgency=low + + * New upstream release + + * debian/rules: Simplified to cdbs-based one-liner sourcing r-cran.mk + * debian/control: Hence Build-Depends: updated to r-base-dev (>= 2.3.0) + + * debian/control: Standards-Version: increased to 3.7.2 + + * debian/watch: Updated to version=3 + + -- Dirk Eddelbuettel Mon, 10 Jul 2006 20:38:07 -0500 + +r-cran-xml (0.99-7-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Tue, 4 Apr 2006 21:15:56 -0500 + +r-cran-xml (0.99-6-1) unstable; urgency=low + + * New upstream release + + * debian/control: Reworded Description line a little + * debian/copyright: Updated to state current maintainer + * debian/copyright: Updated upstream author's email address + + -- Dirk Eddelbuettel Sun, 1 Jan 2006 18:23:03 -0600 + +r-cran-xml (0.99-5-1) unstable; urgency=low + + * New upstream release + + * debian/control: Changed maintainer from Debian QA Group + + -- Dirk Eddelbuettel Wed, 21 Dec 2005 18:28:23 -0600 + +r-cran-xml (0.99-4-1) unstable; urgency=low + + * New upstream release + * Also close 'package is orphaned' bug report (Closes: #334323) + + -- Dirk Eddelbuettel Fri, 16 Dec 2005 18:52:15 -0600 + +r-cran-xml (0.99-3-1) unstable; urgency=low + + * New maintainer, with thanks to Rafael for all the previous work + + * New upstream release + * Includes fix for 'r-cran-xml: bad xml output' (Closes: #330622) + + * debian/rules: Rewritten + * debian/post{inst,rm}: No longer call R to update html help index + * debian/control: Changed Depends: to r-base-core + * debian/control: Upgraded Standards-Version: to 3.6.2 + + -- Dirk Eddelbuettel Fri, 16 Dec 2005 00:16:10 -0600 + +r-cran-xml (0.97.0-2) unstable; urgency=low + + * QA Group upload orphaning this package + + -- Andrew Pollock Fri, 28 Oct 2005 22:42:51 +1000 + +r-cran-xml (0.97.0-1) unstable; urgency=low + + * New upstream release. + + -- Rafael Laboissiere Sun, 12 Dec 2004 18:51:39 +0100 + +r-cran-xml (0.95.6-1) unstable; urgency=low + + * New upstream release + * debian/control: + - Updated Build-Depends to r-base-dev (>= 2.0.0) + - Updated Depends to r-base-core (>= 2.0.0) + * debian/postinst, debian/postrm, debian/watch: Added files suggested by + Dirk Eddelbuettel . + + -- Rafael Laboissiere Sat, 9 Oct 2004 12:13:24 +0200 + +r-cran-xml (0.94.1-1) unstable; urgency=low + + * First official release of the Debian package (closes: #201674). + * debian/control: Depends on r-base-core | r-base. + + -- Rafael Laboissiere Thu, 11 Sep 2003 12:46:22 +0200 + +r-cran-xml (0.94.1-0.pre.1) unstable; urgency=low + + * New upstream release + * debian/control: Bumped Standards-Version to 3.6.1. + + -- Rafael Laboissiere Tue, 26 Aug 2003 22:29:18 +0200 + +r-cran-xml (0.93.4-3) unstable; urgency=low + + * Changed name of the package from r-xml to r-cran-xml, which is the + standard way to name R module packages in Debian. + * debian/rules: Use cdbs template as the one developed by Dirk + Eddelbuettel for other CRAN module packages. + * debian/control: + - Added cdbs to Build-Depends. + - Added Conflicts/Replaces: r-xml. + - Bumped Standards-Version to 3.6.0. + + -- Rafael Laboissiere Sun, 17 Aug 2003 21:44:42 +0200 + +r-xml (0.93.4-2) unstable; urgency=low + + * debian/control: Added dependency to r-base. + + -- Rafael Laboissiere Thu, 17 Jul 2003 08:40:03 +0200 + +r-xml (0.93.4-1) unstable; urgency=low + + * Initial Release. + + -- Rafael Laboissiere Tue, 15 Jul 2003 19:54:52 +0200 + --- r-cran-xml-0.99-8.orig/debian/postinst +++ r-cran-xml-0.99-8/debian/postinst @@ -0,0 +1,24 @@ +#!/bin/sh +# -*- makefile -*- +# debian/postinst file for the Debian/GNU Linux r-cran-xml package +# Copyright 2004, 2005 by Dirk Eddelbuettel + +set -e + +#DEBHELPER# + +case "$1" in + configure) +# if test -x /usr/bin/R; then +# R CMD perl /usr/lib/R/share/perl/build-help.pl --htmllists +# fi + ;; + abort-upgrade|abort-remove|abort-deconfigure) + ;; + *) + echo "postinst called with unknown argument \`$1'" >&2 + ;; +esac + + +exit 0 --- r-cran-xml-0.99-8.orig/debian/postrm +++ r-cran-xml-0.99-8/debian/postrm @@ -0,0 +1,24 @@ +#!/bin/sh +# -*- makefile -*- +# debian/postrm file for the Debian/GNU Linux r-cran-xml package +# Copyright 2004, 2005 by Dirk Eddelbuettel + +set -e + +#DEBHELPER# + +case "$1" in + upgrade|remove|purge) +# if test -x /usr/bin/R; then +# R CMD perl /usr/lib/R/share/perl/build-help.pl --htmllists +# fi + ;; + failed-upgrade|abort-install|abort-upgrade|disappear) + ;; + *) + echo "postrm called with unknown argument \`$1'" >&2 + ;; +esac + + +exit 0 --- r-cran-xml-0.99-8.orig/debian/copyright +++ r-cran-xml-0.99-8/debian/copyright @@ -0,0 +1,15 @@ +This package was debianized by Rafael Laboissiere on +Tue, 15 Jul 2003 19:54:52 +0200. + +Since late 2005, the package is being maintained by Dirk Eddelbuettel +. + +It was downloaded from http://www.omegahat.org/RSXML + +Upstream Author: Duncan Temple Lang + +Copyright: + The XML R library is released under the BSD license. + + (For the complete text of the BSD license, see + /usr/share/common-licenses/BSD)