]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added dependencies of packages to wiki pages.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 15 Mar 2009 13:22:44 +0000 (14:22 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 15 Mar 2009 13:22:44 +0000 (14:22 +0100)
tools/make-packages

index 0acf545882fad4c179593e93a45a3a31dd044d90..68dfde026eef248c2d39435d7a668afaf08aa10f 100644 (file)
@@ -92,7 +92,7 @@ pkg_info() {
                KVER=$KVER \
                STAGE=$STAGE \
                STAGE_ORDER=$STAGE_ORDER \
-               info
+               info 2>/dev/null
 }
 
 pkg_info_wiki() {
@@ -109,7 +109,8 @@ pkg_info_wiki() {
                echo "| Group:  | $GROUP  |"
                echo "| License:  | $LICENSE  |"
                echo "| Maintainer:  | $MAINTAINER  |"
-               echo "| $DESC ||"
+               echo "| Dependencies: | $(for dep in $DEPS; do echo \"[[$dep]]\"; done) |"
+               echo "| $(echo $DESC) ||"
                echo "| Website:  | $URL  |"
                if [ "$DEBUG" = "yes" ]; then
                        echo "<color red>This is a debug-package.</color>"