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

abe pushed a commit to branch master
in repository libnmap-parser-perl.

commit 7390d9bd7738709aa8b4d64c29e9285c7932791f
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Wed Nov 9 22:49:30 2016 +0100

    Remove sole patch
    
    No more applies due to massive code changes.
---
 debian/changelog                                   |  1 +
 .../patches/dont-run-parsescan-in-testsuite.patch  | 30 ----------------------
 debian/patches/series                              |  1 -
 3 files changed, 1 insertion(+), 31 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 850b365..323c38d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ libnmap-parser-perl (1.31-1) UNRELEASED; urgency=medium
     + Extract sole patch against t/scanner.t.
   * Import upstream version 1.31
     + Update packaging with regards to changed upstream file names.
+    + Remove sole patch. No more applies due to massive code changes.
 
  -- Axel Beckert <a...@debian.org>  Wed, 09 Nov 2016 22:43:34 +0100
 
diff --git a/debian/patches/dont-run-parsescan-in-testsuite.patch 
b/debian/patches/dont-run-parsescan-in-testsuite.patch
deleted file mode 100644
index d045432..0000000
--- a/debian/patches/dont-run-parsescan-in-testsuite.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Description: Don't run parsescan in test suite
-Author: Joshua D. Abraham <ja...@ccs.neu.edu>
-
---- libnmap-parser-perl-1.05.orig/t/scanner.t
-+++ libnmap-parser-perl-1.05/t/scanner.t
-@@ -5,7 +5,7 @@
- use blib;
- use File::Spec;
- use Cwd;
--use Test::More tests => 3;
-+use Test::More tests => 2;
- use constant IP => '127.0.0.1';
- 
- use Nmap::Parser;
-@@ -19,7 +19,7 @@
- skip '[Nmap-Parser] Could not find nmap executable in path',2 if($nmap_path 
eq '');
- ok($nmap_path,"Exe Path: $nmap_path");
- skip "[Nmap-Parser] No self scanning with MSWin32",1 if($^O eq 'MSWin32' || 
$^O =~ /cygwin/);
--ok($np->parsescan($nmap_path,'',IP),'Running parsescan against '.IP);
-+#ok($np->parsescan($nmap_path,'',IP),'Running parsescan against '.IP);
- }
- 
- 
-@@ -50,4 +50,4 @@
-         }
-     }
- 
--}
-\ No newline at end of file
-+}
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 16d7ec4..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-dont-run-parsescan-in-testsuite.patch

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to