r50055 - in /trunk/libxml-simple-perl/debian: changelog compat control copyright patches/01_manpage-has-bad-whatis-entry.diff patches/series rules source/ source/format

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Jan 3 14:15:26 UTC 2010


Author: ansgar-guest
Date: Sun Jan  3 14:15:12 2010
New Revision: 50055

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50055
Log:
* Convert debian/copyright to proposed machine-readable format.
* Use debhelper instead of CDBS.
* No longer install README.
* debian/control: Make b-d-indep on perl unversioned.
* debian/control: Use ${perl:Depends} for binary packages dependencies.
* debian/control: Mention module name in description.
* Bump Standards-Version to 3.8.3.
* Use source format 3.0 (quilt).
* Add myself to Uploaders.
* Add description to patch 01_manpage-has-bad-whatis-entry.diff.

Added:
    trunk/libxml-simple-perl/debian/patches/series
    trunk/libxml-simple-perl/debian/source/
    trunk/libxml-simple-perl/debian/source/format
Modified:
    trunk/libxml-simple-perl/debian/changelog
    trunk/libxml-simple-perl/debian/compat
    trunk/libxml-simple-perl/debian/control
    trunk/libxml-simple-perl/debian/copyright
    trunk/libxml-simple-perl/debian/patches/01_manpage-has-bad-whatis-entry.diff
    trunk/libxml-simple-perl/debian/rules

Modified: trunk/libxml-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simple-perl/debian/changelog?rev=50055&op=diff
==============================================================================
--- trunk/libxml-simple-perl/debian/changelog (original)
+++ trunk/libxml-simple-perl/debian/changelog Sun Jan  3 14:15:12 2010
@@ -1,4 +1,4 @@
-libxml-simple-perl (2.18-3) UNRELEASED; urgency=low
+libxml-simple-perl (2.18-3) unstable; urgency=low
 
   [ Ryan Niebur ]
   * moved with permission from Bart (Closes: #531509)
@@ -12,7 +12,19 @@
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 01 Jun 2009 18:14:14 -0700
+  [ Ansgar Burchardt ]
+  * Convert debian/copyright to proposed machine-readable format.
+  * Use debhelper instead of CDBS.
+  * No longer install README.
+  * debian/control: Make b-d-indep on perl unversioned.
+  * debian/control: Use ${perl:Depends} for binary packages dependencies.
+  * debian/control: Mention module name in description.
+  * Bump Standards-Version to 3.8.3.
+  * Use source format 3.0 (quilt).
+  * Add myself to Uploaders.
+  * Add description to patch 01_manpage-has-bad-whatis-entry.diff.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 03 Jan 2010 23:14:58 +0900
 
 libxml-simple-perl (2.18-2) unstable; urgency=low
 

Modified: trunk/libxml-simple-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simple-perl/debian/compat?rev=50055&op=diff
==============================================================================
--- trunk/libxml-simple-perl/debian/compat (original)
+++ trunk/libxml-simple-perl/debian/compat Sun Jan  3 14:15:12 2010
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libxml-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simple-perl/debian/control?rev=50055&op=diff
==============================================================================
--- trunk/libxml-simple-perl/debian/control (original)
+++ trunk/libxml-simple-perl/debian/control Sun Jan  3 14:15:12 2010
@@ -2,19 +2,20 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Build-Depends: cdbs, debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.8), libxml-namespacesupport-perl (>= 1.04), libxml-sax-perl, libxml-libxml-perl | libxml-sax-expat-perl, libtie-ixhash-perl, libxml-parser-perl
-Standards-Version: 3.8.1
+Uploaders: Ansgar Burchardt <ansgar at 43-1.org>
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libxml-namespacesupport-perl (>= 1.04), libxml-sax-perl, libxml-libxml-perl | libxml-sax-expat-perl, libtie-ixhash-perl, libxml-parser-perl
+Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-simple-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-simple-perl/
 Homepage: http://search.cpan.org/dist/XML-Simple/
 
 Package: libxml-simple-perl
 Architecture: all
-Depends: perl (>= 5.8), libxml-namespacesupport-perl (>= 1.04), libxml-sax-perl, libxml-libxml-perl | libxml-sax-expat-perl, ${misc:Depends}
+Depends: ${perl:Depends}, libxml-namespacesupport-perl (>= 1.04), libxml-sax-perl, libxml-libxml-perl | libxml-sax-expat-perl, ${misc:Depends}
 Description: Perl module for reading and writing XML
- This module provides a simple API layer on top of an underlying XML
- parsing module to maintain XML files (especially configuration
+ The XML::Simple module provides a simple API layer on top of an underlying
+ XML parsing module to maintain XML files (especially configuration
  files).  Two functions are exported: XMLin() and XMLout().
  .
  The simplest approach is to call these two functions directly, but an

Modified: trunk/libxml-simple-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simple-perl/debian/copyright?rev=50055&op=diff
==============================================================================
--- trunk/libxml-simple-perl/debian/copyright (original)
+++ trunk/libxml-simple-perl/debian/copyright Sun Jan  3 14:15:12 2010
@@ -1,25 +1,31 @@
-This package was debianized by Ardo van Rangelrooij <ardo at debian.org>
-on Fri, Jul 21, 2000, 13:28:14 +0200.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Grant McLean <grantm at cpan.org>
+Source: http://search.cpan.org/dist/XML-Simple/
+Name: XML-Simple
 
-It was downloaded from the Comprehensive Perl Archive Network (CPAN).
-Visit <http://www.cpan.org/> to find a CPAN site near you.
+Copyright: © 1999-2004, Grant McLean <grantm at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Upstream Authors: Grant McLean <grantm at cpan.org>
+Files: debian/*
+Copyright:
+ © 2000-2003, Ardo van Rangelrooij <ardo at debian.org>
+ © 2003-2005, Kenneth J. Pronovici <pronovic at debian.org>
+ © 2005-2006, Stephen Quinney <sjq at debian.org>
+ © 2006-2009, Bart Martens <bartm at debian.org>
+ © 2010,      Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic | GPL-1+
 
-Copyright:
+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'
 
-Copyright 1999-2003 Grant McLean <grantm at cpan.org>
-
-This program is free software; you can redistribute it and/or modify
-it under the terms of either:
-
-a) the GNU General Public License as published by the Free Software
-   Foundation; either version 1, or (at your option) any later
-   version, or
-
-b) the "Artistic License" which comes with Perl.
-
-On a Debian system the complete text of the GNU General Public License
-can be found in the file `/usr/share/common-licenses/GPL' and the
-complete text of the the Artistic Licence can be found in the file
-`/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'

Modified: trunk/libxml-simple-perl/debian/patches/01_manpage-has-bad-whatis-entry.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simple-perl/debian/patches/01_manpage-has-bad-whatis-entry.diff?rev=50055&op=diff
==============================================================================
--- trunk/libxml-simple-perl/debian/patches/01_manpage-has-bad-whatis-entry.diff (original)
+++ trunk/libxml-simple-perl/debian/patches/01_manpage-has-bad-whatis-entry.diff Sun Jan  3 14:15:12 2010
@@ -1,3 +1,4 @@
+Subject: Fix whatis entry in POD
 --- ../orig/libxml-simple-perl-2.18/./lib/XML/Simple/FAQ.pod	2004-11-20 01:39:53.000000000 +0100
 +++ ./lib/XML/Simple/FAQ.pod	2009-05-09 15:47:35.000000000 +0200
 @@ -3,8 +3,9 @@

Added: trunk/libxml-simple-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simple-perl/debian/patches/series?rev=50055&op=file
==============================================================================
--- trunk/libxml-simple-perl/debian/patches/series (added)
+++ trunk/libxml-simple-perl/debian/patches/series Sun Jan  3 14:15:12 2010
@@ -1,0 +1,1 @@
+01_manpage-has-bad-whatis-entry.diff

Modified: trunk/libxml-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simple-perl/debian/rules?rev=50055&op=diff
==============================================================================
--- trunk/libxml-simple-perl/debian/rules (original)
+++ trunk/libxml-simple-perl/debian/rules Sun Jan  3 14:15:12 2010
@@ -1,9 +1,3 @@
 #!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perlmodule.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-
-install/libxml-simple-perl::
-	-rmdir debian/libxml-simple-perl/usr/lib/perl5
-	-rmdir debian/libxml-simple-perl/usr/lib
+%:
+	dh $@

Added: trunk/libxml-simple-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simple-perl/debian/source/format?rev=50055&op=file
==============================================================================
--- trunk/libxml-simple-perl/debian/source/format (added)
+++ trunk/libxml-simple-perl/debian/source/format Sun Jan  3 14:15:12 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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