Author: jfs
Date: Tue Jul  3 22:58:03 2012
New Revision: 9243

URL: http://svn.debian.org/wsvn/?sc=1&rev=9243
Log:
Remove quotes, make all manpath names alike

Modified:
    man-cgi/man.cgi

Modified: man-cgi/man.cgi
URL: http://svn.debian.org/wsvn/man-cgi/man.cgi?rev=9243&op=diff
==============================================================================
--- man-cgi/man.cgi (original)
+++ man-cgi/man.cgi Tue Jul  3 22:58:03 2012
@@ -206,9 +206,9 @@
         'Debian 4.0 etch',      "$manLocalDir/etch/usr/share/man",
         'Debian 5.0 lenny',     
"$manLocalDir/lenny/usr/share/man:$manLocalDir/lenny-proposed-updates/usr/share/man",
         'Debian 6.0 squeeze',   
"$manLocalDir/squeeze/usr/share/man:$manLocalDir/squeeze-proposed-updates/usr/share/man:$manLocalDir/squeeze-updates/usr/share/man",
-        'Debian testing "wheezy"',   
"$manLocalDir/wheezy/usr/share/man:$manLocalDir/wheezy-proposed-updates/usr/share/man",
+        'Debian testing wheezy',   
"$manLocalDir/wheezy/usr/share/man:$manLocalDir/wheezy-proposed-updates/usr/share/man",
         'Debian experimental',  "$manLocalDir/experimental/usr/share/man",
-        'Debian unstable "sid"',           "$manLocalDir/sid/usr/share/man",
+        'Debian unstable sid',           "$manLocalDir/sid/usr/share/man",
 );
 
 # delete non-existing releases
@@ -230,11 +230,11 @@
         'debian', 'Debian 6.0 squeeze',
         'stable', 'Debian 6.0 squeeze',
         'lenny', 'Debian 5.0 lenny',
-        'testing', 'Debian testing "wheezy"',
-        'wheezy', 'Debian testing "wheezy"',
+        'testing', 'Debian testing wheezy',
+        'wheezy', 'Debian testing wheezy',
         'experimental', 'Debian experimental',
-        'unstable', 'Debian unstable "sid"',
-        'sid', 'Debian unstable "sid"',
+        'unstable', 'Debian unstable sid',
+        'sid', 'Debian unstable sid',
 );
 
 foreach (sort keys %manPathAliases) {


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to