commit ec902f1759ad64f7bcd9d297f5f4c1f3eebf6f63 Author: Benjamin Dauvergne Date: Mon Apr 28 14:33:04 2014 +0200 first commit 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)