diff --git a/debian/control b/debian/control index 61d0603..be69330 100644 --- a/debian/control +++ b/debian/control @@ -9,16 +9,11 @@ Homepage: http://leafletjs.com/ Package: python3-xstatic-leaflet Architecture: all Depends: ${misc:Depends}, ${python3:Depends} -Description: Leaflet 1.0.2 (XStatic packaging standard) (Python 3 module) - XStatic-Leaflet - ----------------- +Description: Leaflet XStatic support - Python 3.x + XStatic is a Python web development tool for handling required static data + files from external projects, such as CSS, images, and JavaScript. It provides + a lightweight infrastructure to manage them via Python modules that your app + can depend on in a portable, virtualenv-friendly way instead of using embedded + copies. . - Leaflet javascript library packaged for setuptools (easy_install) / pip. - . - This package is intended to be used by **any** project that needs these files. - . - It intentionally does **not** provide any extra code except some metadata - **nor** has any extra requirements. You MAY use some minimal support code from - the XStatic base package, if you like. - . - You can find more info about the xstatic packaging way in the package `XStatic`. + This package provides Leaflet support as a Python 3.x module.