[SCM] Packaging of padre perl editor branch, master, updated. debian/0.96+dfsg1-2-27-gf36dc75

Dominique Dumont dod at debian.org
Mon May 6 12:13:42 UTC 2013


The following commit has been merged in the master branch:
commit 79be6b29d33032c32c2c21cf909f25a81e3bbfd6
Author: Dominique Dumont <dod at debian.org>
Date:   Mon May 6 13:56:48 2013 +0200

    added patch to fix mime_test

diff --git a/debian/patches/fix-mime-test b/debian/patches/fix-mime-test
new file mode 100644
index 0000000..902ac31
--- /dev/null
+++ b/debian/patches/fix-mime-test
@@ -0,0 +1,16 @@
+Description: Fix mime test
+ The test tries to check mime stuff when svn is not available. I've patched
+ the SKIP test to be true when svn command is not available.
+Forwarded: yes
+Author: dod
+--- a/t/12_mime.t
++++ b/t/12_mime.t
+@@ -60,7 +60,7 @@
+ 
+ # Detect the mime type using svn metadata
+ SKIP: {
+-	skip( "Not an SVN checkout", 3 ) unless -e '.svn' || !Padre::Util::SVN::local_svn_ver();
++	skip( "Not an SVN checkout", 3 ) unless -e '.svn' and Padre::Util::SVN::local_svn_ver();
+ 
+ 	my $file = catfile( 't', 'perl', 'zerolengthperl' );
+ 	ok( -f $file, "Found zero length perl file $file" );
diff --git a/debian/patches/series b/debian/patches/series
index 3bd0647..9bcde9d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 fix-spelling
 disable-tcp-server.patch
 example-interpreter.patch
+fix-mime-test

-- 
Packaging of padre perl editor



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