[padre] 03/07: removed fix-mime-test patch

dod at debian.org dod at debian.org
Fri Nov 22 18:42:13 UTC 2013


This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository padre.

commit 98ddbcddfec557df70e70eb6202affa75b67a0af
Author: Dominique Dumont <dod at debian.org>
Date:   Fri Nov 22 19:07:51 2013 +0100

    removed fix-mime-test patch
---
 debian/patches/fix-mime-test | 16 ----------------
 debian/patches/series        |  1 -
 2 files changed, 17 deletions(-)

diff --git a/debian/patches/fix-mime-test b/debian/patches/fix-mime-test
deleted file mode 100644
index 902ac31..0000000
--- a/debian/patches/fix-mime-test
+++ /dev/null
@@ -1,16 +0,0 @@
-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 1673f2d..61814d2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,7 +1,6 @@
 fix-spelling
 disable-tcp-server.patch
 example-interpreter.patch
-fix-mime-test
 no-experimental.patch
 desktop-keywords.patch
 desktop-icon.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/padre.git



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