add debian packaging

This commit is contained in:
Frédéric Péters 2017-09-06 10:20:56 +02:00
parent 29fff99b9c
commit 80e6d1aec6
5 changed files with 25 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
python-authentic2-gnm (0-0) jessie; urgency=low
* Initial release.
-- Frédéric Péters <fpeters@entrouvert.com> Mon, 27 Apr 2017 23:16:28 +0200

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
9

14
debian/control vendored Normal file
View File

@ -0,0 +1,14 @@
Source: python-authentic2-gnm
Maintainer: Frédéric Péters <fpeters@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.7), debhelper (>= 7.4.3)
Standards-Version: 3.9.1
X-Python-Version: >= 2.7
Package: python-authentic2-gnm
Architecture: all
Depends: ${misc:Depends}, python-authentic2
Description: GNM plugin for Authentic
Extension module for authentic with various developments that are
at the moment at least specific to the GNM project.

4
debian/rules vendored Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/make -f
%:
dh $@ --with python2 --buildsystem=python_distutils

1
debian/source/format vendored Normal file
View File

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