From: Michael Prokop Date: Sat, 26 Nov 2011 16:06:32 +0000 (+0100) Subject: Depend on python-minimal instead of python2.7 and use python in shebang X-Git-Tag: v0.6.7~2 X-Git-Url: http://git.grml.org/?p=grml-x.git;a=commitdiff_plain;h=56f884ea6af2e5c5e8a15b33967086fc29e849ec Depend on python-minimal instead of python2.7 and use python in shebang We don't want to explicitely cut of Debian/stable support, so relax dependencies a bit. Acked-by: Christian Hofstaedtler --- diff --git a/debian/control b/debian/control index cac1bc5..d7cf2bb 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Bugs: mailto:bugs@grml.org Package: grml-x Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg | xserver, sudo, x11-xkb-utils, x11-xserver-utils, xauth, xinit, python2.7 +Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg | xserver, sudo, x11-xkb-utils, x11-xserver-utils, xauth, xinit, python-minimal Recommends: fluxbox | x-window-manager, x11-utils, xcursor-themes, xfonts-base, xserver-xorg-input-all, xserver-xorg-input-kbd, xserver-xorg-input-vmmouse, xserver-xorg-video-all, xterm | x-terminal-emulator, grml-etc-core Suggests: xfonts-100dpi, xfonts-75dpi, fonts-ttf-west-european, xfonts-base-transcoded Description: wrapper for startx for running X Window System diff --git a/grml-x b/grml-x index 554c2d2..968c62d 100755 --- a/grml-x +++ b/grml-x @@ -1,4 +1,4 @@ -#!/usr/bin/python2.7 +#!/usr/bin/python # -*- coding: utf-8 -*- # vim: set et ts=4: