r32113 - in /trunk/libforks-perl/debian: NEWS changelog control copyright

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Mar 15 15:35:18 UTC 2009


Author: gregoa
Date: Sun Mar 15 15:35:14 2009
New Revision: 32113

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32113
Log:
NEEDS: Acme::Damn

* Add new (build) dependencies on libdevel-symdump-perl and
  libacme-damn-perl.
* Set Standards-Version to 3.8.1 (no changes).
* Add NEWS.Debian to document API changes.
* debian/copyright: update information for ppport.h.

Added:
    trunk/libforks-perl/debian/NEWS
Modified:
    trunk/libforks-perl/debian/changelog
    trunk/libforks-perl/debian/control
    trunk/libforks-perl/debian/copyright

Added: trunk/libforks-perl/debian/NEWS
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforks-perl/debian/NEWS?rev=32113&op=file
==============================================================================
--- trunk/libforks-perl/debian/NEWS (added)
+++ trunk/libforks-perl/debian/NEWS Sun Mar 15 15:35:14 2009
@@ -1,0 +1,17 @@
+libforks-perl (0.31-1) unstable; urgency=low
+
+  0.31 March 14 2009
+	***** Threads API consistency changes *****
+	
+	Module CLONE and CLONE_SKIP functions now are passed package name as first argument.
+
+	When CLONE_SKIP true in package, all objects in child threads are now cleared.  This
+	occurs after fork (unavoidable affect of system fork COW), which hopefully should
+	be portable with all non-perl modules.  Note that arrays and hashes will be emptied,
+	but not converted to undef scalar ref; this differs from ithreads (where all become
+	undef scalar ref).  Patches are welcome.
+	
+	Bumped threads $VERSION to 1.72, threads::shared $VERSION to 1.28 to match
+	version-supported features and behavior.
+
+ -- gregor herrmann <gregoa at debian.org>  Sun, 15 Mar 2009 16:32:27 +0100

Modified: trunk/libforks-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforks-perl/debian/changelog?rev=32113&op=diff
==============================================================================
--- trunk/libforks-perl/debian/changelog (original)
+++ trunk/libforks-perl/debian/changelog Sun Mar 15 15:35:14 2009
@@ -1,6 +1,13 @@
 libforks-perl (0.31-1) UNRELEASED; urgency=low
 
+  NEEDS: Acme::Damn
+  
   * New upstream release.
+  * Add new (build) dependencies on libdevel-symdump-perl and
+    libacme-damn-perl.
+  * Set Standards-Version to 3.8.1 (no changes).
+  * Add NEWS.Debian to document API changes.
+  * debian/copyright: update information for ppport.h.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 15 Mar 2009 16:21:51 +0100
 

Modified: trunk/libforks-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforks-perl/debian/control?rev=32113&op=diff
==============================================================================
--- trunk/libforks-perl/debian/control (original)
+++ trunk/libforks-perl/debian/control Sun Mar 15 15:35:14 2009
@@ -2,17 +2,19 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7), perl, libsys-sigaction-perl (>= 0.11),
- liblist-moreutils-perl (>= 0.15)
+ liblist-moreutils-perl (>= 0.15), libdevel-symdump-perl,
+ libacme-damn-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jeffrey Ratcliffe <Jeffrey.Ratcliffe at gmail.com>,
  gregor herrmann <gregoa at debian.org>
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: http://search.cpan.org/dist/forks/
 
 Package: libforks-perl
 Architecture: any
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
- libsys-sigaction-perl (>= 0.11), liblist-moreutils-perl (>= 0.15)
+ libsys-sigaction-perl (>= 0.11), liblist-moreutils-perl (>= 0.15),
+ libdevel-symdump-perl, libacme-damn-perl
 Description: forks - emulate threads with fork
  The forks.pm module is a drop-in replacement for threads.pm.  It has the
  same syntax as the threads.pm module (it even takes over its namespace) but

Modified: trunk/libforks-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforks-perl/debian/copyright?rev=32113&op=diff
==============================================================================
--- trunk/libforks-perl/debian/copyright (original)
+++ trunk/libforks-perl/debian/copyright Sun Mar 15 15:35:14 2009
@@ -15,9 +15,10 @@
  the GNU General Public License is given in /usr/share/common-licenses/GPL
 
 Files: ppport.h
-Copyright: 2004-2008, Marcus Holland-Moritz.
-Copyright: 2001, Paul Marquess
-Copyright: 1999, Kenneth Albanowski
+Copyright:
+ Version 3.x, Copyright (c) 2004-2009, Marcus Holland-Moritz.
+ Version 2.x, Copyright (C) 2001, Paul Marquess.
+ Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 License: GPL-1+|Artistic
 
 Files: debian/*




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