Your message dated Sun, 03 Aug 2008 08:39:02 +0100
with message-id <[EMAIL PROTECTED]>
and subject line search-ccsb-0.5-3 uploaded closes bug
has caused the Debian Bug report #473501,
regarding The url in the script is invalid
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
473501: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473501
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
This problem was fixed with the upload of search-ccsb-0.5-3
--- End Message ---