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