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 + +