[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#142001: tag 142001 patch



tag 142001 patch
thanks

The following patch should fix this problem, though it would be
nicer if admin@db.debian.org would fix the names in the
database.

Matt

--- people.pl.orig	Tue Jun 11 08:40:32 2002
+++ people.pl	Tue Jun 11 08:52:10 2002
@@ -462,6 +462,12 @@
 		$homepageurl =~ s,^www,http://www,;
 		# print STDERR $ldap_cn." ".$ldap_sn." ".$homepageurl."\n";
 		$has_package = 0;
+		# canonicalize weird names until admin@db.debian.org fixes them
+		if ($ldap_cn eq "Bjorn" and $ldap_sn eq "Brenander") {
+			$ldap_cn = "Bj\xf6rn";
+		} elsif ($ldap_cn eq "Miroslaw" and $ldap_sn eq "Baran") {
+			$ldap_cn = "Miros/law";
+		}
 		foreach $person (keys %People) {
 			if ($person =~ /(.*):(.*)/) {
 				($firstname,$lastname) = ($2,$1);

Attachment: pgpLrpMdYsS3X.pgp
Description: PGP signature


Reply to: