debian: move to source format 3.0 and remove git build dependency

This commit is contained in:
Jérôme Schneider 2013-08-09 17:42:58 +02:00
parent 41e027a795
commit 8a59d4c268
3 changed files with 3 additions and 12 deletions

2
debian/control vendored
View File

@ -1,5 +1,5 @@
Source: compte-agglo-montpellier
Maintainer: Benjamin Dauvergne <info@entrouvert.com>
Maintainer: Jérôme Schneider <info@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3),

12
debian/rules vendored
View File

@ -3,19 +3,9 @@
d=$(CURDIR)/debian/compte-agglo-montpellier
%:
dh $@ --with python2 --buildsystem=python_distutils
# FIXME: remove this overrides when we will have a clean upstream branch
override_dh_auto_clean:
git status
dh_auto_clean
override_dh_auto_build:
git status
dh_auto_build
dh $@ --with python2
override_dh_auto_install:
git status
dh_auto_install
mv $(d)/usr/bin/compte-agglo-montpellier $(d)/usr/lib/compte-agglo-montpellier/manage.py
cp $(CURDIR)/debian/compte-agglo-montpellier.sh $(d)/usr/bin/compte-agglo-montpellier

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)