r60721 - in /trunk/libpod-coverage-perl: Changes META.yml Makefile.PL debian/changelog debian/control debian/copyright debian/rules debian/source/ debian/source/format lib/Pod/Coverage.pm

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Wed Jul 28 04:31:16 UTC 2010


Author: ansgar-guest
Date: Wed Jul 28 04:31:07 2010
New Revision: 60721

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60721
Log:
* New upstream release.
* Use tiny debian/rules and Build.PL.
* Use source format 3.0 (quilt).
* Make build-dep on perl unversioned.
* debian/copyright: Formatting change for current DEP-5 proposal.
* debian/copyright: Refer to /usr/share/common-licenses/GPL-1.
* Bump Standards-Version to 3.9.1.
* Add myself to Uploaders.

Added:
    trunk/libpod-coverage-perl/debian/source/
    trunk/libpod-coverage-perl/debian/source/format
Modified:
    trunk/libpod-coverage-perl/Changes
    trunk/libpod-coverage-perl/META.yml
    trunk/libpod-coverage-perl/Makefile.PL
    trunk/libpod-coverage-perl/debian/changelog
    trunk/libpod-coverage-perl/debian/control
    trunk/libpod-coverage-perl/debian/copyright
    trunk/libpod-coverage-perl/debian/rules
    trunk/libpod-coverage-perl/lib/Pod/Coverage.pm

Modified: trunk/libpod-coverage-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-perl/Changes?rev=60721&op=diff
==============================================================================
--- trunk/libpod-coverage-perl/Changes (original)
+++ trunk/libpod-coverage-perl/Changes Wed Jul 28 04:31:07 2010
@@ -1,3 +1,7 @@
+0.21	Tuesday 27th July, 2010
+	Add SCALAR to the stoplist (implementaion method for tied
+	hashes).  Report by David Cantrell.
+
 0.20	Thursday 19th February, 2009
 	Fix t/lib/Fully/Qualified.pm to have a 1; (Zefram)
 	Ship t/09whitespace.t - had missed it before

Modified: trunk/libpod-coverage-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-perl/META.yml?rev=60721&op=diff
==============================================================================
--- trunk/libpod-coverage-perl/META.yml (original)
+++ trunk/libpod-coverage-perl/META.yml Wed Jul 28 04:31:07 2010
@@ -1,26 +1,35 @@
 ---
 name: Pod-Coverage
-version: 0.20
-author: ~
+version: 0.21
+author:
+  - 'Richard Clamp <richardc at unixbeard.net>'
+  - 'Michael Stevens <mstevens at etla.org>'
+  - 'some contributions from David Cantrell <david at cantrell.org.uk>'
 abstract: Checks if the documentation of a module is comprehensive
 license: perl
+resources:
+  license: http://dev.perl.org/licenses/
+build_requires:
+  Test::More: 0
 requires:
   Devel::Symdump: 2.01
   Pod::Find: 0.21
   Pod::Parser: 1.13
-build_requires:
-  Test::More: 0
+configure_requires:
+  Module::Build: 0.35
 provides:
   Pod::Coverage:
     file: lib/Pod/Coverage.pm
-    version: 0.20
+    version: 0.21
   Pod::Coverage::CountParents:
     file: lib/Pod/Coverage/CountParents.pm
   Pod::Coverage::ExportOnly:
     file: lib/Pod/Coverage/ExportOnly.pm
   Pod::Coverage::Extractor:
     file: lib/Pod/Coverage.pm
-    version: 0.20
   Pod::Coverage::Overloader:
     file: lib/Pod/Coverage/Overloader.pm
-generated_by: Module::Build version 0.2611
+generated_by: Module::Build version 0.35
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4

Modified: trunk/libpod-coverage-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-perl/Makefile.PL?rev=60721&op=diff
==============================================================================
--- trunk/libpod-coverage-perl/Makefile.PL (original)
+++ trunk/libpod-coverage-perl/Makefile.PL Wed Jul 28 04:31:07 2010
@@ -1,19 +1,19 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.03
+# Note: this file was auto-generated by Module::Build::Compat version 0.35
 use ExtUtils::MakeMaker;
 WriteMakefile
 (
-          'PL_FILES' => {},
+          'NAME' => 'Pod::Coverage',
+          'VERSION_FROM' => 'lib/Pod/Coverage.pm',
+          'PREREQ_PM' => {
+                           'Devel::Symdump' => '2.01',
+                           'Pod::Find' => '0.21',
+                           'Pod::Parser' => '1.13',
+                           'Test::More' => '0'
+                         },
           'INSTALLDIRS' => 'site',
-          'NAME' => 'Pod::Coverage',
           'EXE_FILES' => [
                            'bin/pod_cover'
                          ],
-          'VERSION_FROM' => 'lib/Pod/Coverage.pm',
-          'PREREQ_PM' => {
-                           'Test::More' => 0,
-                           'Pod::Parser' => '1.13',
-                           'Devel::Symdump' => '2.01',
-                           'Pod::Find' => '0.21'
-                         }
+          'PL_FILES' => {}
         )
 ;

Modified: trunk/libpod-coverage-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-perl/debian/changelog?rev=60721&op=diff
==============================================================================
--- trunk/libpod-coverage-perl/debian/changelog (original)
+++ trunk/libpod-coverage-perl/debian/changelog Wed Jul 28 04:31:07 2010
@@ -1,8 +1,19 @@
-libpod-coverage-perl (0.20-2) UNRELEASED; urgency=low
+libpod-coverage-perl (0.21-1) unstable; urgency=low
 
+  [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:36:57 +0000
+  [ Ansgar Burchardt ]
+  * New upstream release.
+  * Use tiny debian/rules and Build.PL.
+  * Use source format 3.0 (quilt).
+  * Make build-dep on perl unversioned.
+  * debian/copyright: Formatting change for current DEP-5 proposal.
+  * debian/copyright: Refer to /usr/share/common-licenses/GPL-1.
+  * Bump Standards-Version to 3.9.1.
+  * Add myself to Uploaders.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Wed, 28 Jul 2010 13:30:56 +0900
 
 libpod-coverage-perl (0.20-1) unstable; urgency=low
 

Modified: trunk/libpod-coverage-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-perl/debian/control?rev=60721&op=diff
==============================================================================
--- trunk/libpod-coverage-perl/debian/control (original)
+++ trunk/libpod-coverage-perl/debian/control Wed Jul 28 04:31:07 2010
@@ -3,10 +3,11 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>, Damyan Ivanov <dmn at debian.org>,
- Antonio Radici <antonio at dyne.org>, gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.8.1), libdevel-symdump-perl, libtest-pod-perl
-Standards-Version: 3.8.0
+ Antonio Radici <antonio at dyne.org>, gregor herrmann <gregoa at debian.org>,
+ Ansgar Burchardt <ansgar at 43-1.org>
+Build-Depends: debhelper (>= 7.3.7~)
+Build-Depends-Indep: perl, libdevel-symdump-perl, libtest-pod-perl
+Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/Pod-Coverage/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpod-coverage-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpod-coverage-perl/

Modified: trunk/libpod-coverage-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-perl/debian/copyright?rev=60721&op=diff
==============================================================================
--- trunk/libpod-coverage-perl/debian/copyright (original)
+++ trunk/libpod-coverage-perl/debian/copyright Wed Jul 28 04:31:07 2010
@@ -1,34 +1,33 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Richard Clamp <richardc at unixbeard.net>
-Upstream-Source: hhttp://search.cpan.org/dist/Pod-Coverage/
-Upstream-Name: Pod-Coverage
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Richard Clamp <richardc at unixbeard.net>
+Source: hhttp://search.cpan.org/dist/Pod-Coverage/
+Name: Pod-Coverage
 
-Files: *
 Copyright: 
-    (c) 2001, 2003, 2004, 2006, 2007, 2009 Richard Clamp, Michael Stevens. 
-    (c) 2003, 2004 some contributions from David Cantrell
-License-Alias: Perl
-License: GPL-1+ | Artistic
+ 2001, 2003, 2004, 2006, 2007, 2009 Richard Clamp, Michael Stevens. 
+ 2003, 2004 some contributions from David Cantrell
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 
-    (c) 2003, Jay Bonci <jay at bonci.com>
-    (c) 2007, Damyan Ivanov <dmn at debian.org>
-    (c) 2007, 2009, Gregor Herrmann <gregoa at debian.org>
-    (c) 2009, Antonio Radici <antonio at dyne.org>
-License: GPL-1+ | Artistic
+ 2003, Jay Bonci <jay at bonci.com>
+ 2007, Damyan Ivanov <dmn at debian.org>
+ 2007, 2009, Gregor Herrmann <gregoa at debian.org>
+ 2009, Antonio Radici <antonio at dyne.org>
+License: Artistic or GPL-1+
 
 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 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: 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'
+ 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 version 1 of the GNU
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.

Modified: trunk/libpod-coverage-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-perl/debian/rules?rev=60721&op=diff
==============================================================================
--- trunk/libpod-coverage-perl/debian/rules (original)
+++ trunk/libpod-coverage-perl/debian/rules Wed Jul 28 04:31:07 2010
@@ -1,25 +1,12 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
+PACKAGE := $(shell dh_listpackages)
+TMP     := $(CURDIR)/debian/$(PACKAGE)
 
-clean:
-	dh $@
+%:
+	dh $@ --buildsystem=perl_build
 
-install: install-stamp
-install-stamp: build-stamp
-	dh install
+override_dh_auto_install:
+	dh_auto_install --buildsystem=perl_build
 	# installed as an example
-	$(RM) -rv $(CURDIR)/debian/libpod-coverage-perl/usr/bin
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+	rm -rfv $(TMP)/usr/bin

Added: trunk/libpod-coverage-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-perl/debian/source/format?rev=60721&op=file
==============================================================================
--- trunk/libpod-coverage-perl/debian/source/format (added)
+++ trunk/libpod-coverage-perl/debian/source/format Wed Jul 28 04:31:07 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: trunk/libpod-coverage-perl/lib/Pod/Coverage.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-coverage-perl/lib/Pod/Coverage.pm?rev=60721&op=diff
==============================================================================
--- trunk/libpod-coverage-perl/lib/Pod/Coverage.pm (original)
+++ trunk/libpod-coverage-perl/lib/Pod/Coverage.pm Wed Jul 28 04:31:07 2010
@@ -8,7 +8,7 @@
 BEGIN { defined &TRACE_ALL or eval 'sub TRACE_ALL () { 0 }' }
 
 use vars qw/ $VERSION /;
-$VERSION = '0.20';
+$VERSION = '0.21';
 
 =head1 NAME
 
@@ -78,9 +78,9 @@
              POP | PUSH | SHIFT | UNSHIFT | SPLICE | DELETE |
              EXISTS | EXTEND | CLEAR | FIRSTKEY | NEXTKEY | PRINT | PRINTF |
              WRITE | READLINE | GETC | READ | CLOSE | BINMODE | OPEN |
-             EOF | FILENO | SEEK | TELL)$/x,
+             EOF | FILENO | SEEK | TELL | SCALAR )$/x,
         qr/^( MODIFY | FETCH )_( REF | SCALAR | ARRAY | HASH | CODE |
-                                 GLOB | FORMAT | IO)_ATTRIBUTES$/x,
+                                 GLOB | FORMAT | IO )_ATTRIBUTES$/x,
         qr/^CLONE(_SKIP)?$/,
 ]
 
@@ -119,7 +119,7 @@
              POP | PUSH | SHIFT | UNSHIFT | SPLICE | DELETE |
              EXISTS | EXTEND | CLEAR | FIRSTKEY | NEXTKEY | PRINT | PRINTF |
              WRITE | READLINE | GETC | READ | CLOSE | BINMODE | OPEN |
-             EOF | FILENO | SEEK | TELL)$/x,
+             EOF | FILENO | SEEK | TELL | SCALAR )$/x,
         qr/^( MODIFY | FETCH )_( REF | SCALAR | ARRAY | HASH | CODE |
                                  GLOB | FORMAT | IO)_ATTRIBUTES $/x,
         qr/^CLONE(_SKIP)?$/,




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