diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..b8f23cb --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +xstatic-leaflet-gesturehandling (1.1.8.1-1) unstable; urgency=medium + + * Initial upload. + + -- Frederic Peters Fri, 17 Jan 2020 11:59:46 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..4df14a4 --- /dev/null +++ b/debian/control @@ -0,0 +1,35 @@ +Source: xstatic-leaflet-gesturehandling +Maintainer: Frederic Peters +Section: python +Priority: optional +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/elmarquis/Leaflet.GestureHandling + +Package: python-xstatic-leaflet-gesturehandling +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Description: Leaflet-GestureHandling (XStatic packaging standard) + jquery-leaflet.gesturehandling 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`. + +Package: python3-xstatic-leaflet-gesturehandling +Architecture: all +Depends: ${misc:Depends}, ${python3:Depends} +Description: Leaflet-GestureHandling (XStatic packaging standard) (Python 3 module) + jquery-leaflet.gesturehandling 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 new file mode 100755 index 0000000..3642f13 --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +export PYBUILD_NAME=xstatic-leaflet-gesturehandling + +%: + dh $@ --with python2,python3 --buildsystem=pybuild diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..594cddd --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +# please also check http://pypi.debian.net/XStatic-Leaflet-GestureHandling/watch +version=3 +opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ +http://pypi.debian.net/XStatic-Leaflet-GestureHandling/XStatic-Leaflet-GestureHandling-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))