debian packaging

This commit is contained in:
Frédéric Péters 2018-11-04 15:39:16 +01:00
parent e57addd4f4
commit 538dfceb66
6 changed files with 54 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
http-ece (1.0.5-1) unstable; urgency=low
* source package automatically created by stdeb 0.8.5
-- Frederic Peters <fpeters@debian.org> Sun, 04 Nov 2018 15:36:43 +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: http-ece
Maintainer: Frederic Peters <fpeters@debian.org>
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/martinthomson/encrypted-content-encoding
Package: python-http-ece
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Encrypted Content Encoding for HTTP - Python 2
Encipher HTTP Messages
Package: python3-http-ece
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Encrypted Content Encoding for HTTP - Python 3
Encipher HTTP Messages

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 15:36:43 +0100
export PYBUILD_NAME=http-ece
%:
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/http_ece/watch
version=3
opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
http://pypi.debian.net/http_ece/http_ece-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))