diff --git a/debian/control b/debian/control index d3542bd..65c4e29 100644 --- a/debian/control +++ b/debian/control @@ -2,17 +2,14 @@ Source: xstatic-leaflet-markercluster Maintainer: Serghei Mihai Section: python Priority: optional -Build-Depends: dh-python, python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9) +Build-Depends: dh-python, python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), python3-setuptools, python3-all, debhelper (>= 9) Standards-Version: 3.9.6 Homepage: https://github.com/Leaflet/Leaflet.markercluster Package: python-xstatic-leaflet-markercluster Architecture: all Depends: ${misc:Depends}, ${python:Depends} -Description: Leaflet-MarkerCluster 1.3.0 (XStatic packaging standard) - XStatic-leaflet.markercluster - ----------------- - . +Description: Leaflet-MarkerCluster (XStatic packaging standard) jquery-leaflet.markercluster javascript library packaged for setuptools (easy_install) / pip. . This package is intended to be used by **any** project that needs these files. @@ -22,6 +19,17 @@ Description: Leaflet-MarkerCluster 1.3.0 (XStatic packaging standard) the XStatic base package, if you like. . You can find more info about the xstatic packaging way in the package `XStatic`. - . - . +Package: python3-xstatic-leaflet-markercluster +Architecture: all +Depends: ${misc:Depends}, ${python3:Depends} +Description: Leaflet-MarkerCluster (XStatic packaging standard) (Python 3 module) + jquery-leaflet.markercluster 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`. diff --git a/debian/rules b/debian/rules index 3e92b39..1ba99ba 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,6 @@ #!/usr/bin/make -f -# This file was automatically generated by stdeb 0.8.5 at -# Mon, 12 Feb 2018 16:39:32 +0100 export PYBUILD_NAME=xstatic-leaflet-markercluster -%: - dh $@ --with python2 --buildsystem=pybuild +%: + dh $@ --with python2,python3 --buildsystem=pybuild diff --git a/xstatic/pkg/leaflet_markercluster/__init__.py b/xstatic/pkg/leaflet_markercluster/__init__.py index c8bdf45..8281bbc 100644 --- a/xstatic/pkg/leaflet_markercluster/__init__.py +++ b/xstatic/pkg/leaflet_markercluster/__init__.py @@ -13,7 +13,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar') VERSION = '1.3.2' # version of the packaged files, please use the upstream # version number -BUILD = '1' # our package build number, so we can release new builds +BUILD = '2' # our package build number, so we can release new builds # with fixes for xstatic stuff. PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi