r51733 - in /trunk/libxml-grove-perl/debian: README.source changelog compat control copyright libxml-grove-perl.docs libxml-grove-perl.examples patches/pod.patch patches/series patches/spelling.patch rules source/ source/format watch

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Fri Jan 29 08:32:13 UTC 2010


Author: ansgar-guest
Date: Fri Jan 29 08:32:02 2010
New Revision: 51733

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51733
Log:
* Refresh rules for debhelper 7.
* Use source format 3.0 (quilt).
* Convert debian/copyright to proposed machine-readable format.
* debian/watch: Use extended regular expression to match upstream releases.
* debian/control: Remove duplicate Section, Priority fields from binary
  package stanza.
* Correct spelling errors pointed out by lintian.
  + new patch: spelling.patch
* Update pod.patch for some more POD syntax errors.
* Bump Standards-Version to 3.8.4.
* Add myself to Uploaders.

Added:
    trunk/libxml-grove-perl/debian/libxml-grove-perl.docs
    trunk/libxml-grove-perl/debian/libxml-grove-perl.examples
    trunk/libxml-grove-perl/debian/patches/spelling.patch
    trunk/libxml-grove-perl/debian/source/
    trunk/libxml-grove-perl/debian/source/format
Removed:
    trunk/libxml-grove-perl/debian/README.source
Modified:
    trunk/libxml-grove-perl/debian/changelog
    trunk/libxml-grove-perl/debian/compat
    trunk/libxml-grove-perl/debian/control
    trunk/libxml-grove-perl/debian/copyright
    trunk/libxml-grove-perl/debian/patches/pod.patch
    trunk/libxml-grove-perl/debian/patches/series
    trunk/libxml-grove-perl/debian/rules
    trunk/libxml-grove-perl/debian/watch

Modified: trunk/libxml-grove-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-grove-perl/debian/changelog?rev=51733&op=diff
==============================================================================
--- trunk/libxml-grove-perl/debian/changelog (original)
+++ trunk/libxml-grove-perl/debian/changelog Fri Jan 29 08:32:02 2010
@@ -1,20 +1,27 @@
-libxml-grove-perl (0.46alpha-12) UNRELEASED; urgency=low
+libxml-grove-perl (0.46alpha-12) unstable; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza).
   * Set Maintainer to Debian Perl Group.
   * Use dist-based URL in debian/watch.
-  * debian/rules: delete /usr/lib/perl5 only if it exists.
-  * Split out changes to upstream code into patches; add quilt framework.
-  * Refresh debian/rules, no functional changes.
-  * Remove debian/libxml-grove-perl.*, let debian/rules do the work.
-  * Add debian/README.source to document quilt usage, as required by
-    Debian Policy since 3.8.0.
-  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
-    (source stanza).
+  * Split out changes to upstream code into patches.
   * debian/control: Added: ${misc:Depends} to Depends: field.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:35 +0100
+  [ Ansgar Burchardt ]
+  * Refresh rules for debhelper 7.
+  * Use source format 3.0 (quilt).
+  * Convert debian/copyright to proposed machine-readable format.
+  * debian/watch: Use extended regular expression to match upstream releases.
+  * debian/control: Remove duplicate Section, Priority fields from binary
+    package stanza.
+  * Correct spelling errors pointed out by lintian.
+    + new patch: spelling.patch
+  * Update pod.patch for some more POD syntax errors.
+  * Bump Standards-Version to 3.8.4.
+  * Add myself to Uploaders.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Fri, 29 Jan 2010 17:28:56 +0900
 
 libxml-grove-perl (0.46alpha-11) unstable; urgency=low
 

Modified: trunk/libxml-grove-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-grove-perl/debian/compat?rev=51733&op=diff
==============================================================================
--- trunk/libxml-grove-perl/debian/compat (original)
+++ trunk/libxml-grove-perl/debian/compat Fri Jan 29 08:32:02 2010
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libxml-grove-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-grove-perl/debian/control?rev=51733&op=diff
==============================================================================
--- trunk/libxml-grove-perl/debian/control (original)
+++ trunk/libxml-grove-perl/debian/control Fri Jan 29 08:32:02 2010
@@ -2,30 +2,29 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jay Bonci <jaybonci at debian.org>
-Standards-Version: 3.6.1.0
+Uploaders: Jay Bonci <jaybonci at debian.org>,
+ Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/XML-Grove/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-grove-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-grove-perl/
-Build-Depends: debhelper (>= 4.1), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl, libxml-perl
 
 Package: libxml-grove-perl
-Section: perl
-Priority: optional
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libxml-perl
 Description: Perl module for accessing parsed *ML instances
- This module provides simple access to the information set of parsed
- XML, HTML, or SGML instances using a tree of Perl hashes.  This
+ The XML::Grove module provides simple access to the information set of
+ parsed XML, HTML, or SGML instances using a tree of Perl hashes.  This
  package also includes several extensions to XML::Grove that provide
  the following:
  .
-     * returning element contents as a string
-     * returning element contents as XML, HTML, or Canonical XML
-     * processing entire groves using the visitor pattern
-     * processing entire groves using PerlSAX
-     * running a filter over all nodes in the grove
-     * substituting values into an XML template grove
-     * indexing a grove by ID or other attributes
-     * accessing elements and objects via URL-like paths
+  * returning element contents as a string
+  * returning element contents as XML, HTML, or Canonical XML
+  * processing entire groves using the visitor pattern
+  * processing entire groves using PerlSAX
+  * running a filter over all nodes in the grove
+  * substituting values into an XML template grove
+  * indexing a grove by ID or other attributes
+  * accessing elements and objects via URL-like paths

Modified: trunk/libxml-grove-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-grove-perl/debian/copyright?rev=51733&op=diff
==============================================================================
--- trunk/libxml-grove-perl/debian/copyright (original)
+++ trunk/libxml-grove-perl/debian/copyright Fri Jan 29 08:32:02 2010
@@ -1,15 +1,29 @@
-This package was debianized by Ardo van Rangelrooij <ardo at debian.org>
-on Sat, 23 Oct, 1999, 21:50:41 -0700.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Ken MacLeod
+Source: http://search.cpan.org/dist/XML-Grove/
+Name: XML-Grove
 
-It was downloaded from the Comprehensive Perl Archive Network (CPAN).
-Visit <http://www.cpan.org/> to find a CPAN site near you.
+Copyright: © 1998-1999, Ken MacLeod
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Upstream Author: Ken MacLeod <ken at bitsko.slc.ut.us>
+Files: debian/*
+Copyright:
+ © 1999-2003, Ardo van Rangelrooij <ardo at debian.org>
+ © 2004,      Jay Bonci <jaybonci 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 (C) 1998, 1999 Ken MacLeod
-XML::Grove is distributed under the same terms as Perl.
-
-On a Debian system a copy of the Perl license 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'

Added: trunk/libxml-grove-perl/debian/libxml-grove-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-grove-perl/debian/libxml-grove-perl.docs?rev=51733&op=file
==============================================================================
--- trunk/libxml-grove-perl/debian/libxml-grove-perl.docs (added)
+++ trunk/libxml-grove-perl/debian/libxml-grove-perl.docs Fri Jan 29 08:32:02 2010
@@ -1,0 +1,2 @@
+DOM
+DOM-ecmascript.pod

Added: trunk/libxml-grove-perl/debian/libxml-grove-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-grove-perl/debian/libxml-grove-perl.examples?rev=51733&op=file
==============================================================================
--- trunk/libxml-grove-perl/debian/libxml-grove-perl.examples (added)
+++ trunk/libxml-grove-perl/debian/libxml-grove-perl.examples Fri Jan 29 08:32:02 2010
@@ -1,0 +1,1 @@
+examples/*

Modified: trunk/libxml-grove-perl/debian/patches/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-grove-perl/debian/patches/pod.patch?rev=51733&op=diff
==============================================================================
--- trunk/libxml-grove-perl/debian/patches/pod.patch (original)
+++ trunk/libxml-grove-perl/debian/patches/pod.patch Fri Jan 29 08:32:02 2010
@@ -5,8 +5,8 @@
 Author: gregor herrmann <gregoa at debian.org>
 Description: change NAME to satisfy lexgrog; break long URL
 
---- a/DOM-ecmascript.pod
-+++ b/DOM-ecmascript.pod
+--- libxml-grove-perl.orig/DOM-ecmascript.pod
++++ libxml-grove-perl/DOM-ecmascript.pod
 @@ -1,9 +1,14 @@
 +=head1 NAME
 +
@@ -23,3 +23,25 @@
  
  The ECMA Script Language Binding presents DOM properties as ECMA
  Script object properties.  The same is true for XML::Grove, XML::Grove
+--- libxml-grove-perl.orig/lib/XML/Grove/Factory.pm
++++ libxml-grove-perl/lib/XML/Grove/Factory.pm
+@@ -304,6 +304,8 @@
+ optional if this element doesn't need attributes.  Strings in
+ I<CONTENT> are converted to XML::Grove::Characters objects.
+ 
++=back
++
+ =head2 ELEMENT FACTORY EXAMPLE
+ 
+  use XML::Grove::Factory;
+--- libxml-grove-perl.orig/lib/XML/Grove/Subst.pm
++++ libxml-grove-perl/lib/XML/Grove/Subst.pm
+@@ -170,6 +170,8 @@
+ `C<E<lt>SUB:key key='foo'E<gt>>'.  The return value is a new grove
+ with the substitutions applied.
+ 
++=back
++
+ =head1 EXAMPLE
+ 
+ The following template, in a file `C<template.xml>', could be used for

Modified: trunk/libxml-grove-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-grove-perl/debian/patches/series?rev=51733&op=diff
==============================================================================
--- trunk/libxml-grove-perl/debian/patches/series (original)
+++ trunk/libxml-grove-perl/debian/patches/series Fri Jan 29 08:32:02 2010
@@ -1,2 +1,3 @@
 disable_tests.patch
 pod.patch
+spelling.patch

Added: trunk/libxml-grove-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-grove-perl/debian/patches/spelling.patch?rev=51733&op=file
==============================================================================
--- trunk/libxml-grove-perl/debian/patches/spelling.patch (added)
+++ trunk/libxml-grove-perl/debian/patches/spelling.patch Fri Jan 29 08:32:02 2010
@@ -1,0 +1,23 @@
+From: Ansgar Burchardt <ansgar at 43-1.org>
+Date: Fri, 29 Jan 2010 17:25:42 +0900
+Subject: Correct spelling errors
+--- libxml-grove-perl.orig/lib/XML/Grove/Path.pm
++++ libxml-grove-perl/lib/XML/Grove/Path.pm
+@@ -93,7 +93,7 @@
+ =head1 DESCRIPTION
+ 
+ C<XML::Grove::Path> returns XML objects located at paths.  Paths are
+-strings of element names or XML object types seperated by slash ("/")
++strings of element names or XML object types separated by slash ("/")
+ characters.  Paths must always start at the grove object passed to
+ `C<at_path()>'.  C<XML::Grove::Path> is B<not> XPath, but it should
+ become obsolete when an XPath implementation is available.
+@@ -117,7 +117,7 @@
+ essentially an index into the contents of the parent object.
+ 
+ The `C<#text>' object type treats text objects as if they are not
+-normalized.  Two consecutive text objects are seperate text objects.
++normalized.  Two consecutive text objects are separate text objects.
+ 
+ =head1 AUTHOR
+ 

Modified: trunk/libxml-grove-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-grove-perl/debian/rules?rev=51733&op=diff
==============================================================================
--- trunk/libxml-grove-perl/debian/rules (original)
+++ trunk/libxml-grove-perl/debian/rules Fri Jan 29 08:32:02 2010
@@ -1,63 +1,3 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-include /usr/share/quilt/quilt.make
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-	touch $@
-
-clean: unpatch
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || \
-		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/lib/perl5
-	touch $@
-
-binary-arch:
-# We have nothing to do here for an architecture-independent package
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installexamples examples/*
-	dh_installdocs README DOM
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh $@

Added: trunk/libxml-grove-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-grove-perl/debian/source/format?rev=51733&op=file
==============================================================================
--- trunk/libxml-grove-perl/debian/source/format (added)
+++ trunk/libxml-grove-perl/debian/source/format Fri Jan 29 08:32:02 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: trunk/libxml-grove-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-grove-perl/debian/watch?rev=51733&op=diff
==============================================================================
--- trunk/libxml-grove-perl/debian/watch (original)
+++ trunk/libxml-grove-perl/debian/watch Fri Jan 29 08:32:02 2010
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/XML-Grove/ .*/XML-Grove-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/XML-Grove/   .*/XML-Grove-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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