From ec902f1759ad64f7bcd9d297f5f4c1f3eebf6f63 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 28 Apr 2014 14:33:04 +0200 Subject: [PATCH 1/5] first commit --- changelog | 0 compat | 1 + control | 16 ++++++++++++++++ rules | 6 ++++++ source/format | 1 + 5 files changed, 24 insertions(+) create mode 100644 changelog create mode 100644 compat create mode 100644 control create mode 100755 rules create mode 100644 source/format diff --git a/changelog b/changelog new file mode 100644 index 0000000..e69de29 diff --git a/compat b/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/compat @@ -0,0 +1 @@ +7 diff --git a/control b/control new file mode 100644 index 0000000..842e70c --- /dev/null +++ b/control @@ -0,0 +1,16 @@ +Source: python-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-mellon +Architecture: all +Depends: ${misc:Depends}, + python (>= 2.6), + python-django (>= 1.5) +Description: FIXME + diff --git a/rules b/rules new file mode 100755 index 0000000..bcebae9 --- /dev/null +++ b/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 --buildsystem=python_distutils + + diff --git a/source/format b/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt) From 1911c310b86c92ec800bf3a15c09089c289b623a Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 2 May 2014 19:24:29 +0200 Subject: [PATCH 2/5] start changelog --- changelog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog b/changelog index e69de29..fe80856 100644 --- a/changelog +++ b/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 From 9a59c49f5209ed3932cd10990e39a56d6871e709 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 2 May 2014 19:26:12 +0200 Subject: [PATCH 3/5] change package name to python-django-mellon --- control | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/control b/control index 842e70c..4f361b1 100644 --- a/control +++ b/control @@ -1,16 +1,16 @@ -Source: python-mellon +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) + python-django (>= 1.6) Standards-Version: 3.9.1 X-Python-Version: >= 2.6 -Package: python-mellon +Package: python-django-mellon Architecture: all Depends: ${misc:Depends}, python (>= 2.6), - python-django (>= 1.5) + python-django (>= 1.6) Description: FIXME From 0efc5dda2e23950fed838d8ea69c0bd04b48e174 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 5 May 2014 14:02:33 +0200 Subject: [PATCH 4/5] control: relax dependency on Django --- control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/control b/control index 4f361b1..6931e0e 100644 --- a/control +++ b/control @@ -3,7 +3,7 @@ Maintainer: Entr'ouvert Section: python Priority: optional Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6), debhelper (>= 7.4.3), - python-django (>= 1.6) + python-django (>= 1.5) Standards-Version: 3.9.1 X-Python-Version: >= 2.6 @@ -11,6 +11,6 @@ Package: python-django-mellon Architecture: all Depends: ${misc:Depends}, python (>= 2.6), - python-django (>= 1.6) + python-django (>= 1.5) Description: FIXME From 4bd86775e1216577ee7cf5c756b30793773f6b51 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 5 May 2014 16:24:56 +0200 Subject: [PATCH 5/5] control: add python-lasso dependency --- control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/control b/control index 6931e0e..791359c 100644 --- a/control +++ b/control @@ -11,6 +11,7 @@ Package: python-django-mellon Architecture: all Depends: ${misc:Depends}, python (>= 2.6), - python-django (>= 1.5) -Description: FIXME + python-django (>= 1.5), + python-lasso +Description: SAML authentication for Django