From 56f884ea6af2e5c5e8a15b33967086fc29e849ec Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 26 Nov 2011 17:06:32 +0100 Subject: [PATCH] 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 --- debian/control | 2 +- grml-x | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: -- 2.1.4