r52102 - in /trunk/libxml-filter-xslt-perl: debian/changelog debian/control debian/copyright debian/source/ debian/source/format lib/XML/Filter/XSLT/LibXSLT.pm t/01filter.t

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Wed Feb 3 15:13:51 UTC 2010


Author: ansgar-guest
Date: Wed Feb  3 15:13:06 2010
New Revision: 52102

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52102
Log:
* Convert debian/copyright to proposed machine-readable format.
* debian/copyright: Upstream confirmed the license. (Closes: #567364)
* Bump Standards-Version to 3.8.4.
* Drop changes to upstream source.
* Use source format 3.0 (quilt).
* debian/control: Change description to avoid use of first person.
* debian/control: Add (build-)dep on libxml-libxml-perl.
* debian/control: Remove dependency on libxml-sax-perl,
  libxml-sax-writer-perl (only used in tests).
* Add myself to Uploaders.

Added:
    trunk/libxml-filter-xslt-perl/debian/source/
    trunk/libxml-filter-xslt-perl/debian/source/format
Modified:
    trunk/libxml-filter-xslt-perl/debian/changelog
    trunk/libxml-filter-xslt-perl/debian/control
    trunk/libxml-filter-xslt-perl/debian/copyright
    trunk/libxml-filter-xslt-perl/lib/XML/Filter/XSLT/LibXSLT.pm
    trunk/libxml-filter-xslt-perl/t/01filter.t

Modified: trunk/libxml-filter-xslt-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-filter-xslt-perl/debian/changelog?rev=52102&op=diff
==============================================================================
--- trunk/libxml-filter-xslt-perl/debian/changelog (original)
+++ trunk/libxml-filter-xslt-perl/debian/changelog Wed Feb  3 15:13:06 2010
@@ -1,7 +1,4 @@
-libxml-filter-xslt-perl (0.03-8) UNRELEASED; urgency=low
-
-  TODO: Where does the information in debian/copyright come from?
-  TODO: Move changes to upstream source to a patch.
+libxml-filter-xslt-perl (0.03-8) unstable; urgency=low
 
   [ gregor herrmann ]
   * Take over for the Debian Perl Group with maintainer's permission
@@ -24,14 +21,22 @@
 
   [ Ansgar Burchardt ]
   * Refresh rules for debhelper 7.
-  * Convert debian/rules to proposed machine-readable format.
-  * Bump Standards-Version to 3.8.4.
+  * Convert debian/copyright to proposed machine-readable format.
+  * debian/copyright: Upstream confirmed the license. (Closes: #567364)
   * debian/control: Remove duplicate Section, Priority fields from binary
     package stanza.
   * debian/control: Move debhelper to Build-Depends (instead of B-D-Indep).
   * debian/control: Mention module name in description.
+  * Bump Standards-Version to 3.8.4.
+  * Drop changes to upstream source.
+  * Use source format 3.0 (quilt).
+  * debian/control: Change description to avoid use of first person.
+  * debian/control: Add (build-)dep on libxml-libxml-perl.
+  * debian/control: Remove dependency on libxml-sax-perl,
+    libxml-sax-writer-perl (only used in tests).
+  * Add myself to Uploaders.
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Thu, 09 Apr 2009 07:40:13 -0700
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Thu, 04 Feb 2010 00:10:34 +0900
 
 libxml-filter-xslt-perl (0.03-7.1) unstable; urgency=low
 

Modified: trunk/libxml-filter-xslt-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-filter-xslt-perl/debian/control?rev=52102&op=diff
==============================================================================
--- trunk/libxml-filter-xslt-perl/debian/control (original)
+++ trunk/libxml-filter-xslt-perl/debian/control Wed Feb  3 15:13:06 2010
@@ -2,20 +2,22 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ansgar Burchardt <ansgar at 43-1.org>
 Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/XML-Filter-XSLT/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-filter-xslt-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-filter-xslt-perl/
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libxml-libxslt-perl, libxml-sax-perl, libxml-sax-writer-perl
+Build-Depends-Indep: perl, libxml-libxslt-perl, libxml-libxml-perl,
+ libxml-sax-perl, libxml-sax-writer-perl
 
 Package: libxml-filter-xslt-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libxml-libxslt-perl, libxml-sax-perl, libxml-sax-writer-perl
+Depends: ${misc:Depends}, ${perl:Depends}, libxml-libxslt-perl, libxml-libxml-perl
 Description: Perl module for XSLT as a SAX Filter
  The XML::Filter::XSLT module implements XSLT as a SAX Filter.  At the
  moment it only uses XML::LibXSLT as an XSLT transformer, but hopefully
- in the future we can support others too (it's written with that in mind).
+ others will be supported in the future (it's written with that in mind).
  .
  The beauty is you can stick other things in the transformation chain
  if you want, or you can make the writer use XML::Handler::HTMLWriter

Modified: trunk/libxml-filter-xslt-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-filter-xslt-perl/debian/copyright?rev=52102&op=diff
==============================================================================
--- trunk/libxml-filter-xslt-perl/debian/copyright (original)
+++ trunk/libxml-filter-xslt-perl/debian/copyright Wed Feb  3 15:13:06 2010
@@ -4,8 +4,35 @@
 Name: XML-Filter-XSLT
 
 Copyright: © 2001, Matt Sergeant <matt at sergeant.org>
-License-Alias: Perl
 License: Artistic | GPL-1+
+  The license is missing from the upstream sources but was confirmed by the
+  author in a mail (http://bugs.debian.org/567364#15):
+  .
+  From: Matt Sergeant <matt at sergeant.org>
+  Date: Sun, 31 Jan 2010 11:42:33 -0500
+  Subject: Re: Copyright and license for Perl module XML::Filter::XSLT
+  .
+  I can confirm the license. If I ever get to updating the module I'll add the
+  claim.
+  .
+  > [...]
+  > the Debian package for XML::Filter::XSLT claims that the module is
+  > distributed under the same terms as perl (ie. Artistic License and
+  > General Public License), but this is not documented anywhere else in the
+  > distribution.
+  >
+  > As you are listed as the author for the module, could you please clarify
+  > under which terms the module is distributed?  It would be nice if you
+  > could include years for the copyright.
+  >
+  > A reply like
+  >
+  >    The module ... is free software; you can redistribute it and/or modify
+  >    it under the same terms as Perl itself.
+  >
+  >    It is copyright<year>  by ...
+  >
+  > would be enough.
 
 Files: debian/*
 Copyright:

Added: trunk/libxml-filter-xslt-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-filter-xslt-perl/debian/source/format?rev=52102&op=file
==============================================================================
--- trunk/libxml-filter-xslt-perl/debian/source/format (added)
+++ trunk/libxml-filter-xslt-perl/debian/source/format Wed Feb  3 15:13:06 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: trunk/libxml-filter-xslt-perl/lib/XML/Filter/XSLT/LibXSLT.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-filter-xslt-perl/lib/XML/Filter/XSLT/LibXSLT.pm?rev=52102&op=diff
==============================================================================
--- trunk/libxml-filter-xslt-perl/lib/XML/Filter/XSLT/LibXSLT.pm (original)
+++ trunk/libxml-filter-xslt-perl/lib/XML/Filter/XSLT/LibXSLT.pm Wed Feb  3 15:13:06 2010
@@ -51,9 +51,8 @@
     }
 
     $self->{StylesheetDOM} = $styledoc;
-    my $result = $self->SUPER::start_document(@_);
+    $self->SUPER::start_document(@_)
 
-    $result;
 }
 
 sub end_document {

Modified: trunk/libxml-filter-xslt-perl/t/01filter.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-filter-xslt-perl/t/01filter.t?rev=52102&op=diff
==============================================================================
--- trunk/libxml-filter-xslt-perl/t/01filter.t (original)
+++ trunk/libxml-filter-xslt-perl/t/01filter.t Wed Feb  3 15:13:06 2010
@@ -3,7 +3,6 @@
 use XML::Filter::XSLT;
 use XML::SAX::ParserFactory;
 use XML::SAX::Writer;
-use XML::LibXML::SAX;
 
 my $xslt = <<EOT;
 <xsl:stylesheet version="1.0"




More information about the Pkg-perl-cvs-commits mailing list