Author: adsb
Date: 2009-07-16 20:47:46 +0000 (Thu, 16 Jul 2009)
New Revision: 1924
Modified:
trunk/debian/changelog
trunk/scripts/rmadison.pl
Log:
* rmadison:
+ Add patch from Ubuntu to make lookups against their database work again.
(The server moved from people.ubuntu.com to people.canonical.com)
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-07-16 20:42:43 UTC (rev 1923)
+++ trunk/debian/changelog 2009-07-16 20:47:46 UTC (rev 1924)
@@ -11,6 +11,9 @@
Giunchedi. (Closes: #534585)
+ Add a missing "feel" to the delayed/XX template. Thanks, Raphael
Geissert.
+ * rmadison:
+ + Add patch from Ubuntu to make lookups against their database work again.
+ (The server moved from people.ubuntu.com to people.canonical.com)
-- Adam D. Barratt <[email protected]> Wed, 01 Jul 2009 18:43:43 +0100
Modified: trunk/scripts/rmadison.pl
===================================================================
--- trunk/scripts/rmadison.pl 2009-07-16 20:42:43 UTC (rev 1923)
+++ trunk/scripts/rmadison.pl 2009-07-16 20:47:46 UTC (rev 1924)
@@ -73,7 +73,7 @@
'myon' => "http://qa.debian.org/~myon/madison.php",
'bpo' => "http://www.backports.org/cgi-bin/madison.cgi",
'debug' => "http://debug.debian.net/cgi-bin/madison.cgi",
- 'ubuntu' => "http://people.ubuntu.com/~ubuntu-archive/madison.cgi",
+ 'ubuntu' => "http://people.canonical.com/~ubuntu-archive/madison.cgi",
);
my $default_url = "debian";
@@ -244,7 +244,7 @@
B<debian> or B<qa> http://qa.debian.org/madison.php (the default)
B<bpo> http://www.backports.org/cgi-bin/madison.cgi
B<debug> http://debug.debian.net/cgi-bin/madison.cgi
- B<ubuntu> http://people.ubuntu.com/~ubuntu-archive/madison.cgi
+ B<ubuntu> http://people.canonical.com/~ubuntu-archive/madison.cgi
See the B<RMADISON_URL_MAP_> variable below for a method to add
new shorthands.
--
To unsubscribe, send mail to [email protected].