diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..f3a8c22 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +py-vapid (1.4.0-1) unstable; urgency=low + + * source package automatically created by stdeb 0.8.5 + + -- Frederic Peters Sun, 04 Nov 2018 15:04:54 +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..bab2913 --- /dev/null +++ b/debian/control @@ -0,0 +1,55 @@ +Source: py-vapid +Maintainer: Frederic Peters +Section: python +Priority: optional +Build-Depends: debhelper (>= 9), + dh-python, + flake8, + python-all, + python-coverage, + python-cryptography, + python-flake8, + python-mock, + python-nose, + python-setuptools, + python3-all, + python3-coverage, + python3-cryptography, + python3-flake8, + python3-mock, + python3-nose, + python3-setuptools +Standards-Version: 3.9.6 +Homepage: https://github.com/mozilla-services/vapid + +Package: python-py-vapid +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Description: Simple VAPID header generation library - Python 2 + This minimal library contains the minimal set of functions you need to + generate a VAPID key set and get the headers you'll need to sign a + WebPush subscription update. + . + VAPID is a voluntary standard for WebPush subscription providers (sites + that send WebPush updates to remote customers) to self-identify to Push + Servers (the servers that convey the push notifications). + . + The VAPID "claims" are a set of JSON keys and values. There are two + required fields, one semi-optional and several optional additional + fields. + +Package: python3-py-vapid +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Description: Simple VAPID header generation library - Python 3 + This minimal library contains the minimal set of functions you need to + generate a VAPID key set and get the headers you'll need to sign a + WebPush subscription update. + . + VAPID is a voluntary standard for WebPush subscription providers (sites + that send WebPush updates to remote customers) to self-identify to Push + Servers (the servers that convey the push notifications). + . + The VAPID "claims" are a set of JSON keys and values. There are two + required fields, one semi-optional and several optional additional + fields. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..ae27c4c --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +# This file was automatically generated by stdeb 0.8.5 at +# Sun, 04 Nov 2018 15:04:54 +0100 +export PYBUILD_NAME=py-vapid +%: + 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..1f91cbb --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +# please also check http://pypi.debian.net/py-vapid/watch +version=3 +opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ +http://pypi.debian.net/py-vapid/py-vapid-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) \ No newline at end of file