add debian directory

This commit is contained in:
Emmanuel Cazenave 2018-04-24 18:15:34 +02:00
parent 92f59772fb
commit 007b612a9c
4 changed files with 35 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
eo-bidon (0.0-1) unstable; urgency=low
* Initial release
-- Emmanuel Cazenave <ecazenave@entrouvert.com> Thu, 13 Jun 2013 12:29:42 +0200

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
7

21
debian/control vendored Normal file
View File

@ -0,0 +1,21 @@
Source: eo-bidon
Section: python
Priority: optional
Maintainer: Emmanuel Cazenave <ecazenave@entrouvert.com>
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)

8
debian/rules vendored Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
dh $@ --with python2,systemd