r51943 - in /trunk/libprpc-perl/debian: changelog patches/disable_syslog.patch patches/disable_tests.patch patches/series

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jan 31 15:15:09 UTC 2010


Author: gregoa
Date: Sun Jan 31 15:15:02 2010
New Revision: 51943

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51943
Log:
rename disable_tests.patch to disable_syslog.patch

Added:
    trunk/libprpc-perl/debian/patches/disable_syslog.patch
Removed:
    trunk/libprpc-perl/debian/patches/disable_tests.patch
Modified:
    trunk/libprpc-perl/debian/changelog
    trunk/libprpc-perl/debian/patches/series

Modified: trunk/libprpc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libprpc-perl/debian/changelog?rev=51943&op=diff
==============================================================================
--- trunk/libprpc-perl/debian/changelog (original)
+++ trunk/libprpc-perl/debian/changelog Sun Jan 31 15:15:02 2010
@@ -8,7 +8,7 @@
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
-  * Split out changes to test suite into disable_tests.patch. Update to
+  * Split out changes to test suite into disable_syslog.patch. Update to
     disable using syslog instead of completely disabling the tests.
   * Add build dependency on netbase.
   * Move perl from Build-Depends to Build-Depends-Indep.

Added: trunk/libprpc-perl/debian/patches/disable_syslog.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libprpc-perl/debian/patches/disable_syslog.patch?rev=51943&op=file
==============================================================================
--- trunk/libprpc-perl/debian/patches/disable_syslog.patch (added)
+++ trunk/libprpc-perl/debian/patches/disable_syslog.patch Sun Jan 31 15:15:02 2010
@@ -1,0 +1,78 @@
+Author: Christian Hammers <ch at debian.org>
+Description: Skipping tests as there is no running syslog in the autobuilder
+environment.
+Bug-Debian: http://bugs.debian.org/262421
+
+Author: gregor herrmann <gregoa at debian.org>
+Description: remove the syslogging instead of disabling the tests
+
+--- a/t/client.t
++++ b/t/client.t
+@@ -41,12 +41,6 @@
+ 
+     $SIG{'PIPE'} = sub { print STDERR "Got signal PIPE.\n"; };
+ 
+-    if (defined(&Sys::Syslog::setlogsock)  &&
+-	defined(&Sys::Syslog::_PATH_LOG)) {
+-        Sys::Syslog::setlogsock('unix');
+-    }
+-    Sys::Syslog::openlog('client.t', 'pid', 'daemon');
+-
+     #
+     #   We'd prefer to do the following as part of the Server()
+     #   function. This would be fine, if we'd bind on a well
+--- a/t/noStorableOo.t
++++ b/t/noStorableOo.t
+@@ -42,12 +42,6 @@
+ 
+     $SIG{'PIPE'} = sub { print STDERR "Got signal PIPE.\n"; };
+ 
+-    if (defined(&Sys::Syslog::setlogsock)  &&
+-	defined(&Sys::Syslog::_PATH_LOG)) {
+-        Sys::Syslog::setlogsock('unix');
+-    }
+-    Sys::Syslog::openlog('client.t', 'pid', 'daemon');
+-
+     #
+     #   We'd prefer to do the following as part of the Server()
+     #   function. This would be fine, if we'd bind on a well
+--- a/t/encrypt.t
++++ b/t/encrypt.t
+@@ -57,12 +57,6 @@
+ 
+     $SIG{'PIPE'} = sub { print STDERR "Got signal PIPE.\n"; };
+ 
+-    if (defined(&Sys::Syslog::setlogsock)  &&
+-	defined(&Sys::Syslog::_PATH_LOG)) {
+-        Sys::Syslog::setlogsock('unix');
+-    }
+-    Sys::Syslog::openlog('client.t', 'pid', 'daemon');
+-
+     #
+     #   We'd prefer to do the following as part of the Server()
+     #   function. This would be fine, if we'd bind on a well
+--- a/t/lib.pl
++++ b/t/lib.pl
+@@ -36,7 +36,6 @@
+ use RPC::pServer;
+ use RPC::pClient;
+ use IO::Socket();
+-use Sys::Syslog();
+ 
+ 
+ ############################################################################
+--- a/t/noStorableOoEnc.t
++++ b/t/noStorableOoEnc.t
+@@ -58,12 +58,6 @@
+ 
+     $SIG{'PIPE'} = sub { print STDERR "Got signal PIPE.\n"; };
+ 
+-    if (defined(&Sys::Syslog::setlogsock)  &&
+-	defined(&Sys::Syslog::_PATH_LOG)) {
+-        Sys::Syslog::setlogsock('unix');
+-    }
+-    Sys::Syslog::openlog('client.t', 'pid', 'daemon');
+-
+     #
+     #   We'd prefer to do the following as part of the Server()
+     #   function. This would be fine, if we'd bind on a well

Modified: trunk/libprpc-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libprpc-perl/debian/patches/series?rev=51943&op=diff
==============================================================================
--- trunk/libprpc-perl/debian/patches/series (original)
+++ trunk/libprpc-perl/debian/patches/series Sun Jan 31 15:15:02 2010
@@ -1,3 +1,3 @@
-disable_tests.patch
+disable_syslog.patch
 spelling.patch
 crypt.patch




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