[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. 7327b0a8be73d1b4eba438f96841bddf4ff83be0

Luca Capello luca at pca.it
Wed May 13 06:09:21 UTC 2009


The following commit has been merged in the master branch:
commit db8c9d81701d433594160216941ad300c24e556b
Author: Luca Capello <luca at pca.it>
Date:   Wed May 13 01:35:28 2009 +0200

    install.sh: remove dynamic setting of xserver-xorg-* packages
    
    Because of the new xserver-xorg dependencies on evdev (1:7.4~5)
    and HAL (1:7.4+1), it is now possible to install one single
    xserver-xorg-video-* package without apt-get automatically
    pulling in all the others x-x-video-* or x-x-input-* ones.
    More information are available at
      http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435662#45

diff --git a/install.sh b/install.sh
index 239d769..e2600df 100755
--- a/install.sh
+++ b/install.sh
@@ -86,14 +86,9 @@ CDEBOOTSTRAP_EXTRA_PACKAGES=ifupdown,dropbear,udev,procps,netbase,vim-tiny,modul
 # This gets passed to cdebuildstrap. currently not used
 CDEBOOTSTRAP_EXCLUDE_PACKAGES=hello
 
-intern_unwanted_input="xserver-xorg-input-all- xserver-xorg-input-synaptics- xserver-xorg-input-wacom-"
-intern_unwanted_video="xserver-xorg-video-all- `chroot $INST_DIR apt-cache show xserver-xorg-video-all | grep ^Depends | cut -f2 -d:  | sed -e 's/$/,/'| tr ", " "-\n" | grep ^xserver-xorg-video | sort -u | egrep -v 'intel|fbdev' | tr "\n" " " | tr -d "|" `"
-
+# FSO-specific packages
 FSO_PACKAGES="matchbox-window-manager zhone fso-frameworkd fso-gpsd openmoko-panel-plugin dbus-x11 trayer fso-utils mtd-utils \
-xserver-xorg-video-fbdev xserver-xorg-input-tslib xserver-xorg-core xserver-xorg xterm xinit xfonts-base x11-xserver-utils \
-$intern_unwanted_input  $intern_unwanted_video"
-
-#echo "unwanted video: $intern_unwanted_video"
+xserver-xorg-video-fbdev xserver-xorg-input-tslib xserver-xorg-core xserver-xorg xterm xinit xfonts-base x11-xserver-utils"
 
 # well-suited software for the FreeRunner
 PACKAGES_TASK_GAMES="mokomaze sgt-puzzles"

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list