r53017 - in /trunk/libtree-simple-visitorfactory-perl: debian/changelog debian/compat debian/control debian/copyright debian/patches/ debian/patches/series debian/patches/spelling.patch debian/rules debian/source/ debian/source/format patch-stamp

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Thu Feb 18 16:41:03 UTC 2010


Author: ansgar-guest
Date: Thu Feb 18 16:40:25 2010
New Revision: 53017

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53017
Log:
* Refresh rules for debhelper 7.
* Convert debian/copyright to proposed machine-readable format.
* Use source format 3.0 (quilt).
* debian/control: Mention module name in description.
* Remove patch-stamp (useless).
* Correct spelling errors.
  + new patch: spelling.patch
* Bump Standards-Version to 3.8.4.
* Add myself to Uploaders.

Added:
    trunk/libtree-simple-visitorfactory-perl/debian/patches/
    trunk/libtree-simple-visitorfactory-perl/debian/patches/series
    trunk/libtree-simple-visitorfactory-perl/debian/patches/spelling.patch
    trunk/libtree-simple-visitorfactory-perl/debian/source/
    trunk/libtree-simple-visitorfactory-perl/debian/source/format
Removed:
    trunk/libtree-simple-visitorfactory-perl/patch-stamp
Modified:
    trunk/libtree-simple-visitorfactory-perl/debian/changelog
    trunk/libtree-simple-visitorfactory-perl/debian/compat
    trunk/libtree-simple-visitorfactory-perl/debian/control
    trunk/libtree-simple-visitorfactory-perl/debian/copyright
    trunk/libtree-simple-visitorfactory-perl/debian/rules

Modified: trunk/libtree-simple-visitorfactory-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtree-simple-visitorfactory-perl/debian/changelog?rev=53017&op=diff
==============================================================================
--- trunk/libtree-simple-visitorfactory-perl/debian/changelog (original)
+++ trunk/libtree-simple-visitorfactory-perl/debian/changelog Thu Feb 18 16:40:25 2010
@@ -1,4 +1,4 @@
-libtree-simple-visitorfactory-perl (0.10-2) UNRELEASED; urgency=low
+libtree-simple-visitorfactory-perl (0.10-2) unstable; urgency=low
 
   [ gregor herrmann ]
   * Take over for the Debian Perl Group with maintainer's permission
@@ -10,18 +10,24 @@
     <rafl at debian.org>); Florian Ragwitz <rafl at debian.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 ]
   * Remove Florian Ragwitz from Uploaders
   * Close ITA (Closes: #523143)
 
-  [ Nathan Handler ]
-  * debian/watch: Update to ignore development releases.
+  [ Ansgar Burchardt ]
+  * Refresh rules for debhelper 7.
+  * Convert debian/copyright to proposed machine-readable format.
+  * Use source format 3.0 (quilt).
+  * debian/control: Mention module name in description.
+  * Remove patch-stamp (useless).
+  * Correct spelling errors.
+    + new patch: spelling.patch
+  * Bump Standards-Version to 3.8.4.
+  * Add myself to Uploaders.
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Wed, 08 Apr 2009 18:43:47 -0700
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Fri, 19 Feb 2010 01:39:42 +0900
 
 libtree-simple-visitorfactory-perl (0.10-1.1) unstable; urgency=low
 

Modified: trunk/libtree-simple-visitorfactory-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtree-simple-visitorfactory-perl/debian/compat?rev=53017&op=diff
==============================================================================
--- trunk/libtree-simple-visitorfactory-perl/debian/compat (original)
+++ trunk/libtree-simple-visitorfactory-perl/debian/compat Thu Feb 18 16:40:25 2010
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libtree-simple-visitorfactory-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtree-simple-visitorfactory-perl/debian/control?rev=53017&op=diff
==============================================================================
--- trunk/libtree-simple-visitorfactory-perl/debian/control (original)
+++ trunk/libtree-simple-visitorfactory-perl/debian/control Thu Feb 18 16:40:25 2010
@@ -1,10 +1,11 @@
 Source: libtree-simple-visitorfactory-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4.0.2)
-Build-Depends-Indep: perl (>= 5.8.0-7), libtree-simple-perl (>= 1.12), libtest-exception-perl, libtest-pod-perl (>= 1.14), libtest-pod-coverage-perl (>= 1.04)
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libtree-simple-perl (>= 1.12), libtest-exception-perl, libtest-pod-perl (>= 1.14), libtest-pod-coverage-perl (>= 1.04)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Standards-Version: 3.6.2
+Uploaders: Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Tree-Simple-VisitorFactory/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtree-simple-visitorfactory-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtree-simple-visitorfactory-perl/
@@ -12,9 +13,9 @@
 Package: libtree-simple-visitorfactory-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libtree-simple-perl (>= 1.12)
-Description: A collection of dispensing visitor objects for Tree::Simple
- This package contains a number of visitor objects which can perform various
- tasks on Tree::Simple objects.
+Description: collection of dispensing visitor objects for Tree::Simple
+ The Tree::Simple::VisitorFactory module contains a number of visitor objects
+ which can perform various tasks on Tree::Simple objects.
  .
  The following visitors are included:
   * PathToRoot: find the path back to the tree's root node

Modified: trunk/libtree-simple-visitorfactory-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtree-simple-visitorfactory-perl/debian/copyright?rev=53017&op=diff
==============================================================================
--- trunk/libtree-simple-visitorfactory-perl/debian/copyright (original)
+++ trunk/libtree-simple-visitorfactory-perl/debian/copyright Thu Feb 18 16:40:25 2010
@@ -1,17 +1,28 @@
-This package was debianized by Florian Ragwitz <florian at mookooh.org> on
-Mon, 30 May 2005 14:57:19 +0200.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Stevan Little
+Source: http://search.cpan.org/dist/Tree-Simple-VisitorFactory/
+Name: Tree-Simple-VisitorFactory
 
-It was downloaded from http://search.cpan.org/~stevan/Tree-Simple-VisitorFactory/
+Copyright: © 2004-2005, Infinity Interactive, Inc.
+License: Artistic or GPL-1+
 
-Upstream Author: Stevan Little <stevan at iinteractive.com>
+Files: debian/*
+Copyright:
+ © 2005-2006, Florian Ragwitz <rafl at debian.org>
+ © 2008,      Mark Hymers <mhy at debian.org>
+ © 2010,      Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic or GPL-1+
 
-Copyright: Copyright 2004 by Infinity Interactive, Inc.
+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'
 
-License: 
-
- This library is free software; you can redistribute it and/or modify it under
- the same terms as Perl itself.
-
- 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/libtree-simple-visitorfactory-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtree-simple-visitorfactory-perl/debian/patches/series?rev=53017&op=file
==============================================================================
--- trunk/libtree-simple-visitorfactory-perl/debian/patches/series (added)
+++ trunk/libtree-simple-visitorfactory-perl/debian/patches/series Thu Feb 18 16:40:25 2010
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libtree-simple-visitorfactory-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtree-simple-visitorfactory-perl/debian/patches/spelling.patch?rev=53017&op=file
==============================================================================
--- trunk/libtree-simple-visitorfactory-perl/debian/patches/spelling.patch (added)
+++ trunk/libtree-simple-visitorfactory-perl/debian/patches/spelling.patch Thu Feb 18 16:40:25 2010
@@ -1,0 +1,29 @@
+From: Ansgar Burchardt <ansgar at 43-1.org>
+Date: Fri, 19 Feb 2010 01:32:02 +0900
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=54763
+Subject: Correct spelling errors
+
+This patch corrects several spelling errors pointed out by lintian.
+
+--- libtree-simple-visitorfactory-perl.orig/lib/Tree/Simple/Visitor/CreateDirectoryTree.pm
++++ libtree-simple-visitorfactory-perl/lib/Tree/Simple/Visitor/CreateDirectoryTree.pm
+@@ -155,7 +155,7 @@
+ 
+ =item Any node (including leaf nodes) which ends in either the character C</> or C<\> is considered a directory.
+ 
+-I think it is a pretty standard convention to have directory names ending in a seperator. The seperator itself is stripped off before the directory name is passed to File::Spec where the platform specific directory path is created. This means that it does not matter which one you use, it will be completely cross platform (at least as cross-platform as File::Spec is).
++I think it is a pretty standard convention to have directory names ending in a separator. The separator itself is stripped off before the directory name is passed to File::Spec where the platform specific directory path is created. This means that it does not matter which one you use, it will be completely cross platform (at least as cross-platform as File::Spec is).
+ 
+ =item All other nodes are considered to be files.
+ 
+--- libtree-simple-visitorfactory-perl.orig/lib/Tree/Simple/Visitor/PreOrderTraversal.pm
++++ libtree-simple-visitorfactory-perl/lib/Tree/Simple/Visitor/PreOrderTraversal.pm
+@@ -52,7 +52,7 @@
+ 
+ =head1 DESCRIPTION
+ 
+-Pre-order traversal is a depth-first traversal method in which the sub-tree's are processed I<after> the parent. It is essentially a wrapper around the base Tree::Simple::Visitor class, and is a seperate module here for completeness. (If you have a post-order, you should have a pre-order too). 
++Pre-order traversal is a depth-first traversal method in which the sub-tree's are processed I<after> the parent. It is essentially a wrapper around the base Tree::Simple::Visitor class, and is a separate module here for completeness. (If you have a post-order, you should have a pre-order too). 
+ 
+ =head1 METHODS
+ 

Modified: trunk/libtree-simple-visitorfactory-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtree-simple-visitorfactory-perl/debian/rules?rev=53017&op=diff
==============================================================================
--- trunk/libtree-simple-visitorfactory-perl/debian/rules (original)
+++ trunk/libtree-simple-visitorfactory-perl/debian/rules Thu Feb 18 16:40:25 2010
@@ -1,56 +1,3 @@
 #!/usr/bin/make -f
-
-export PERL_MM_USE_DEFAULT=1
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-Wall -O2 -g"
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	-$(MAKE) distclean
-	dh_clean build-stamp install-stamp
-
-install: build install-stamp
-install-stamp:
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(MAKE) test
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
-	touch install-stamp
-
-binary-arch:
-# We have nothing to do by default.
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+%:
+	dh $@

Added: trunk/libtree-simple-visitorfactory-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtree-simple-visitorfactory-perl/debian/source/format?rev=53017&op=file
==============================================================================
--- trunk/libtree-simple-visitorfactory-perl/debian/source/format (added)
+++ trunk/libtree-simple-visitorfactory-perl/debian/source/format Thu Feb 18 16:40:25 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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