r61691 - in /trunk/libxml-sax-writer-perl/debian: README.source changelog control copyright

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Tue Aug 17 11:22:24 UTC 2010


Author: periapt-guest
Date: Tue Aug 17 11:22:14 2010
New Revision: 61691

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61691
Log:
refreshed opyright and other minor changes

Removed:
    trunk/libxml-sax-writer-perl/debian/README.source
Modified:
    trunk/libxml-sax-writer-perl/debian/changelog
    trunk/libxml-sax-writer-perl/debian/control
    trunk/libxml-sax-writer-perl/debian/copyright

Modified: trunk/libxml-sax-writer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-writer-perl/debian/changelog?rev=61691&op=diff
==============================================================================
--- trunk/libxml-sax-writer-perl/debian/changelog (original)
+++ trunk/libxml-sax-writer-perl/debian/changelog Tue Aug 17 11:22:14 2010
@@ -6,14 +6,7 @@
     http://pkg-perl.alioth.debian.org/howto/quilt.html#tips_and_tricks
   - all patches could have improved headers according to DEP3
     (scripts/patchedit helps)
-  - d/changelog: update to new DEP5 version (dh-make-perl refresh --only
-    copyright); update stanza for inc/Module/; GPL-1 needs to be reflected in
-    the text to (also done by the dh-make-perl refresh)
-  - svn rm debian/README.source as mentioned in the changelog
   - properly indent changelog entries
-  - debian/control: the versions from libxml-filter-buffertext-perl
-    libxml-namespacesupport-perl libxml-sax-perl in B-D-I and Depends can be
-    dropped, there's nothing older in debian (rmadison helps)
 
   [ gregor herrmann ]
   * Remove Florian Ragwitz from Uploaders (closes: #523278).

Modified: trunk/libxml-sax-writer-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-writer-perl/debian/control?rev=61691&op=diff
==============================================================================
--- trunk/libxml-sax-writer-perl/debian/control (original)
+++ trunk/libxml-sax-writer-perl/debian/control Tue Aug 17 11:22:14 2010
@@ -8,15 +8,13 @@
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-sax-writer-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-sax-writer-perl/
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl,
- libxml-filter-buffertext-perl (>= 0.01),
- libxml-namespacesupport-perl (>= 0.03), libxml-sax-perl (>= 0.10)
+Build-Depends-Indep: perl, libxml-filter-buffertext-perl,
+ libxml-namespacesupport-perl, libxml-sax-perl
 
 Package: libxml-sax-writer-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, 
- libxml-filter-buffertext-perl (>= 0.01), 
- libxml-namespacesupport-perl (>=0.03), libxml-sax-perl (>= 0.10)
+Depends: ${misc:Depends}, ${perl:Depends}, libxml-filter-buffertext-perl,
+ libxml-namespacesupport-perl, libxml-sax-perl
 Description: Perl module for a SAX2 XML writer
  XML::SAX::Writer helps to serialize SAX2 representations of XML documents to
  strings, files, and other flat representations. It handles charset encodings,

Modified: trunk/libxml-sax-writer-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-writer-perl/debian/copyright?rev=61691&op=diff
==============================================================================
--- trunk/libxml-sax-writer-perl/debian/copyright (original)
+++ trunk/libxml-sax-writer-perl/debian/copyright Tue Aug 17 11:22:14 2010
@@ -1,43 +1,40 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Matt Sergeant <matt at sergeant.org>
-Upstream-Source: http://search.cpan.org/dist/XML-SAX-Writer/
-Upstream-Name: XML-SAX-Writer
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Robin Berjon <robin at knowscape.com>
+Source: http://search.cpan.org/dist/XML-SAX-Writer/
+Name: XML-SAX-Writer
 
 Files: *
-Copyright: 
- (c) 2001-2006 Robin Berjon and Perl XML project
-License-Alias: Perl
-License: GPL-1+ | Artistic
+Copyright: 2001-2006, Robin Berjon and Perl XML project
+License: Artistic or GPL-1+
 
 Files: inc/*
-Copyright: 
- (c) 2002-2009 by Brian Ingerson, Audrey Tang and Adam Kennedy
-License: GPL-1+ | Artistic
+Copyright: 2002-2009, by Brian Ingerson, Audrey Tang and Adam Kennedy
+License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright:
- (c) 2001-2003, Ardo van Rangelrooij <ardo at debian.org>
- (c) 2004, Michael K. Edwards <medwards-debian at sane.net>
- (c) 2004, Jay Bonci <jaybonci at debian.org>
- (c) 2005, Frank Lichtenheld <djpig at debian.org>
- (c) 2005-2007, Florian Ragwitz <rafl at debian.org> 
- (c) 2008, Marc 'HE' Brockschmidt <he at debian.org>
- (c) 2008, gregor herrmann <gregoa at debian.org>
- (c) 2009, Antonio Radici <antonio at dyne.org>
- (c) 2010, Nicholas Bamber <nicholas at periapt.co.uk>
-License: GPL-1+ | Artistic
+Copyright: 2002-2003, Ardo van Rangelrooij <ardo at debian.org>
+ 2004, Jay Bonci <jaybonci at debian.org>
+ 2004, Michael K. Edwards <medwards-debian at sane.net>
+ 2005-2007, Florian Ragwitz <rafl at debian.org>
+ 2005, Frank Lichtenheld <djpig at debian.org>
+ 2008, Marc 'HE' Brockschmidt <he at debian.org>
+ 2008, gregor herrmann <gregoa at debian.org>
+ 2009, Antonio Radici <antonio at dyne.org>
+ 2010, Nicholas Bamber <nicholas at periapt.co.uk>
+License: Artistic or GPL-1+
 
 License: Artistic
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the Artistic License, which comes with Perl.
-    On Debian GNU/Linux systems, the complete text of the Artistic License
-    can be found in `/usr/share/common-licenses/Artistic'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian GNU/Linux systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
-    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 1, or (at your option)
-    any later version.
-    On Debian GNU/Linux systems, the complete text of the GNU General
-    Public License can be found in `/usr/share/common-licenses/GPL-1'
+ 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 1, or (at your option)
+ any later version.
+ .
+ On Debian GNU/Linux systems, the complete text of version 1 of the
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.




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