From 2ccdf402ce98f67f4faee53d9ecfc9b6cfd93f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Fri, 9 Aug 2013 12:20:10 +0200 Subject: [PATCH] debian: don't depend on git anymore --- debian/control | 6 ++++-- debian/rules | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 35f83fa..bef4e2f 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,10 @@ Source: python-portail-citoyen-announces Maintainer: Jérôme Schneider Section: python Priority: optional -Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 8.0), - python-django (>= 1.5), git +Build-Depends: python-setuptools (>= 0.6b3), + python-all (>= 2.6.6-3), + debhelper (>= 8.0), + python-django (>= 1.5) Standards-Version: 3.9.1 X-Python-Version: >= 2.6 diff --git a/debian/rules b/debian/rules index cde1013..53bbd90 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,6 @@ # Fri, 14 Jun 2013 18:20:44 +0200 %: - dh $@ --with python2 --buildsystem=python_distutils + dh $@ --with python2