1.6.2 packaging

This commit is contained in:
Guillaume Baffoin 2022-09-16 10:02:34 +02:00
parent 1ad7ac9781
commit fc5fc95fb5
3 changed files with 8 additions and 8 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
python-django-watson (1.6.2-0) unstable; urgency=low
* V1.6.2 Release.
-- Guillaume Baffoin <gbaffoin@entrouvert.com> Fri, 16 Sep 2022 09:52:00 +0200
python-django-watson (1.5.2-0) unstable; urgency=low
* Initial Release.

8
debian/control vendored
View File

@ -2,15 +2,9 @@ Source: python-django-watson
Maintainer: Entr'ouvert <info@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools, python-all, debhelper (>= 10), dh-python, python-django, python3-setuptools, python3-all, python3-django
Build-Depends: python-setuptools, python-all, debhelper (>= 10), dh-python, python3-setuptools, python3-all, python3-django
Standards-Version: 3.9.6
Package: python-django-watson
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
python-django (>= 1.8),
Description: Full-text multi-table search application for Django
Package: python3-django-watson
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},

2
debian/rules vendored
View File

@ -4,4 +4,4 @@ export PYBUILD_NAME=django-watson
export PYBUILD_DISABLE=test
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild