r2527 - packages/libxml-writer-perl/trunk/debian

Niko Tyni ntyni-guest at costa.debian.org
Sun Apr 9 10:15:55 UTC 2006


Author: ntyni-guest
Date: 2006-04-09 10:15:54 +0000 (Sun, 09 Apr 2006)
New Revision: 2527

Modified:
   packages/libxml-writer-perl/trunk/debian/changelog
   packages/libxml-writer-perl/trunk/debian/compat
   packages/libxml-writer-perl/trunk/debian/control
   packages/libxml-writer-perl/trunk/debian/copyright
   packages/libxml-writer-perl/trunk/debian/rules
   packages/libxml-writer-perl/trunk/debian/watch
Log:
Packaging fixes.


Modified: packages/libxml-writer-perl/trunk/debian/changelog
===================================================================
--- packages/libxml-writer-perl/trunk/debian/changelog	2006-04-09 09:58:26 UTC (rev 2526)
+++ packages/libxml-writer-perl/trunk/debian/changelog	2006-04-09 10:15:54 UTC (rev 2527)
@@ -1,8 +1,18 @@
 libxml-writer-perl (0.600-3) unstable; urgency=low
 
   * Adopted for the Debian Perl Group. (Closes: #360945)
+  * debian/copyright:
+    + extend notes about previous and current maintainers
+    + fix license information
+  * debian/control:
+    + move debhelper to from Build-Depends-Indep to Build-Depends,
+      as it's required by the 'clean' target.
+    + upgrade to debhelper compatibility level 5.
+    + fix indentation of the Homepage information.
+    + add ${misc:Depends} to Depends
+  * debian/rules: don't ignore the result of 'make distclean'.
 
- -- Niko Tyni <ntyni at iki.fi>  Sun,  9 Apr 2006 12:57:30 +0300
+ -- Niko Tyni <ntyni at iki.fi>  Sun,  9 Apr 2006 13:15:03 +0300
 
 libxml-writer-perl (0.600-2) unstable; urgency=low
 

Modified: packages/libxml-writer-perl/trunk/debian/compat
===================================================================
--- packages/libxml-writer-perl/trunk/debian/compat	2006-04-09 09:58:26 UTC (rev 2526)
+++ packages/libxml-writer-perl/trunk/debian/compat	2006-04-09 10:15:54 UTC (rev 2527)
@@ -1 +1 @@
-4
+5

Modified: packages/libxml-writer-perl/trunk/debian/control
===================================================================
--- packages/libxml-writer-perl/trunk/debian/control	2006-04-09 09:58:26 UTC (rev 2526)
+++ packages/libxml-writer-perl/trunk/debian/control	2006-04-09 10:15:54 UTC (rev 2527)
@@ -4,13 +4,14 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Niko Tyni <ntyni at iki.fi>
 Standards-Version: 3.6.2
-Build-Depends-Indep: debhelper (>= 4.1), perl (>= 5.6.0-16)
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.6.0-16)
 
 Package: libxml-writer-perl
 Section: perl
 Priority: optional
 Architecture: all
-Depends: ${perl:Depends}
+Depends: ${perl:Depends}, ${misc:Depends}
 Description: Perl module for writing XML documents
  XML::Writer is a helper module for Perl programs that write an XML
  document.  The module handles all escaping for attribute values and
@@ -32,4 +33,4 @@
  and elements can optionally be indented based as their nesting
  level.
  .
- Homepage: http://search.cpan.org/~josephw/XML-Writer-0.600/
+  Homepage: http://search.cpan.org/~josephw/XML-Writer-0.600/

Modified: packages/libxml-writer-perl/trunk/debian/copyright
===================================================================
--- packages/libxml-writer-perl/trunk/debian/copyright	2006-04-09 09:58:26 UTC (rev 2526)
+++ packages/libxml-writer-perl/trunk/debian/copyright	2006-04-09 10:15:54 UTC (rev 2527)
@@ -2,9 +2,12 @@
 on Thu, 27 May, 1999, 18:55:35 -0400.  It was maintained from October 1999
 to September 2003 by Ardo van Rangelrooij <ardo at debian.org>.  It was
 maintained by Kenneth J. Pronovici <pronovic at debian.org> until Fri,  7 Oct 2005
-17:05:12 +0200 and is now maintainer by Florian Ernst <florian at debian.org>.
+17:05:12 +0200 and until April 2005 by Florian Ernst <florian at debian.org>.
 
-It was downloaded from the Comprehensive Perl Archive Network (CPAN).
+The current maintainer is the Debian Perl Group 
+<pkg-perl-maintainers at lists.alioth.debian.org>.
+
+The package was downloaded from the Comprehensive Perl Archive Network (CPAN).
 Visit <http://www.cpan.org/> to find a CPAN site near you.
 
 Upstream Author: Joseph Walton <joe at kafsemo.org>
@@ -19,5 +22,7 @@
    This library is free software; you can redistribute it and/or modify
    it under the same terms as Perl itself.
 
-On a Debian system a copy of the Perl license can be found in the file
-'/usr/share/common-licenses/Artistic'.
+See /usr/share/common-licenses/GPL and
+/usr/share/common-licenses/Artistic for the basic licenses Perl is
+based on, and /usr/share/doc/perl/copyright for the license for
+Perl itself.

Modified: packages/libxml-writer-perl/trunk/debian/rules
===================================================================
--- packages/libxml-writer-perl/trunk/debian/rules	2006-04-09 09:58:26 UTC (rev 2526)
+++ packages/libxml-writer-perl/trunk/debian/rules	2006-04-09 10:15:54 UTC (rev 2527)
@@ -42,7 +42,7 @@
 clean:
 	dh_testdir
 	dh_testroot
-	if [ -e Makefile ]; then $(MAKE) -i distclean; fi
+	if [ -e Makefile ]; then $(MAKE) distclean; fi
 	dh_clean build-stamp configure-stamp
 
 .PHONY: binary binary-arch binary-indep install build configure clean

Modified: packages/libxml-writer-perl/trunk/debian/watch
===================================================================
--- packages/libxml-writer-perl/trunk/debian/watch	2006-04-09 09:58:26 UTC (rev 2526)
+++ packages/libxml-writer-perl/trunk/debian/watch	2006-04-09 10:15:54 UTC (rev 2527)
@@ -1,2 +1,2 @@
 version=2
-http://www.cpan.org/modules/by-module/XML/XML-Writer-([0-9].*)\.tar\.gz    debian      uupdate
+http://mirrors.kernel.org/CPAN/modules/by-module/XML/XML-Writer-([0-9].*)\.tar\.gz    debian      uupdate




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