diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..f167eca --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +django-cachalot (1.5.0-0) unstable; urgency=low + + * source package automatically created by stdeb 0.6.0+git + + -- Benjamin Dauvergne Fri, 23 Jun 2017 00:09:48 +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..6dd754e --- /dev/null +++ b/debian/control @@ -0,0 +1,12 @@ +Source: django-cachalot +Maintainer: Benjamin Dauvergne +Section: python +Priority: optional +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7) +Standards-Version: 3.9.1 + +Package: python-django-cachalot +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Description: Caches your Django ORM queries and automatically invalidates them. + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..7ebde00 --- /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 Mar 2014 00:09:48 +0100 + +%: + 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)