debian packaging

This commit is contained in:
Thomas NOËL 2017-06-28 12:04:55 +02:00
parent d79946b723
commit b045f64190
5 changed files with 30 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
combo-plugin-nanterre (0-1) unstable; urgency=low
* initial release
-- Thomas NOËL <tnoel@entrouvert.com> Thu, 27 Jun 2017 11:20:30 +0200

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
9

13
debian/control vendored Normal file
View File

@ -0,0 +1,13 @@
Source: combo-plugin-nanterre
Maintainer: Thomas NOEL <tnoel@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), dh-python, python-django
Standards-Version: 3.9.1
Package: python-combo-plugin-nanterre
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-combo
Description: Nanterre plugin
Extension module for the combo content management system,
adding SAGA payment system.

10
debian/rules vendored Executable file
View File

@ -0,0 +1,10 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export PYBUILD_NAME=combo-plugin-nanterre
%:
dh $@ --with python2 --buildsystem=pybuild

1
debian/source/format vendored Normal file
View File

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