From 6300e6b204a75088e2ae539f91bfec8779a3b191 Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Tue, 12 Jun 2018 14:25:52 +0200 Subject: [PATCH] 1.5.2 packaging --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 16 ++++++++++++++++ debian/rules | 6 ++++++ debian/source/format | 1 + 5 files changed, 29 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..85b7031 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +python-django-watson (1.5.2-0) unstable; urgency=low + + * Initial Release. + + -- Emmanuel Cazenave Tue, 12 June 2018 10: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..317e1c8 --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: python-django-watson +Maintainer: Entr'ouvert +Section: python +Priority: optional +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.7), debhelper (>= 7.4.3), + python-django (>= 1.5) +Standards-Version: 3.9.6 +X-Python-Version: >= 2.7 + +Package: python-django-watson +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, + python (>= 2.7), + python-django (>= 1.8), +Description: Full-text multi-table search application 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)