summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2013-02-04 22:59:44 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2013-02-04 22:59:44 +0100
commit32dc52d8194afd9454990ab3ec21ab2f152121d2 (patch)
tree48c7a3dc7585a3e002a5fec75505c1872c4c58fb /debian/control
parentc1849fefc55b9cfa6a2df55ad9aec92560d1c05d (diff)
downloadChimère-2.0.0.tar.bz2
Chimère-2.0.0.zip
Fixes for debian packagingv2.0.0
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control15
1 files changed, 4 insertions, 11 deletions
diff --git a/debian/control b/debian/control
index 2dc9e52..0dc442c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,9 @@ Source: python-django-chimere
Section: python
Priority: optional
Maintainer: Étienne Loks <etienne.loks@peacefrogs.net>
-Build-Depends: debhelper (>= 8.0.0)
+Build-Depends: debhelper (>= 8.0.0),
+ python | python-all | python-dev | python-all-dev,
+ python-sphinx (>= 1.0.7+dfsg) | python3-sphinx
Standards-Version: 3.9.3
Homepage: http://pypi.python.org/pypi/chimere
#Vcs-Git: git://git.debian.org/collab-maint/python-django-chimere.git
@@ -33,8 +35,7 @@ Description: collaborative and thematic maps application for Django
layer. This software aims to create online collaborative and thematic
maps. Content (multimedia, text) are associated to basic geographic
items (Point Of Interest, routes). Adds on the map are open to everybody
- with no authentification but are moderated by a team in charge of the
- map.
+ with no authentication but are moderated by a team in charge of the map.
.
Main features:
* Display (by default) of the mapnik OpenStreetMap layer.
@@ -53,11 +54,3 @@ Description: collaborative and thematic maps application for Django
* Configuration of map layers in administration interface.
* Import and export of data from/to various formats: ShapeFile, KML, GeoRSS
(import only), CSV and OpenStreetMap.
-
-Package: python-django-chimere-docs
-Architecture: all
-Section: doc
-Depends: ${sphinxdoc:Depends}, ${misc:Depends}
-Description: python-django-chimere documentation
- This package documents the use and customization of the collaborative and
- thematic maps application for Django Chimère.