From b045f64190748b16519bfefc48b58e9e90ed61aa Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Wed, 28 Jun 2017 12:04:55 +0200 Subject: [PATCH] debian packaging --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 13 +++++++++++++ debian/rules | 10 ++++++++++ debian/source/format | 1 + 5 files changed, 30 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..82ab679 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +combo-plugin-nanterre (0-1) unstable; urgency=low + + * initial release + + -- Thomas NOËL Thu, 27 Jun 2017 11:20:30 +0200 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..5fd1265 --- /dev/null +++ b/debian/control @@ -0,0 +1,13 @@ +Source: combo-plugin-nanterre +Maintainer: Thomas NOEL +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. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..a2cd638 --- /dev/null +++ b/debian/rules @@ -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 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)