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