[DebianGIS-dev] r1001 - packages/debian-gis

pere at alioth.debian.org pere at alioth.debian.org
Sat Aug 4 10:22:22 UTC 2007


Author: pere
Date: 2007-08-04 10:22:22 +0000 (Sat, 04 Aug 2007)
New Revision: 1001

Modified:
   packages/debian-gis/build-gis-live
   packages/debian-gis/packages-live
Log:
Use the tasksel tasks for the generic desktop and laptop packages, and make sure to upgrade everything before wrapping up the live image.

Modified: packages/debian-gis/build-gis-live
===================================================================
--- packages/debian-gis/build-gis-live	2007-08-04 10:04:41 UTC (rev 1000)
+++ packages/debian-gis/build-gis-live	2007-08-04 10:22:22 UTC (rev 1001)
@@ -120,15 +120,18 @@
 #!/bin/sh
 # Script executed in the build chroot after the packages are installed.
 
+aptitude dist-upgrade -y
 EOF
 chmod a+rx debian-live/chroot/root/post-install-hook
 
 # Make the package list available
 (
+    tasksel --task-packages kde-desktop
+    tasksel --task-packages desktop
+    tasksel --task-packages laptop
+
     cat packages-live 
 # When the task is available, we can do like this:
-#    tasksel --task-packages kde-desktop
-#    tasksel --task-packages desktop
 #    tasksel --task-packages gis-workstation
 ) | grep -v '#' > debian-live/config/chroot_local-packageslists/packages-live
 

Modified: packages/debian-gis/packages-live
===================================================================
--- packages/debian-gis/packages-live	2007-08-04 10:04:41 UTC (rev 1000)
+++ packages/debian-gis/packages-live	2007-08-04 10:22:22 UTC (rev 1001)
@@ -1,10 +1,4 @@
-# This file should be automatically generated from the tasks files.
-# Generic desktop files
-xserver-xorg
-xorg
-kde
-kdm
-# Debian Gis packages
+# This file should be automatically generated from the Debian Gis tasks files.
 avce00
 e00compr
 earth3d




More information about the Pkg-grass-devel mailing list