r15526 - in /trunk/liblockfile-simple-perl: Simple.pm debian/changelog

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun Feb 24 22:14:51 UTC 2008


Author: dmn
Date: Sun Feb 24 22:14:51 2008
New Revision: 15526

URL: http://svn.debian.org/wsvn/?sc=1&rev=15526
Log:
* Revert the patch to Simple.pm applied to fix #136233 -- warning when not
  using nfs. The new upstream release now takes care to initialize $hostname
  for non-nfs usage too.

Modified:
    trunk/liblockfile-simple-perl/Simple.pm
    trunk/liblockfile-simple-perl/debian/changelog

Modified: trunk/liblockfile-simple-perl/Simple.pm
URL: http://svn.debian.org/wsvn/trunk/liblockfile-simple-perl/Simple.pm?rev=15526&op=diff
==============================================================================
--- trunk/liblockfile-simple-perl/Simple.pm (original)
+++ trunk/liblockfile-simple-perl/Simple.pm Sun Feb 24 22:14:51 2008
@@ -582,7 +582,7 @@
 		return;
 	}
 
-	&{$self->wfunc}("UNLOCKED $file (stale lock by PID $pid)");
+	&{$self->wfunc}("UNLOCKED $file (stale lock by PID $pid$hostname)");
 }
 
 1;

Modified: trunk/liblockfile-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/liblockfile-simple-perl/debian/changelog?rev=15526&op=diff
==============================================================================
--- trunk/liblockfile-simple-perl/debian/changelog (original)
+++ trunk/liblockfile-simple-perl/debian/changelog Sun Feb 24 22:14:51 2008
@@ -1,4 +1,4 @@
-liblockfile-simple-perl (0.206-1) UNRELEASED; urgency=low
+liblockfile-simple-perl (0.206-1) unstable; urgency=low
 
   [ gregor gerrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
@@ -19,8 +19,11 @@
   * Move debhelper from B-D-I to B-D
   * Add myself to Uploaders
   * debian/watch: improved version matching pattern
+  * Revert the patch to Simple.pm applied to fix #136233 -- warning when not
+    using nfs. The new upstream release now takes care to initialize $hostname
+    for non-nfs usage too.
 
- -- Damyan Ivanov <dmn at debian.org>  Sun, 24 Feb 2008 22:49:01 +0200
+ -- Damyan Ivanov <dmn at debian.org>  Mon, 25 Feb 2008 00:07:12 +0200
 
 liblockfile-simple-perl (0.2.5-7) unstable; urgency=low
 




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