From 007b612a9cf695edfd29df08b56488cd4c9e1ef6 Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Tue, 24 Apr 2018 18:15:34 +0200 Subject: [PATCH] add debian directory --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 21 +++++++++++++++++++++ debian/rules | 8 ++++++++ 4 files changed, 35 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100755 debian/rules diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..2fbadaf --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +eo-bidon (0.0-1) unstable; urgency=low + + * Initial release + + -- Emmanuel Cazenave Thu, 13 Jun 2013 12:29:42 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..7b225af --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: eo-bidon +Section: python +Priority: optional +Maintainer: Emmanuel Cazenave +Build-Depends: debhelper (>= 8.0.0), + python-django, + python-setuptools (>= 0.6b3), + python-all (>= 2.6.6-3), + dh-systemd +Standards-Version: 3.9.6 +Homepage: https://dev.entrouvert.org/projects/bidon +X-Python-Version: >= 2.7 + +Package: python-eo-bidon +Architecture: all +Depends: ${python:Depends}, + ${misc:Depends}, + python-django (>= 1.7), + python-setuptools, +Description: Entr'ouvert sandox package (python module) + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..83aef84 --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --with python2,systemd