debian: new upstream, move manage.py to /usr/lib

This commit is contained in:
Jérôme Schneider 2013-06-18 18:32:24 +02:00
parent b4f2cf22cf
commit 10ae97eff8
4 changed files with 11 additions and 2 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
compte-agglo-montpellier (0.1.68.g3e20239-1) stable; urgency=low
* update to last master commit
* move manage.py to /usr/lib/compte-agglo-montpellier :
http://wiki.debian.org/DjangoPackagingDraft
-- Jérôme Schneider <jschneider@entrouvert.com> Tue, 18 Jun 2013 18:30:00 +0200
compte-agglo-montpellier (0.1.63.g2a718a6-2) stable; urgency=low
* replace ENGINE by DATABASE_ENGINE in configuration

View File

@ -9,4 +9,4 @@ if [ -f /etc/compte-agglo-montpellier/compte-agglo-montpellier.conf ]; then
. /etc/compte-agglo-montpellier/compte-agglo-montpellier.conf
fi
/var/lib/compte-agglo-montpellier/manage.py $*
/usr/lib/compte-agglo-montpellier/manage.py $*

1
debian/dirs vendored
View File

@ -1,3 +1,4 @@
usr/lib/compte-agglo-montpellier
var/lib/compte-agglo-montpellier/media
var/lib/compte-agglo-montpellier/static
var/lib/compte-agglo-montpellier/extra-static

2
debian/rules vendored
View File

@ -17,6 +17,6 @@ override_dh_auto_build:
override_dh_auto_install:
git status
dh_auto_install
mv $(d)/usr/bin/compte-agglo-montpellier $(d)/var/lib/compte-agglo-montpellier/manage.py
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