add debian packaging

This commit is contained in:
Frédéric Péters 2018-11-05 21:44:50 +01:00
parent 16e228d29e
commit df281f48b6
6 changed files with 56 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
pywebpush (1.7.0-1) unstable; urgency=low
* source package automatically created by stdeb 0.8.5
-- Frederic Peters <fpeters@entrouvert.com> Sun, 04 Nov 2018 14:59:26 +0100

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
9

37
debian/control vendored Normal file
View File

@ -0,0 +1,37 @@
Source: pywebpush
Maintainer: Frederic Peters <fpeters@entrouvert.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
flake8,
python-all,
python-coverage,
python-http-ece,
python-mock,
python-nose,
python-py-vapid,
python-requests,
python-setuptools,
python-flake8,
python3-all,
python3-coverage,
python3-flake8,
python3-http-ece,
python3-mock,
python3-nose,
python3-py-vapid,
python3-requests,
python3-setuptools
Standards-Version: 3.9.6
Homepage: https://github.com/web-push-libs/pywebpush
Package: python-pywebpush
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: WebPush publication library - Python 2
Package: python3-pywebpush
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: WebPush publication library - Python 3

8
debian/rules vendored Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/make -f
# This file was automatically generated by stdeb 0.8.5 at
# Sun, 04 Nov 2018 14:59:26 +0100
export PYBUILD_NAME=pywebpush
%:
dh $@ --with python2 --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/pywebpush/watch
version=3
opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
http://pypi.debian.net/pywebpush/pywebpush-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))