[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#920244: cdimage.debian.org: Please add LXQt and Standard builds for live Buster images



Package: cdimage.debian.org
Severity: wishlist
Tags: patch

Debian Images Team,

Now that live-tasks includes live-task-lxqt and live-task-standard,
please add LXQt and Standard builds for live Buster images.

This would fix Bug #876428 - No 'standard' image of Debian-Live:
	https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876428

Untested patch for live-setup/available/run-30live-wrapper is attached.

Thank you!
Daniel Lewart
--- a/available/run-30live-wrapper	2019-01-12 03:58:15.000000000 -0600
+++ b/available/run-30live-wrapper	2019-01-23 00:00:00.000000000 -0600
@@ -30,9 +30,12 @@
 
 if [ "$BUILDS"x = ""x ] ; then
     case "$CODENAME" in
-	stretch|buster)
+	stretch)
 	    BUILDS="cinnamon gnome kde lxde mate xfce"
 	    ;;
+	buster)
+	    BUILDS="cinnamon gnome kde lxde lxqt mate standard xfce"
+	    ;;
 	*)
 	    log "  ABORTING: Don't know what to build for \"$CODENAME\""
 	    exit 1

Reply to: