diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..d76d620 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +django-filter (0.11.0-0) wheezy-eobuilder; urgency=low + + * Initial package + + -- Benjamin Dauvergne Thu, 12 Oct 2015 21:00:32 +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..aa4f74b --- /dev/null +++ b/debian/control @@ -0,0 +1,12 @@ +Source: django-filter +Maintainer: Entr'ouvert +Section: python +Priority: optional +Build-Depends: python-setuptools (>= 0.6b3), python3-setuptools, python-all (>= 2.6.6-3), python3-all, debhelper (>= 7) +Standards-Version: 3.9.1 +X-Python-Version: >= 2.7 + +Package: python-django-filters +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.4.5) +Description: Django-filter is a reusable Django application for allowing users to filter querysets dynamically. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..7bf6077 --- /dev/null +++ b/debian/rules @@ -0,0 +1,5 @@ +#!/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) diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 0000000..bcc4bbb --- /dev/null +++ b/debian/source/options @@ -0,0 +1 @@ +extend-diff-ignore="\.egg-info$" \ No newline at end of file