Package: search-ccsb
Version: 0.5-2
Severity: important

The script does not work due to a wrong url. This patch provided by
Gonzhausen at
https://bugs.launchpad.net/ubuntu/+source/search-ccsb/+bug/102876 solves
the problem!

--- search-ccsb.old 2007-04-04 15:13:20.000000000 +0200
+++ search-ccsb.neu 2007-04-04 15:13:27.000000000 +0200
@@ -24,7 +24,7 @@
   $Ua = LWP::UserAgent->new;
   $Ua->agent("Mozilla (compatible: LWP $LWP::VERSION)");
  -$res = $Ua->request(POST 'http://liinwww.ira.uka.de/searchbib/index',
[query => $ARGV[0], results => "bibtex"]);
  +$res = $Ua->request(POST 'http://liinwww.ira.uka.de/csbib', [query =>
$ARGV[0], results => "bibtex"]);
   die "Error while getting ", $res->request->uri,
             " -- ", $res->status_line, "\nAborting"
            unless $res->is_success;


Thanks




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to