r12848 - in /trunk/libtest-class-perl: Build.PL Changes META.yml Makefile.PL README debian/changelog debian/compat debian/control debian/rules lib/Test/Class.pm t/developer/spelling.t

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Thu Jan 17 03:31:15 UTC 2008


Author: rmayorga-guest
Date: Thu Jan 17 03:31:15 2008
New Revision: 12848

URL: http://svn.debian.org/wsvn/?sc=1&rev=12848
Log:
* New upstream release
* debian/control raise debhelper version to >=6.0
  + remove libtest-simple-perl from B-D-I (is provided by perl-modules)
* debian/compat set to level 6
* debian/rules
  + touch '$@' instead on *-stamps

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/README
    trunk/libtest-class-perl/debian/changelog
    trunk/libtest-class-perl/debian/compat
    trunk/libtest-class-perl/debian/control
    trunk/libtest-class-perl/debian/rules
    trunk/libtest-class-perl/lib/Test/Class.pm
    trunk/libtest-class-perl/t/developer/spelling.t

Modified: trunk/libtest-class-perl/Build.PL
URL: http://svn.debian.org/wsvn/trunk/libtest-class-perl/Build.PL?rev=12848&op=diff
==============================================================================
--- trunk/libtest-class-perl/Build.PL (original)
+++ trunk/libtest-class-perl/Build.PL Thu Jan 17 03:31:15 2008
@@ -8,12 +8,12 @@
         'Attribute::Handlers'   => '0.77',
         'Class::ISA'            => '0.32',
         'Devel::Symdump'        => '2.03',
-        'IO::File'              => '1.14',
+        'IO::File'              => '1.13',
         'Storable'              => '2.04',
-        'Test::Simple'          => '0.7',
-        'Test::Builder'         => '0.7',
-        'Test::Builder::Tester' => '1.07',
-        'Test::More'            => '0.7',
+        'Test::Simple'          => '0.62',
+        'Test::Builder'         => '0.32',
+        'Test::Builder::Tester' => '1.02',
+        'Test::More'            => '0.62',
         'Test::Exception'       => '0.25',
     },
     create_makefile_pl => 'traditional',

Modified: trunk/libtest-class-perl/Changes
URL: http://svn.debian.org/wsvn/trunk/libtest-class-perl/Changes?rev=12848&op=diff
==============================================================================
--- trunk/libtest-class-perl/Changes (original)
+++ trunk/libtest-class-perl/Changes Thu Jan 17 03:31:15 2008
@@ -1,12 +1,16 @@
+0.28 - or the "just for the debian folk" release
+    -   Downgraded some dependencies to avoid some bogus warnings on Debian
+        (thanks Gunnar Wolf & Hynek)
+
 0.27 - or the "Adrian cannot write in English" release
     -   Fixed a couple of typos/grammar stupidities (thank Jim Brandt)
 
 0.26 - or the "really working on windows this time (fingers crossed)" release
-	-	Tests that look at test_err from Test::Builder::Tester now use caller() 
-		to get the filename - just like Test::Builder. So hopefully everything 
-		should work on all platforms this time.
-	-	Updated the Test::* version dependencies to something vaguely modern
-	-	Fixed runtests_die.t, which still had platform-specific paths in
+    -   Tests that look at test_err from Test::Builder::Tester now use caller() 
+        to get the filename - just like Test::Builder. So hopefully everything 
+        should work on all platforms this time.
+    -   Updated the Test::* version dependencies to something vaguely modern
+    -   Fixed runtests_die.t, which still had platform-specific paths in
 
 0.25 - or the "idiotic platform specific tests fixed" release
     -   Fixed RT#31122 that was failing tests on Strawberry Perl

Modified: trunk/libtest-class-perl/META.yml
URL: http://svn.debian.org/wsvn/trunk/libtest-class-perl/META.yml?rev=12848&op=diff
==============================================================================
--- trunk/libtest-class-perl/META.yml (original)
+++ trunk/libtest-class-perl/META.yml Thu Jan 17 03:31:15 2008
@@ -1,6 +1,6 @@
 ---
 name: Test-Class
-version: 0.27
+version: 0.28
 author:
   - 'Adrian Howard <adrianh at quietstars.com>'
 abstract: Easily create test classes in an xUnit/JUnit style
@@ -11,18 +11,18 @@
   Attribute::Handlers: 0.77
   Class::ISA: 0.32
   Devel::Symdump: 2.03
-  IO::File: 1.14
+  IO::File: 1.13
   Storable: 2.04
-  Test::Builder: 0.7
-  Test::Builder::Tester: 1.07
+  Test::Builder: 0.32
+  Test::Builder::Tester: 1.02
   Test::Exception: 0.25
-  Test::More: 0.7
-  Test::Simple: 0.7
+  Test::More: 0.62
+  Test::Simple: 0.62
   perl: 5.6.1
 provides:
   Test::Class:
     file: lib/Test/Class.pm
-    version: 0.27
+    version: 0.28
   Test::Class::Load:
     file: lib/Test/Class/Load.pm
     version: 0.02

Modified: trunk/libtest-class-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libtest-class-perl/Makefile.PL?rev=12848&op=diff
==============================================================================
--- trunk/libtest-class-perl/Makefile.PL (original)
+++ trunk/libtest-class-perl/Makefile.PL Thu Jan 17 03:31:15 2008
@@ -9,13 +9,13 @@
                            'Attribute::Handlers' => '0.77',
                            'Class::ISA' => '0.32',
                            'Devel::Symdump' => '2.03',
-                           'IO::File' => '1.14',
+                           'IO::File' => '1.13',
                            'Storable' => '2.04',
-                           'Test::Builder' => '0.7',
-                           'Test::Builder::Tester' => '1.07',
+                           'Test::Builder' => '0.32',
+                           'Test::Builder::Tester' => '1.02',
                            'Test::Exception' => '0.25',
-                           'Test::More' => '0.7',
-                           'Test::Simple' => '0.7'
+                           'Test::More' => '0.62',
+                           'Test::Simple' => '0.62'
                          },
           'INSTALLDIRS' => 'site',
           'EXE_FILES' => [],

Modified: trunk/libtest-class-perl/README
URL: http://svn.debian.org/wsvn/trunk/libtest-class-perl/README?rev=12848&op=diff
==============================================================================
--- trunk/libtest-class-perl/README (original)
+++ trunk/libtest-class-perl/README Thu Jan 17 03:31:15 2008
@@ -1202,15 +1202,16 @@
 
     Thanks to Adam Kennedy, agianni, Apocalypse, Ask Bjorn Hansen, Chris
     Dolan, Chris Williams, Corion, Daniel Berger, Dave O'Neill, David
-    Cantrell, David Wheeler, Emil Jansson, Hai Pham, imacat, Jeff Deifik,
-    Jochen Stenzel, Johan Lindstrom, John West, Jonathan R. Warden, Joshua
-    ben Jore, Jost Krieger, Kenichi Ishigaki Lee Goddard, Mark Reynolds,
-    Mark Stosberg, Martin Ferrari, Mathieu Sauve-Frankel, Matt Trout, Matt
-    Williamson, Michael G Schwern, Murat Uenalan, Nicholas Clark, Ovid,
-    Piers Cawley, Rob Kinyon, Scott Lanning, Sebastien Aperghis-Tramoni,
-    Steve Kirkup, Stray Toaster, Ted Carnahan, Terrence Brannon, Tom Metro,
-    Tony Bowden, William McKee, various anonymous folk and all the fine
-    people on perl-qa for their feedback, patches, suggestions and nagging.
+    Cantrell, David Wheeler, Emil Jansson, Gunnar Wolf, Hai Pham, Hynek,
+    imacat, Jeff Deifik, Jim Brandt, Jochen Stenzel, Johan Lindstrom, John
+    West, Jonathan R. Warden, Joshua ben Jore, Jost Krieger, Kenichi
+    Ishigaki Lee Goddard, Mark Reynolds, Mark Stosberg, Martin Ferrari,
+    Mathieu Sauve-Frankel, Matt Trout, Matt Williamson, Michael G Schwern,
+    Murat Uenalan, Nicholas Clark, Ovid, Piers Cawley, Rob Kinyon, Scott
+    Lanning, Sebastien Aperghis-Tramoni, Steve Kirkup, Stray Toaster, Ted
+    Carnahan, Terrence Brannon, Tom Metro, Tony Bowden, William McKee,
+    various anonymous folk and all the fine people on perl-qa for their
+    feedback, patches, suggestions and nagging.
 
     This module wouldn't be possible without the excellent Test::Builder.
     Thanks to chromatic and Michael G Schwern for creating such a useful

Modified: trunk/libtest-class-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtest-class-perl/debian/changelog?rev=12848&op=diff
==============================================================================
--- trunk/libtest-class-perl/debian/changelog (original)
+++ trunk/libtest-class-perl/debian/changelog Thu Jan 17 03:31:15 2008
@@ -1,3 +1,14 @@
+libtest-class-perl (0.28-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control raise debhelper version to >=6.0
+    + remove libtest-simple-perl from B-D-I (is provided by perl-modules)
+  * debian/compat set to level 6
+  * debian/rules
+    + touch '$@' instead on *-stamps
+
+ -- Rene Mayorga <rmayorga at debian.org.sv>  Wed, 16 Jan 2008 20:25:41 -0600
+
 libtest-class-perl (0.27-1) unstable; urgency=low
 
   [ gregor herrmann ]

Modified: trunk/libtest-class-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libtest-class-perl/debian/compat?rev=12848&op=diff
==============================================================================
--- trunk/libtest-class-perl/debian/compat (original)
+++ trunk/libtest-class-perl/debian/compat Thu Jan 17 03:31:15 2008
@@ -1,1 +1,1 @@
-5
+6

Modified: trunk/libtest-class-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtest-class-perl/debian/control?rev=12848&op=diff
==============================================================================
--- trunk/libtest-class-perl/debian/control (original)
+++ trunk/libtest-class-perl/debian/control Thu Jan 17 03:31:15 2008
@@ -3,9 +3,9 @@
 Priority: optional
 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>
-Build-Depends: debhelper (>> 5.0), libmodule-build-perl, quilt
-Build-Depends-Indep: perl (>= 5.6.1), libtest-simple-perl (>= 0.7), 
- libtest-exception-perl (>= 0.25), libdevel-symdump-perl
+Build-Depends: debhelper (>> 6.0), libmodule-build-perl, quilt
+Build-Depends-Indep: perl (>= 5.6.1), libtest-exception-perl (>= 0.25), 
+ libdevel-symdump-perl
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Test-Class/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-class-perl/

Modified: trunk/libtest-class-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtest-class-perl/debian/rules?rev=12848&op=diff
==============================================================================
--- trunk/libtest-class-perl/debian/rules (original)
+++ trunk/libtest-class-perl/debian/rules Thu Jan 17 03:31:15 2008
@@ -26,8 +26,7 @@
 	$(PERL) Build.PL installdirs=vendor
 	$(PERL) Build
 	$(PERL) Build test
-
-	touch build-stamp
+	touch $@
 
 clean: unpatch
 	dh_testdir
@@ -46,7 +45,7 @@
 	
 	$(PERL) Build install destdir=$(TMP) create_packlist=0
 
-	touch install-stamp
+	touch $@
 
 binary-arch:;
 binary-indep: build install

Modified: trunk/libtest-class-perl/lib/Test/Class.pm
URL: http://svn.debian.org/wsvn/trunk/libtest-class-perl/lib/Test/Class.pm?rev=12848&op=diff
==============================================================================
--- trunk/libtest-class-perl/lib/Test/Class.pm (original)
+++ trunk/libtest-class-perl/lib/Test/Class.pm Thu Jan 17 03:31:15 2008
@@ -12,7 +12,7 @@
 use Test::Builder;
 use Test::Class::MethodInfo;
 
-our $VERSION = '0.27';
+our $VERSION = '0.28';
 
 my $Check_block_has_run;
 {
@@ -1534,9 +1534,12 @@
 David Cantrell,
 David Wheeler,
 Emil Jansson, 
+Gunnar Wolf,
 Hai Pham,
+Hynek,
 imacat,
 Jeff Deifik,
+Jim Brandt,
 Jochen Stenzel,
 Johan Lindstrom, 
 John West,

Modified: trunk/libtest-class-perl/t/developer/spelling.t
URL: http://svn.debian.org/wsvn/trunk/libtest-class-perl/t/developer/spelling.t?rev=12848&op=diff
==============================================================================
--- trunk/libtest-class-perl/t/developer/spelling.t (original)
+++ trunk/libtest-class-perl/t/developer/spelling.t Thu Jan 17 03:31:15 2008
@@ -100,3 +100,5 @@
 Curtis
 gnarly
 Dolan
+Brandt
+Hynek




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