minor fixes
[distro-setup] / distro-begin
index 222eb5ceca2ece5b8b9cccacce59bac8368b051e..17b45c239db7e0b1b0524d9c17861aef07d550ad 100755 (executable)
@@ -371,7 +371,12 @@ case $(distro-name) in
         ;;&
     ubuntu|debian)
         if has_x; then
-            pi xmacro gtk-redshift xinput
+            if isdebian-stable; then
+                pi xmacro
+            else
+                pi xmacro/unstable # has no unstable deps
+            fi
+            pi gtk-redshift xinput
         fi
         ;;&
     fedora)