add debian packaging

This commit is contained in:
Frédéric Péters 2020-01-17 11:59:33 +01:00
parent c364325603
commit 841ee285dd
6 changed files with 52 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
xstatic-leaflet-gesturehandling (1.1.8.1-1) unstable; urgency=medium
* Initial upload.
-- Frederic Peters <fpeters@entrouvert.com> Fri, 17 Jan 2020 11:59:46 +0100

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
9

35
debian/control vendored Normal file
View File

@ -0,0 +1,35 @@
Source: xstatic-leaflet-gesturehandling
Maintainer: Frederic Peters <fpeters@entrouvert.com>
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`.

6
debian/rules vendored Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/make -f
export PYBUILD_NAME=xstatic-leaflet-gesturehandling
%:
dh $@ --with python2,python3 --buildsystem=pybuild

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)

4
debian/watch vendored Normal file
View File

@ -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)))