r50052 - in /trunk/libxml-simpleobject-perl/debian: README.source changelog compat control copyright docs patches/ patches/pod-errors.patch patches/series rules

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Jan 3 11:50:08 UTC 2010


Author: ansgar-guest
Date: Sun Jan  3 11:50:01 2010
New Revision: 50052

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50052
Log:
* Refresh rules for debhelper 7.
* Convert debian/copyright to proposed machine-readable format.
* debian/control: Use identical first paragraph in the description of the
  binary packages instead of two slightly different versions.
* debian/control: Avoid using first person (`in my experience') in the
  package description.
* Add myself to Uploaders.
* Bump Standards-Version to 3.8.3.
* add patch `pod-errors.patch'.
  + add quilt framework and README.source.

Added:
    trunk/libxml-simpleobject-perl/debian/README.source
    trunk/libxml-simpleobject-perl/debian/patches/
    trunk/libxml-simpleobject-perl/debian/patches/pod-errors.patch
    trunk/libxml-simpleobject-perl/debian/patches/series
Removed:
    trunk/libxml-simpleobject-perl/debian/docs
Modified:
    trunk/libxml-simpleobject-perl/debian/changelog
    trunk/libxml-simpleobject-perl/debian/compat
    trunk/libxml-simpleobject-perl/debian/control
    trunk/libxml-simpleobject-perl/debian/copyright
    trunk/libxml-simpleobject-perl/debian/rules

Added: trunk/libxml-simpleobject-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simpleobject-perl/debian/README.source?rev=50052&op=file
==============================================================================
--- trunk/libxml-simpleobject-perl/debian/README.source (added)
+++ trunk/libxml-simpleobject-perl/debian/README.source Sun Jan  3 11:50:01 2010
@@ -1,0 +1,6 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.
+

Modified: trunk/libxml-simpleobject-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simpleobject-perl/debian/changelog?rev=50052&op=diff
==============================================================================
--- trunk/libxml-simpleobject-perl/debian/changelog (original)
+++ trunk/libxml-simpleobject-perl/debian/changelog Sun Jan  3 11:50:01 2010
@@ -1,4 +1,4 @@
-libxml-simpleobject-perl (0.53-2) UNRELEASED; urgency=low
+libxml-simpleobject-perl (0.53-2) unstable; urgency=low
 
   [ gregor herrmann ]
   * Take over for the Debian Perl Group with maintainer's permission
@@ -10,8 +10,6 @@
     <florian at mookooh.org>); Florian Ragwitz <florian at mookooh.org> moved
     to Uploaders.
   * Add debian/watch.
-  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
-    (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
 
   [ Ryan Niebur ]
@@ -26,7 +24,19 @@
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
     permitted by Debian Policy 3.8.3).
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Wed, 08 Apr 2009 18:43:35 -0700
+  [ Ansgar Burchardt ]
+  * Refresh rules for debhelper 7.
+  * Convert debian/copyright to proposed machine-readable format.
+  * debian/control: Use identical first paragraph in the description of the
+    binary packages instead of two slightly different versions.
+  * debian/control: Avoid using first person (`in my experience') in the
+    package description.
+  * Add myself to Uploaders.
+  * Bump Standards-Version to 3.8.3.
+  * add patch `pod-errors.patch'.
+    + add quilt framework and README.source.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 03 Jan 2010 20:49:49 +0900
 
 libxml-simpleobject-perl (0.53-1) unstable; urgency=low
 

Modified: trunk/libxml-simpleobject-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simpleobject-perl/debian/compat?rev=50052&op=diff
==============================================================================
--- trunk/libxml-simpleobject-perl/debian/compat (original)
+++ trunk/libxml-simpleobject-perl/debian/compat Sun Jan  3 11:50:01 2010
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libxml-simpleobject-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simpleobject-perl/debian/control?rev=50052&op=diff
==============================================================================
--- trunk/libxml-simpleobject-perl/debian/control (original)
+++ trunk/libxml-simpleobject-perl/debian/control Sun Jan  3 11:50:01 2010
@@ -2,8 +2,10 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 4.0.0), perl, libxml-parser-perl, libxml-libxml-perl
-Standards-Version: 3.6.1
+Uploaders: Ansgar Burchardt <ansgar at 43-1.org>
+Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7)
+Build-Depends-Indep: perl, libxml-parser-perl, libxml-libxml-perl
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/XML-SimpleObject/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-simpleobject-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-simpleobject-perl/
@@ -13,9 +15,9 @@
 Depends: ${misc:Depends}, ${perl:Depends}, libxml-parser-perl
 Suggests: libxml-simpleobject-enhanced-perl
 Description: Objectoriented Perl interface to a parsed XML::Parser tree
- This is a short and simple class allowing simple object access to a
- parsed XML::Parser tree, with methods for fetching children and
- attributes in as clean a manner as possible.
+ XML::SimpleObject is a short and simple class allowing simple object
+ access to a parsed XML::Parser tree, with methods for fetching children
+ and attributes in as clean a manner as possible.
  .
  This is a small and quick module, with easy and compact usage. See
  XML::SimpleObject::LibXML for the same interface for XML::LibXML.
@@ -37,11 +39,11 @@
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libxml-libxml-perl
 Description: Simple oo representation of an XML::LibXML DOM object
- This is a short and simple class allowing simple object access to a
- parsed XML::LibXML tree, with methods for fetching children and
- attributes in as clean a manner as possible.
+ XML::SimpleObject is a short and simple class allowing simple object
+ access to a parsed XML::Parser tree, with methods for fetching children
+ and attributes in as clean a manner as possible.
  .
  This is a small and quick module, with easy and compact usage. Some
  will rightfully question placing another interface over the DOM methods
- provided by XML::LibXML, but my experience is that people appreciate
- the total simplicity provided by this module, despite its limitations.
+ provided by XML::LibXML, but others appreciate the total simplicity
+ provided by this module, despite its limitations.

Modified: trunk/libxml-simpleobject-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simpleobject-perl/debian/copyright?rev=50052&op=diff
==============================================================================
--- trunk/libxml-simpleobject-perl/debian/copyright (original)
+++ trunk/libxml-simpleobject-perl/debian/copyright Sun Jan  3 11:50:01 2010
@@ -1,17 +1,28 @@
-This package was debianized by Florian Ragwitz <florian at mookooh.org> on
-Sun,  2 May 2004 01:56:04 +0200.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Danny Brian
+Source: http://search.cpan.org/dist/XML-SimpleObject/
+Name: XML-SimpleObject
 
-It was downloaded from http://search.cpan.org/~dbrian/XML-SimpleObject/
+Copyright: © 2001-2003, Dan Brian
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Upstream Author: Dan Brian <dbrian at brians.org>
+Files: debian/*
+Copyright:
+ © 2004, Florian Ragwitz <rafl at debian.org>
+ © 2010, Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic | GPL-1+
 
-Copyright: GNU/GPL, Artistic
+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 2001-2003 by Dan Brian.
-
- This program is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself. (GPL or Artistic license)
-
- On Debian GNU/Linux systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL' and
- the Artistic Licence 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'

Added: trunk/libxml-simpleobject-perl/debian/patches/pod-errors.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simpleobject-perl/debian/patches/pod-errors.patch?rev=50052&op=file
==============================================================================
--- trunk/libxml-simpleobject-perl/debian/patches/pod-errors.patch (added)
+++ trunk/libxml-simpleobject-perl/debian/patches/pod-errors.patch Sun Jan  3 11:50:01 2010
@@ -1,0 +1,43 @@
+From: Ansgar Burchardt <ansgar at 43-1.org>
+Date: Sun, 03 Jan 2010 20:33:24 +0900
+Subject: Fix POD errors
+--- libxml-simpleobject-perl.orig/LibXML/LibXML.pm
++++ libxml-simpleobject-perl/LibXML/LibXML.pm
+@@ -147,6 +147,8 @@
+ 
+ =head1 USAGE
+ 
++=over
++
+ =item $xmlobj = new XML::SimpleObject::LibXML($parser->parse_string($XML))
+ 
+ 
+@@ -192,6 +194,8 @@
+ 
+ This returns a hash of key/value pairs for all elements in element $xmlobj.
+ 
++=back
++
+ =head1 EXAMPLES
+ 
+ Given this XML document:
+--- libxml-simpleobject-perl.orig/SimpleObject.pm
++++ libxml-simpleobject-perl/SimpleObject.pm
+@@ -162,6 +162,8 @@
+ 
+ =head1 USAGE
+ 
++=over
++
+ =item $xmlobj = new XML::SimpleObject($parser->parse($XML))
+ 
+ 
+@@ -211,6 +213,8 @@
+ 
+ This returns a hash of key/value pairs for all elements in element $xmlobj.
+ 
++=back
++
+ =head1 EXAMPLES
+ 
+ Given this XML document:

Added: trunk/libxml-simpleobject-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simpleobject-perl/debian/patches/series?rev=50052&op=file
==============================================================================
--- trunk/libxml-simpleobject-perl/debian/patches/series (added)
+++ trunk/libxml-simpleobject-perl/debian/patches/series Sun Jan  3 11:50:01 2010
@@ -1,0 +1,1 @@
+pod-errors.patch

Modified: trunk/libxml-simpleobject-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simpleobject-perl/debian/rules?rev=50052&op=diff
==============================================================================
--- trunk/libxml-simpleobject-perl/debian/rules (original)
+++ trunk/libxml-simpleobject-perl/debian/rules Sun Jan  3 11:50:01 2010
@@ -1,59 +1,3 @@
 #!/usr/bin/make -f
-
-ifndef PERL
-	PERL=/usr/bin/perl
-endif
-
-configure: configure-stamp
-
-configure-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	touch configure-stamp
-
-build: build-stamp
-
-build-stamp: configure-stamp 
-	dh_testdir
-	$(MAKE)
-	$(MAKE) test
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	-$(MAKE) realclean
-	dh_clean configure-stamp build-stamp
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-
-# Build architecture-independent files here.
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_install --sourcedir=debian/tmp
-	dh_installchangelogs Changes
-	dh_installdocs
-	dh_installexamples
-	dh_installman
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_perl
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-# Build architecture-dependent files here.
-binary-arch: build install
-# We have nothing to do by default.
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+%:
+	dh --with quilt $@




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