r42094 - in /trunk/libxml-easyobj-perl/debian: README.source changelog clean compat control copyright patches/ patches/pod-errors.patch patches/series rules watch

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Wed Aug 19 13:00:49 UTC 2009


Author: ansgar-guest
Date: Wed Aug 19 13:00:42 2009
New Revision: 42094

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42094
Log:
* Refresh rules for debhelper 7.
* debian/watch: Use extended regexp to match upstream releases.
* Convert debian/copyright to proposed machine-readable format.
* Bump Standards-Version to 3.8.3.
* debian/control: Move debhelper to Build-Depends.
* debian/control: Make build-dep on perl unversioned.
* Add myself to Uploaders.
* Fix POD errors.
  + new patch: pod-errors.patch
  + add quilt framework and README.source

Added:
    trunk/libxml-easyobj-perl/debian/README.source
    trunk/libxml-easyobj-perl/debian/clean
    trunk/libxml-easyobj-perl/debian/patches/
    trunk/libxml-easyobj-perl/debian/patches/pod-errors.patch
    trunk/libxml-easyobj-perl/debian/patches/series
Modified:
    trunk/libxml-easyobj-perl/debian/changelog
    trunk/libxml-easyobj-perl/debian/compat
    trunk/libxml-easyobj-perl/debian/control
    trunk/libxml-easyobj-perl/debian/copyright
    trunk/libxml-easyobj-perl/debian/rules
    trunk/libxml-easyobj-perl/debian/watch

Added: trunk/libxml-easyobj-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-easyobj-perl/debian/README.source?rev=42094&op=file
==============================================================================
--- trunk/libxml-easyobj-perl/debian/README.source (added)
+++ trunk/libxml-easyobj-perl/debian/README.source Wed Aug 19 13:00:42 2009
@@ -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-easyobj-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-easyobj-perl/debian/changelog?rev=42094&op=diff
==============================================================================
--- trunk/libxml-easyobj-perl/debian/changelog (original)
+++ trunk/libxml-easyobj-perl/debian/changelog Wed Aug 19 13:00:42 2009
@@ -1,23 +1,27 @@
-libxml-easyobj-perl (1.12-3) UNRELEASED; urgency=low
+libxml-easyobj-perl (1.12-3) 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.
   * Remove t/write.xml (generated by tests) from source package and add it to
-    dh_clean call in debian/rules.
-  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
-    (source stanza).
+    debian/clean.
   * debian/control: Added: ${misc:Depends} to Depends: field.
 
-  [ Salvatore Bonaccorso ]
-  * debian/control: Changed: Replace versioned (build-)dependency on
-    perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
-    permitted by Debian Policy 3.8.3).
+  [ Ansgar Burchardt ]
+  * Refresh rules for debhelper 7.
+  * debian/watch: Use extended regexp to match upstream releases.
+  * Convert debian/copyright to proposed machine-readable format.
+  * Bump Standards-Version to 3.8.3.
+  * debian/control: Move debhelper to Build-Depends.
+  * debian/control: Make build-dep on perl unversioned.
+  * Add myself to Uploaders.
+  * Fix POD errors.
+    + new patch: pod-errors.patch
+    + add quilt framework and README.source
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:31 +0100
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Wed, 19 Aug 2009 14:58:31 +0200
 
 libxml-easyobj-perl (1.12-2) unstable; urgency=low
 

Added: trunk/libxml-easyobj-perl/debian/clean
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-easyobj-perl/debian/clean?rev=42094&op=file
==============================================================================
--- trunk/libxml-easyobj-perl/debian/clean (added)
+++ trunk/libxml-easyobj-perl/debian/clean Wed Aug 19 13:00:42 2009
@@ -1,0 +1,1 @@
+write.xml

Modified: trunk/libxml-easyobj-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-easyobj-perl/debian/compat?rev=42094&op=diff
==============================================================================
--- trunk/libxml-easyobj-perl/debian/compat (original)
+++ trunk/libxml-easyobj-perl/debian/compat Wed Aug 19 13:00:42 2009
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libxml-easyobj-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-easyobj-perl/debian/control?rev=42094&op=diff
==============================================================================
--- trunk/libxml-easyobj-perl/debian/control (original)
+++ trunk/libxml-easyobj-perl/debian/control Wed Aug 19 13:00:42 2009
@@ -2,9 +2,11 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jay Bonci <jaybonci at debian.org>
-Build-Depends-Indep: debhelper (>> 4.0.0), libxml-dom-perl, perl
-Standards-Version: 3.6.1.0
+Uploaders: Jay Bonci <jaybonci at debian.org>,
+ Ansgar Burchardt <ansgar at 43-1.org>
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends-Indep: perl, libxml-dom-perl
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/XML-EasyOBJ/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-easyobj-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-easyobj-perl/
@@ -12,6 +14,6 @@
 Package: libxml-easyobj-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libxml-dom-perl
-Description: Easy XML object navigation in perl
+Description: Perl module for easy XML object navigation
  A simple to use alternative to other XML parsers based on XML::DOM.  A more
  perlish solution to XML object navigation.

Modified: trunk/libxml-easyobj-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-easyobj-perl/debian/copyright?rev=42094&op=diff
==============================================================================
--- trunk/libxml-easyobj-perl/debian/copyright (original)
+++ trunk/libxml-easyobj-perl/debian/copyright Wed Aug 19 13:00:42 2009
@@ -1,24 +1,30 @@
-This package was debianized by Jay Bonci <jay at bonci.com> on
-Wed,  2 Apr 2003 07:15:32 -0500.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Robert Hanson
+Upstream-Source: http://search.cpan.org/dist/XML-EasyOBJ/
+Upstream-Name: XML-EasyOBJ
 
-It was downloaded from http://search.cpan.org/dist/XML-EasyOBJ
+Files: *
+Copyright: © 2000-2002, Robert Hanson <rhanson at blast.net>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Upstream Author: Robert Hanson <rhanson at blast.net>
+Files: debian/*
+Copyright:
+ © 2003-2004, Jay Bonci <jaybonci at debian.org>
+ © 2009,      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'
 
-        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"
-
-        See:
-
-        /usr/share/common-licenses/Artistic
-        /usr/share/common-licenses/GPL
-
-        For more information regarding these licensing options
+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-easyobj-perl/debian/patches/pod-errors.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-easyobj-perl/debian/patches/pod-errors.patch?rev=42094&op=file
==============================================================================
--- trunk/libxml-easyobj-perl/debian/patches/pod-errors.patch (added)
+++ trunk/libxml-easyobj-perl/debian/patches/pod-errors.patch Wed Aug 19 13:00:42 2009
@@ -1,0 +1,22 @@
+From: Ansgar Burchardt <ansgar at 43-1.org>
+Date: Wed, 19 Aug 2009 14:56:20 +0200
+Subject: Fix POD errors
+--- libxml-easyobj-perl.orig/EasyOBJ.pm
++++ libxml-easyobj-perl/EasyOBJ.pm
+@@ -92,6 +92,8 @@
+ a new document.  The constructor takes a set of key value pairs as
+ follows:
+ 
++=over
++
+ =item -type
+ 
+ The type is either "file", "string" or "new".  "file" will create
+@@ -123,6 +125,7 @@
+ grabbing string data from the XML file.  The default value is 0,
+ not to expand references.
+ 
++=back
+ 
+ Obtionally you may also pass the filename to open as the first
+ argument instead of passing the -type and -param parameters.

Added: trunk/libxml-easyobj-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-easyobj-perl/debian/patches/series?rev=42094&op=file
==============================================================================
--- trunk/libxml-easyobj-perl/debian/patches/series (added)
+++ trunk/libxml-easyobj-perl/debian/patches/series Wed Aug 19 13:00:42 2009
@@ -1,0 +1,1 @@
+pod-errors.patch

Modified: trunk/libxml-easyobj-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-easyobj-perl/debian/rules?rev=42094&op=diff
==============================================================================
--- trunk/libxml-easyobj-perl/debian/rules (original)
+++ trunk/libxml-easyobj-perl/debian/rules Wed Aug 19 13:00:42 2009
@@ -1,53 +1,3 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# This is the debhelper compatibility version to use.
-# export DH_COMPAT=4
-
-PACKAGE=`pwd | sed -e "s/.*\/\\(.*\\)-.*/\\1/"`
-
-
-build:
-	dh_testdir
-	# Add here commands to compile the package.
-	perl Makefile.PL verbose INSTALLDIRS=vendor
-clean:
-	dh_testdir
-	dh_testroot
-
-	-$(MAKE) clean
-	rm -f Makefile.old
-	dh_clean write.xml
-
-install:
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-
-	$(MAKE) PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr OPTIMIZE="-O2 -g -Wall" test install
-	[ ! -d $(CURDIR)/debian/$(shell dh_listpackages)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/$(shell dh_listpackages)/usr/lib/perl5
-
-binary-arch:;
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installman
-	dh_installchangelogs Changes
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_perl
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+%:
+	dh --with quilt $@

Modified: trunk/libxml-easyobj-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-easyobj-perl/debian/watch?rev=42094&op=diff
==============================================================================
--- trunk/libxml-easyobj-perl/debian/watch (original)
+++ trunk/libxml-easyobj-perl/debian/watch Wed Aug 19 13:00:42 2009
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/XML-EasyOBJ/ .*/XML-EasyOBJ-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/XML-EasyOBJ/ .*/XML-EasyOBJ-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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