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

r10900 - /man-cgi/man.cgi



Author: jfs
Date: Sun Apr 26 20:18:44 2015
New Revision: 10900

URL: http://svn.debian.org/wsvn/?sc=1&rev=10900
Log:
Update the CGI script for the Jessie release and future releases

Modified:
    man-cgi/man.cgi

Modified: man-cgi/man.cgi
URL: http://svn.debian.org/wsvn/man-cgi/man.cgi?rev=10900&op=diff
==============================================================================
--- man-cgi/man.cgi	(original)
+++ man-cgi/man.cgi	Sun Apr 26 20:18:44 2015
@@ -127,7 +127,8 @@
 $manLocalDir = '/srv/manpages.debian.org/extractor/manpages-dists';
 $manFilesDir = '/srv/manpages.debian.org/extractor/manpages-files';
 #$manPathDefault = 'Debian Sid';
-$manPathDefault = 'Debian 7.0 wheezy';
+# DEFAULT manual pages - review for each release
+$manPathDefault = 'Debian 8 jessie';
 
 %locales =
    ( 
@@ -214,7 +215,13 @@
         '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 7.0 wheezy',   "$manLocalDir/wheezy/usr/share/man:$manLocalDir/wheezy-proposed-updates/usr/share/man:$manLocalDir/wheezy-updates/usr/share/man",
-        'Debian testing jessie', "$manLocalDir/jessie/usr/share/man:$manLocalDir/jessie-proposed-updates/usr/share/man",
+        'Debian 8 jessie', "$manLocalDir/jessie/usr/share/man:$manLocalDir/jessie-proposed-updates/usr/share/man",
+        'Debian testing stretch', "$manLocalDir/stretch/usr/share/man:$manLocalDir/stretch-proposed-updates/usr/share/man",
+# Enable when Stretch releases (2017?)
+#        'Debian 9 stretch', "$manLocalDir/stretch/usr/share/man:$manLocalDir/stretch-proposed-updates/usr/share/man",
+# Future releases
+#        'Debian 10 buster', "$manLocalDir/buster/usr/share/man:$manLocalDir/buster-proposed-updates/usr/share/man",
+#        'Debian testing buster', "$manLocalDir/buster/usr/share/man:$manLocalDir/buster-proposed-updates/usr/share/man",
         'Debian unstable sid', "$manLocalDir/sid/usr/share/man",
         'Debian experimental', "$manLocalDir/experimental/usr/share/man"
 );
@@ -238,11 +245,15 @@
         'debian', 'Debian 6.0 squeeze',
         'stable', 'Debian 6.0 squeeze',
         'lenny', 'Debian 5.0 lenny',
-        'testing', 'Debian testing wheezy',
-        'wheezy', 'Debian testing wheezy',
+        'wheezy', 'Debian 7.0 wheezy',
+        'jessie', 'Debian 8 jessie',
+        'stretch', 'Debian testing stretch',
+        'testing', 'Debian testing stretch',
+# Future releases
+#        'buster', 'Debian testing buster',
+        'sid', 'Debian unstable sid',
+        'unstable', 'Debian unstable sid',
         'experimental', 'Debian experimental',
-        'unstable', 'Debian unstable sid',
-        'sid', 'Debian unstable sid',
 );
 
 foreach (sort keys %manPathAliases) {


Reply to: