debian: don't depend on git anymore

This commit is contained in:
Jérôme Schneider 2013-08-09 12:20:10 +02:00
parent 78153fa986
commit 2ccdf402ce
2 changed files with 5 additions and 3 deletions

6
debian/control vendored
View File

@ -2,8 +2,10 @@ Source: python-portail-citoyen-announces
Maintainer: Jérôme Schneider <jschneider@entrouvert.com>
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

2
debian/rules vendored
View File

@ -4,6 +4,6 @@
# Fri, 14 Jun 2013 18:20:44 +0200
%:
dh $@ --with python2 --buildsystem=python_distutils
dh $@ --with python2