r38856 - in /trunk/libtime-piece-perl: Changes META.yml Piece.pm debian/changelog debian/control debian/copyright debian/libtime-piece-perl.docs debian/patches/manpage_fix_chars.patch debian/rules t/02core.t

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Sun Jun 28 08:49:02 UTC 2009


Author: carnil-guest
Date: Sun Jun 28 08:48:55 2009
New Revision: 38856

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38856
Log:
* New upstream release
* debian/control:
  - Add myself to Uploaders 
  - Bump Build Dependendency on quilt to (>= 0.46-7) to be able to use
    --with quilt with debhelper (>= 7.0.8).
  - Bumps Standards-Version to 3.8.2 (no changes)
* debian/rules: Minimize the rules file using tiny schema. 
* debian/copyright: Update for debian/* packaging. 

Modified:
    trunk/libtime-piece-perl/Changes
    trunk/libtime-piece-perl/META.yml
    trunk/libtime-piece-perl/Piece.pm
    trunk/libtime-piece-perl/debian/changelog
    trunk/libtime-piece-perl/debian/control
    trunk/libtime-piece-perl/debian/copyright
    trunk/libtime-piece-perl/debian/libtime-piece-perl.docs
    trunk/libtime-piece-perl/debian/patches/manpage_fix_chars.patch
    trunk/libtime-piece-perl/debian/rules
    trunk/libtime-piece-perl/t/02core.t

Modified: trunk/libtime-piece-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-piece-perl/Changes?rev=38856&op=diff
==============================================================================
--- trunk/libtime-piece-perl/Changes (original)
+++ trunk/libtime-piece-perl/Changes Sun Jun 28 08:48:55 2009
@@ -1,5 +1,9 @@
 
 Time::Piece Changes
+
+1.15
+    - Skip a test on Win32 that there's just no way of passing
+    - Document the above failure
 
 1.14
 	- rework add_months() to not rely on strptime being able to parse illegal

Modified: trunk/libtime-piece-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-piece-perl/META.yml?rev=38856&op=diff
==============================================================================
--- trunk/libtime-piece-perl/META.yml (original)
+++ trunk/libtime-piece-perl/META.yml Sun Jun 28 08:48:55 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Time-Piece
-version:            1.14
+version:            1.15
 abstract:           Object Oriented time objects
 author:
     - Matt Sergeant

Modified: trunk/libtime-piece-perl/Piece.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-piece-perl/Piece.pm?rev=38856&op=diff
==============================================================================
--- trunk/libtime-piece-perl/Piece.pm (original)
+++ trunk/libtime-piece-perl/Piece.pm Sun Jun 28 08:48:55 2009
@@ -1,4 +1,4 @@
-# $Id: Piece.pm 81 2009-05-09 02:31:43Z matt $
+# $Id: Piece.pm 82 2009-06-27 13:20:23Z matt $
 
 package Time::Piece;
 
@@ -22,7 +22,7 @@
     ':override' => 'internal',
     );
 
-our $VERSION = '1.14';
+our $VERSION = '1.15';
 
 bootstrap Time::Piece $VERSION;
 
@@ -835,6 +835,9 @@
 in the main thread to have the desired effect in this case (and you must
 also call _tzset() in the main thread to register the environment change).
 
+Furthermore, remember that this caveat also applies to fork(), which is
+emulated by threads on Win32.
+
 =head1 AUTHOR
 
 Matt Sergeant, matt at sergeant.org

Modified: trunk/libtime-piece-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-piece-perl/debian/changelog?rev=38856&op=diff
==============================================================================
--- trunk/libtime-piece-perl/debian/changelog (original)
+++ trunk/libtime-piece-perl/debian/changelog Sun Jun 28 08:48:55 2009
@@ -1,8 +1,19 @@
-libtime-piece-perl (1.14-2) UNRELEASED; urgency=low
+libtime-piece-perl (1.15-1) unstable; urgency=low
 
+  [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:37:54 +0000
+  [ Salvatore Bonaccorso ]
+  * New upstream release
+  * debian/control:
+    - Add myself to Uploaders 
+    - Bump Build Dependendency on quilt to (>= 0.46-7) to be able to use
+      --with quilt with debhelper (>= 7.0.8).
+    - Bumps Standards-Version to 3.8.2 (no changes)
+  * debian/rules: Minimize the rules file using tiny schema. 
+  * debian/copyright: Update for debian/* packaging. 
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sun, 28 Jun 2009 10:40:05 +0200
 
 libtime-piece-perl (1.14-1) unstable; urgency=low
 

Modified: trunk/libtime-piece-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-piece-perl/debian/control?rev=38856&op=diff
==============================================================================
--- trunk/libtime-piece-perl/debian/control (original)
+++ trunk/libtime-piece-perl/debian/control Sun Jun 28 08:48:55 2009
@@ -4,12 +4,12 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
  gregor herrmann <gregoa at debian.org>, Niko Tyni <ntyni at debian.org>,
- Ryan Niebur <ryanryan52 at gmail.com>
-Standards-Version: 3.8.1
+ Ryan Niebur <ryanryan52 at gmail.com>, Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/Time-Piece/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtime-piece-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtime-piece-perl/
-Build-Depends: debhelper (>= 7.0.50), perl (>= 5.8), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7.0.50), perl (>= 5.8), quilt (>= 0.46-7)
 
 Package: libtime-piece-perl
 Architecture: any

Modified: trunk/libtime-piece-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-piece-perl/debian/copyright?rev=38856&op=diff
==============================================================================
--- trunk/libtime-piece-perl/debian/copyright (original)
+++ trunk/libtime-piece-perl/debian/copyright Sun Jun 28 08:48:55 2009
@@ -21,6 +21,8 @@
  2006, Niko Tyni <ntyni at iki.fi>
  2008, Niko Tyni <ntyni at debian.org>
  2009, Ryan Niebur <ryanryan52 at gmail.com>
+ 2009, Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+ 2009, various members of the Debian Perl Group, cf. debian/changelog
 License: Artistic | GPL-1+
 
 Files: Piece.xs

Modified: trunk/libtime-piece-perl/debian/libtime-piece-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-piece-perl/debian/libtime-piece-perl.docs?rev=38856&op=diff
==============================================================================
--- trunk/libtime-piece-perl/debian/libtime-piece-perl.docs (original)
+++ trunk/libtime-piece-perl/debian/libtime-piece-perl.docs Sun Jun 28 08:48:55 2009
@@ -1,2 +1,1 @@
 README
-

Modified: trunk/libtime-piece-perl/debian/patches/manpage_fix_chars.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-piece-perl/debian/patches/manpage_fix_chars.patch?rev=38856&op=diff
==============================================================================
--- trunk/libtime-piece-perl/debian/patches/manpage_fix_chars.patch (original)
+++ trunk/libtime-piece-perl/debian/patches/manpage_fix_chars.patch Sun Jun 28 08:48:55 2009
@@ -2,7 +2,7 @@
 
 --- a/Seconds.pm
 +++ b/Seconds.pm
-@@ -216,7 +216,7 @@ Matt Sergeant, matt at sergeant.org
+@@ -216,7 +216,7 @@
  
  Tobias Brox, tobiasb at tobiasb.funcom.com
  

Modified: trunk/libtime-piece-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-piece-perl/debian/rules?rev=38856&op=diff
==============================================================================
--- trunk/libtime-piece-perl/debian/rules (original)
+++ trunk/libtime-piece-perl/debian/rules Sun Jun 28 08:48:55 2009
@@ -1,12 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
 %:
-	dh $@
-
-override_dh_auto_configure: $(QUILT_STAMPFN)
-	dh_auto_configure
-
-override_dh_auto_clean: unpatch
-	dh_auto_clean
+	dh --with quilt $@

Modified: trunk/libtime-piece-perl/t/02core.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-piece-perl/t/02core.t?rev=38856&op=diff
==============================================================================
--- trunk/libtime-piece-perl/t/02core.t (original)
+++ trunk/libtime-piece-perl/t/02core.t Sun Jun 28 08:48:55 2009
@@ -47,7 +47,13 @@
 cmp_ok($t->daylight_savings, '==', 0);
 
 # ->tzoffset?
-{
+my $is_pseudo_fork = 0;
+if (defined &Win32::GetCurrentProcessId
+    ? $$ != Win32::GetCurrentProcessId() : $^O eq "MSWin32" && $$ < 0) {
+    $is_pseudo_fork = 1;
+}
+SKIP: {
+    skip "can't register TZ changes in a pseudo-fork", 2 if $is_pseudo_fork;
     local $ENV{TZ} = "EST5";
     Time::Piece::_tzset();  # register the environment change
     my $lt = localtime;




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