[debian-edu-commits] r82608 - trunk/src/archive/archivestatus/bin

holger at alioth.debian.org holger at alioth.debian.org
Sun Oct 13 13:53:39 UTC 2013


Author: holger
Date: 2013-10-13 13:53:39 +0000 (Sun, 13 Oct 2013)
New Revision: 82608

Modified:
   trunk/src/archive/archivestatus/bin/needs_love
Log:
move link up

Modified: trunk/src/archive/archivestatus/bin/needs_love
===================================================================
--- trunk/src/archive/archivestatus/bin/needs_love	2013-10-13 05:03:54 UTC (rev 82607)
+++ trunk/src/archive/archivestatus/bin/needs_love	2013-10-13 13:53:39 UTC (rev 82608)
@@ -367,6 +367,7 @@
         echo -n "Source packages in Debian Edu ${SUITE}-test local: $SUITETESTNR, number of identical packages in percent: " 
 	echo "scale=5 ; ( $MAINNR - $SUITETESTNR ) / $MAINNR * 100 "|bc
 	echo "</p>"
+	echo "<p>There are <a href="needs_love.html">reports for other Debian Edu suites</a> as well.</p>"
 	echo "<hr />"
 fi
 if [ "$SECURITY_NEWER_THAN_STABLE" ] || [ "$STABLE_NEWER_THAN_SECURITY" ] || [ "$SECURITY_NEWER_THAN_STABLE_TEST" ] || [ "$STABLE_TEST_NEWER_THAN_SECURITY" ] ; then
@@ -418,9 +419,6 @@
 ENDTIME=$(date +%s)
 DIFFTIME=$(( $ENDTIME - $STARTTIME ))
 cat <<EOF
-<h2>Other Debian Edu suites>/h2>
-<p>There are <a href="needs_love.html">reports for other Debian Edu suites</a> as well.</p>
-<h2>Some hints for better understanding the above</h2>
 <ul>
 <li>more than 99% of the packages in Debian-Edu come from Debian, above you find a accurate percentage for the number of source packages (but not for the lines of code...)</li>
 <li>debian-${SUITE} means Debian ${SUITE} main. contrib and non-free are not taken into consideration</li>




More information about the debian-edu-commits mailing list