r34171 - in /trunk/libparanoid-perl: debian/README.source t/10_log_email.t

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Apr 26 18:16:28 UTC 2009


Author: gregoa
Date: Sun Apr 26 18:16:23 2009
New Revision: 34171

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34171
Log:
add debian/README.source
un-apply patch

Added:
    trunk/libparanoid-perl/debian/README.source
Modified:
    trunk/libparanoid-perl/t/10_log_email.t

Added: trunk/libparanoid-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparanoid-perl/debian/README.source?rev=34171&op=file
==============================================================================
--- trunk/libparanoid-perl/debian/README.source (added)
+++ trunk/libparanoid-perl/debian/README.source Sun Apr 26 18:16:23 2009
@@ -1,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Modified: trunk/libparanoid-perl/t/10_log_email.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparanoid-perl/t/10_log_email.t?rev=34171&op=diff
==============================================================================
--- trunk/libparanoid-perl/t/10_log_email.t (original)
+++ trunk/libparanoid-perl/t/10_log_email.t Sun Apr 26 18:16:23 2009
@@ -14,7 +14,9 @@
 my $rv;
 
 SKIP: {
-    skip( 'Not running mailing tests', 14 );
+    skip( 'Net::SMTP not found', 14 )
+        unless loadModule('Paranoid::Log::Email')
+            and exists $ENV{USER};
 
     # Bad mailhost, should fail
     ok( enableFacility(




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