r25332 - in /trunk/libtest-class-perl: Build.PL Changes META.yml Makefile.PL debian/changelog debian/compat debian/control debian/copyright debian/rules lib/Test/Class.pm

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Thu Sep 18 18:00:00 UTC 2008


Author: ansgar-guest
Date: Thu Sep 18 17:59:57 2008
New Revision: 25332

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25332
Log:
* New upstream release.
* refresh debian/rules for debhelper 7
* add myself to Uploaders
* update debian/copyright to current revision of the proposed
  machine-readable format
* do not list `Debian Perl Group' as copyright holder in debian/copyright,
  instead list all contributors (as mentioned in debian/changelog)
* bump Standards Version to 3.8.0 (no changes needed)

Modified:
    trunk/libtest-class-perl/Build.PL
    trunk/libtest-class-perl/Changes
    trunk/libtest-class-perl/META.yml
    trunk/libtest-class-perl/Makefile.PL
    trunk/libtest-class-perl/debian/changelog
    trunk/libtest-class-perl/debian/compat
    trunk/libtest-class-perl/debian/control
    trunk/libtest-class-perl/debian/copyright
    trunk/libtest-class-perl/debian/rules
    trunk/libtest-class-perl/lib/Test/Class.pm

Modified: trunk/libtest-class-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-class-perl/Build.PL?rev=25332&op=diff
==============================================================================
--- trunk/libtest-class-perl/Build.PL (original)
+++ trunk/libtest-class-perl/Build.PL Thu Sep 18 17:59:57 2008
@@ -8,7 +8,7 @@
         'Attribute::Handlers'   => '0.77',
         'Class::ISA'            => '0.32',
         'Devel::Symdump'        => '2.03',
-        'IO::File'              => '1.13',
+        'IO::File'              => '1.09',
         'Storable'              => '2.04',
         'Test::Simple'          => '0.78',
         'Test::Builder'         => '0.78',

Modified: trunk/libtest-class-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-class-perl/Changes?rev=25332&op=diff
==============================================================================
--- trunk/libtest-class-perl/Changes (original)
+++ trunk/libtest-class-perl/Changes Thu Sep 18 17:59:57 2008
@@ -1,3 +1,6 @@
+0.31 - or the "good god adrian is still alive" release
+    -   Downgraded IO::File dependancy to 1.09 (RT#38424 - thanks Mark Stosberg)
+
 0.30 - or the "Oslo QA 2008 #2" release
     -   Move up to depend on Test::Simple 0.78 to stomp on RT##33809
 

Modified: trunk/libtest-class-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-class-perl/META.yml?rev=25332&op=diff
==============================================================================
--- trunk/libtest-class-perl/META.yml (original)
+++ trunk/libtest-class-perl/META.yml Thu Sep 18 17:59:57 2008
@@ -1,6 +1,6 @@
 ---
 name: Test-Class
-version: 0.30
+version: 0.31
 author:
   - 'Adrian Howard <adrianh at quietstars.com>'
 abstract: Easily create test classes in an xUnit/JUnit style
@@ -11,7 +11,7 @@
   Attribute::Handlers: 0.77
   Class::ISA: 0.32
   Devel::Symdump: 2.03
-  IO::File: 1.13
+  IO::File: 1.09
   Storable: 2.04
   Test::Builder: 0.78
   Test::Builder::Tester: 1.02
@@ -22,7 +22,7 @@
 provides:
   Test::Class:
     file: lib/Test/Class.pm
-    version: 0.30
+    version: 0.31
   Test::Class::Load:
     file: lib/Test/Class/Load.pm
     version: 0.03

Modified: trunk/libtest-class-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-class-perl/Makefile.PL?rev=25332&op=diff
==============================================================================
--- trunk/libtest-class-perl/Makefile.PL (original)
+++ trunk/libtest-class-perl/Makefile.PL Thu Sep 18 17:59:57 2008
@@ -9,7 +9,7 @@
                            'Attribute::Handlers' => '0.77',
                            'Class::ISA' => '0.32',
                            'Devel::Symdump' => '2.03',
-                           'IO::File' => '1.13',
+                           'IO::File' => '1.09',
                            'Storable' => '2.04',
                            'Test::Builder' => '0.78',
                            'Test::Builder::Tester' => '1.02',

Modified: trunk/libtest-class-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-class-perl/debian/changelog?rev=25332&op=diff
==============================================================================
--- trunk/libtest-class-perl/debian/changelog (original)
+++ trunk/libtest-class-perl/debian/changelog Thu Sep 18 17:59:57 2008
@@ -1,3 +1,16 @@
+libtest-class-perl (0.31-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * refresh debian/rules for debhelper 7
+  * add myself to Uploaders
+  * update debian/copyright to current revision of the proposed
+    machine-readable format
+  * do not list `Debian Perl Group' as copyright holder in debian/copyright,
+    instead list all contributors (as mentioned in debian/changelog)
+  * bump Standards Version to 3.8.0 (no changes needed)
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Thu, 18 Sep 2008 19:29:03 +0200
+
 libtest-class-perl (0.30-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/libtest-class-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-class-perl/debian/compat?rev=25332&op=diff
==============================================================================
--- trunk/libtest-class-perl/debian/compat (original)
+++ trunk/libtest-class-perl/debian/compat Thu Sep 18 17:59:57 2008
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/libtest-class-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-class-perl/debian/control?rev=25332&op=diff
==============================================================================
--- trunk/libtest-class-perl/debian/control (original)
+++ trunk/libtest-class-perl/debian/control Thu Sep 18 17:59:57 2008
@@ -4,12 +4,13 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>, Gunnar Wolf <gwolf at debian.org>,
  Damyan Ivanov <dmn at debian.org>,
- gregor herrmann <gregor+debian at comodo.priv.at>
-Build-Depends: debhelper (>> 6.0), libmodule-build-perl
+ gregor herrmann <gregor+debian at comodo.priv.at>,
+ Ansgar Burchardt <ansgar at 43-1.org>
+Build-Depends: debhelper (>= 7), libmodule-build-perl
 Build-Depends-Indep: perl (>= 5.6.1), libtest-simple-perl (>= 0.78),
  libtest-exception-perl (>= 0.25), libdevel-symdump-perl,
  libcontextual-return-perl
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Test-Class/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-class-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-class-perl/

Modified: trunk/libtest-class-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-class-perl/debian/copyright?rev=25332&op=diff
==============================================================================
--- trunk/libtest-class-perl/debian/copyright (original)
+++ trunk/libtest-class-perl/debian/copyright Thu Sep 18 17:59:57 2008
@@ -1,27 +1,34 @@
-Upstream source location: http://search.cpan.org/dist/Test-Class
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=228
+Upstream-Name: Test-Class
+Upstream-Maintainer: Adrian Howard <adrianh at quietstars.com>
+Upstream-Source: http://search.cpan.org/dist/Test-Class/
 
 Files: *
-Copyright: (c) 2002-2007 Adrian Howard, All Rights Reserved.
+Copyright: © 2002-2007 Adrian Howard, All Rights Reserved.
 License: GPL-1+ | Artistic
  This program is free software; you can redistribute it and/or modify
  it under the same terms as Perl itself.
+ .
+ Perl is distributed under your choice of the GNU General Public License or
+ the 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'.
 
 Files: lib/Test/Class/Load.pm
-Copyright: 2006 Curtis "Ovid" Poe, all rights reserved.
+Copyright: © 2006 Curtis "Ovid" Poe, all rights reserved.
 License: GPL-1+ | Artistic
  This program is free software; you can redistribute it and/or modify it
  under the same terms as Perl itself.
 
 Files: debian/*
 Copyright:
- 2003-2007, Jay Bonci <jaybonci at debian.org>
- 2006,      Marc 'HE' Brockschmidt <he at debian.org>
- 2007-2008, Debian Perl Group
+ © 2003-2007, Jay Bonci <jaybonci at debian.org>
+ © 2006,      Marc 'HE' Brockschmidt <he at debian.org>
+ © 2007-2008, gregor herrmann <gregor+debian at comodo.priv.at>
+ © 2007-2008, Gunnar Wolf <gwolf at debian.org>
+ © 2008,      Damyan Ivanov <dmn at debian.org>
+ © 2008,      Ansgar Burchardt <ansgar at 43-1.org>
 License: GPL-1+ | Artistic
  It is assumed that all contributors put their work under the same license
  as the module itself.
 
-Perl is distributed under your choice of the GNU General Public License or
-the 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'.

Modified: trunk/libtest-class-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-class-perl/debian/rules?rev=25332&op=diff
==============================================================================
--- trunk/libtest-class-perl/debian/rules (original)
+++ trunk/libtest-class-perl/debian/rules Thu Sep 18 17:59:57 2008
@@ -1,60 +1,23 @@
 #!/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.
-#
-# It was later modified by Jason Kohles <email at jasonkohles.com>
-# http://www.jasonkohles.com/ to support Module::Build installed modules
-
-# 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
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
 build-stamp:
-	dh_testdir
-	$(PERL) Build.PL installdirs=vendor
-	$(PERL) Build
-	$(PERL) Build test
+	dh build
 	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(PERL) Build install destdir=$(TMP) create_packlist=0
+	dh install
 	touch $@
 
 binary-arch:
-# We have nothing to do here for an architecture-independent package
 
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+binary-indep: install
+	dh $@
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Modified: trunk/libtest-class-perl/lib/Test/Class.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-class-perl/lib/Test/Class.pm?rev=25332&op=diff
==============================================================================
--- trunk/libtest-class-perl/lib/Test/Class.pm (original)
+++ trunk/libtest-class-perl/lib/Test/Class.pm Thu Sep 18 17:59:57 2008
@@ -12,7 +12,7 @@
 use Test::Builder;
 use Test::Class::MethodInfo;
 
-our $VERSION = '0.30';
+our $VERSION = '0.31';
 
 my $Check_block_has_run;
 {




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