From 6f2041c545aafbb9e532a41e8bb3ab0d04bbce05 Mon Sep 17 00:00:00 2001 From: Seblu Date: Wed, 13 Jul 2011 15:09:13 +0200 Subject: [PATCH] fix debian dependancy to python2.7 --- bin/is | 2 +- debian/control | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/is b/bin/is index 7f95eba..da0dbac 100755 --- a/bin/is +++ b/bin/is @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/python2.7 # -*- coding: utf-8 -*- # Started 30/06/2011 by Seblu diff --git a/debian/control b/debian/control index 5a776cc..25823f1 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: installsystems Section: python Priority: optional Maintainer: Sebastien Luttringer -Build-Depends: debhelper (>= 7), python-central (>= 0.6), cdbs (>= 0.4.50), python-setuptools, python (>=2.7) -XS-Python-Version: >= 2.6 +Build-Depends: debhelper (>= 7), python-central (>= 0.6), cdbs (>= 0.4.50), python-setuptools +XS-Python-Version: >= 2.7 Standards-Version: 3.9.1 Package: installsystems -- GitLab