From d2007cf78e9eac41bec00e46b3f0b9dd937b1d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Fri, 14 Jun 2013 18:46:25 +0200 Subject: [PATCH] Debian: initial release --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 14 ++++++++++++++ debian/rules | 9 +++++++++ 4 files changed, 29 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..7abe0c3 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +python-portail-citoyen-announces (0.1.4.g5df09fa-1) unstable; urgency=low + + * Initial release ... + + -- Jérôme Schneider Fri, 14 Jun 2013 18:20:44 +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..c6d8dcb --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: python-portail-citoyen-announces +Maintainer: Jérôme Schneider +Section: python +Priority: optional +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 8.0), + python-django (>= 1.5) +Standards-Version: 3.9.1 +X-Python-Version: >= 2.6 + +Package: python-portail-citoyen-announces +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Description: Announce system for portail-citoyen + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..cde1013 --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +# This file was automatically generated by stdeb 0.6.0+git at +# Fri, 14 Jun 2013 18:20:44 +0200 + +%: + dh $@ --with python2 --buildsystem=python_distutils + +