- Create subpackages for opensearch and woffle as they have different dependencies, with opensearch disabled due to dependencies not in factory - Fix elvi phpdoc which wasnt executable - Add missing dependencies - Activate the tests. While they mostly fail due to no internet, they are useful to spot missing dependencies. - Remove two elvi which depend on apt-cache, suited for Debian systems - Remove /etc/xdg from directories owned by this package OBS-URL: https://build.opensuse.org/request/show/694894 OBS-URL: https://build.opensuse.org/package/show/network:utilities/surfraw?expand=0&rev=11
14 lines
469 B
Diff
14 lines
469 B
Diff
Index: surfraw-2.3.0/test/runtests
|
|
===================================================================
|
|
--- surfraw-2.3.0.orig/test/runtests
|
|
+++ surfraw-2.3.0/test/runtests
|
|
@@ -160,7 +160,7 @@ sub testelvis
|
|
my $response=$ua->get($url);
|
|
unless($response->is_success)
|
|
{
|
|
- print "FAIL: Get failed: ",$response->status_line;
|
|
+ print "FAIL: Get '", $url, "' failed: ",$response->status_line;
|
|
if($response->code =~/^[45]/)
|
|
{
|
|
push(@results,$FAIL);
|