From 8510f9f26bc5a3b59cc0106e28131fe2774820a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 31 May 2017 10:00:56 +0200 Subject: [PATCH] add debian packaging --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 12 ++++++++++++ debian/rules | 4 ++++ debian/source/format | 1 + 5 files changed, 23 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..e40157b --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +passerelle-imio-extra-fees (0-0) unstable; urgency=low + + * initial packaging. + + -- Frederic Peters Wed, 31 May 2017 09:57:31 +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..56de756 --- /dev/null +++ b/debian/control @@ -0,0 +1,12 @@ +Source: passerelle-imio-extra-fees +Maintainer: Frederic Peters +Section: python +Priority: optional +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.7), debhelper (>= 9), python-django +Standards-Version: 3.9.1 + +Package: python-passerelle-imio-extra-fees +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Description: Passerelle connector to compute extra fees + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..4647c9c --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 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)