[DebianGIS-dev] r1017 - packages/debian-gis
pere at alioth.debian.org
pere at alioth.debian.org
Mon Aug 6 07:03:29 UTC 2007
Author: pere
Date: 2007-08-06 07:03:29 +0000 (Mon, 06 Aug 2007)
New Revision: 1017
Modified:
packages/debian-gis/build-gis-live
Log:
Add some useful applications and try to get rid of some unwanted ones.
Modified: packages/debian-gis/build-gis-live
===================================================================
--- packages/debian-gis/build-gis-live 2007-08-05 21:39:04 UTC (rev 1016)
+++ packages/debian-gis/build-gis-live 2007-08-06 07:03:29 UTC (rev 1017)
@@ -138,12 +138,27 @@
tasksel --task-packages laptop
else # A minimum desktop
cat <<EOF
+# Get the graphical environment
xorg
xserver-xorg
+# and a desktop with menues
kde-core
menu
menu-xdg
kdm
+# Drop xterm to only have one terminal included in the menues
+xterm-
+# Get some development tools
+cvs
+cvsutils
+cvs2cl
+subversion
+subversion-tools
+bzr
+bzrtools
+less
+# Include tool to make it easier to trim the live CD
+deborphan
EOF
fi
cat packages-live
More information about the Pkg-grass-devel
mailing list