diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..fe80856 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +python-django-mellon (1.2.0-0) unstable; urgency=low + + * Initial Release. + + -- Benjamin Dauvergne Fri, 2 May 2014 19:23:43 +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..791359c --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: python-django-mellon +Maintainer: Entr'ouvert +Section: python +Priority: optional +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6), debhelper (>= 7.4.3), + python-django (>= 1.5) +Standards-Version: 3.9.1 +X-Python-Version: >= 2.6 + +Package: python-django-mellon +Architecture: all +Depends: ${misc:Depends}, + python (>= 2.6), + python-django (>= 1.5), + python-lasso +Description: SAML authentication for Django + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..bcebae9 --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 --buildsystem=python_distutils + + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)