Your message dated Sat, 10 Nov 2018 10:42:56 +0000 with message-id <1541846576.3542.38.camel@adam-barratt.org.uk> and subject line Closing bugs for updates included in 9.6 has caused the Debian Bug report #910821, regarding stretch-pu: package python-django/1:1.10.7-2+deb9u3 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 910821: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=910821 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: stretch-pu: package python-django/1:1.10.7-2+deb9u3
- From: Chris Lamb <lamby@debian.org>
- Date: Thu, 11 Oct 2018 19:09:26 +0100
- Message-id: <1539281366.717436.1538887904.17DDDAC6@webmail.messagingengine.com>
Package: release.debian.org Severity: normal Tags: stretch User: release.debian.org@packages.debian.org Usertags: pu Dear stable release managers, Please consider python-django (1:1.10.7-2+deb9u3) for stretch: python-django (1:1.10.7-2+deb9u3) stretch; urgency=medium * Default to supporting Spatialite >= 4.2. (Closes: #910240) The full diff is attached. Regards, -- ,''`. : :' : Chris Lamb `. `'` lamby@debian.org / chris-lamb.co.uk `-diff --git a/debian/changelog b/debian/changelog index 17c90124e..b1c56f7c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-django (1:1.10.7-2+deb9u3) stretch; urgency=medium + + * Default to supporting Spatialite >= 4.2. (Closes: #910240) + + -- Chris Lamb <lamby@debian.org> Thu, 11 Oct 2018 18:47:12 +0100 + python-django (1:1.10.7-2+deb9u2) stretch-security; urgency=high * Non-maintainer upload by the Security Team. diff --git a/debian/patches/0006-Default-to-supporting-Spatialite-4.2.patch b/debian/patches/0006-Default-to-supporting-Spatialite-4.2.patch new file mode 100644 index 000000000..6c92929a2 --- /dev/null +++ b/debian/patches/0006-Default-to-supporting-Spatialite-4.2.patch @@ -0,0 +1,28 @@ +From: Chris Lamb <lamby@debian.org> +Date: Thu, 4 Oct 2018 09:58:58 +0100 +Subject: Default to supporting Spatialite 4.2 + +See, for example: + + https://www.gaia-gis.it/fossil/libspatialite/wiki?name=mod_spatialite + +... and: + + https://docs.djangoproject.com/en/2.1/ref/contrib/gis/install/spatialite/#installing-spatialite +--- + django/contrib/gis/db/backends/spatialite/base.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/django/contrib/gis/db/backends/spatialite/base.py b/django/contrib/gis/db/backends/spatialite/base.py +index 1f03868..6d0d631 100644 +--- a/django/contrib/gis/db/backends/spatialite/base.py ++++ b/django/contrib/gis/db/backends/spatialite/base.py +@@ -35,7 +35,7 @@ class DatabaseWrapper(SQLiteDatabaseWrapper): + # cannot be found by `ctypes.util.find_library`), then it may be set + # manually in the settings via the `SPATIALITE_LIBRARY_PATH` setting. + self.spatialite_lib = getattr(settings, 'SPATIALITE_LIBRARY_PATH', +- find_library('spatialite')) ++ 'mod_spatialite') + if not self.spatialite_lib: + raise ImproperlyConfigured('Unable to locate the SpatiaLite library. ' + 'Make sure it is in your library path, or set ' diff --git a/debian/patches/series b/debian/patches/series index 0b2048f8f..6ccbb746a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -7,3 +7,4 @@ fix-test-middleware-classes-headers.patch 0014-CVE-2018-7537.patch 0015-CVE-2018-14574.patch 0016-CVE-2017-12794.patch +0006-Default-to-supporting-Spatialite-4.2.patch
--- End Message ---
--- Begin Message ---
- To: 886146-done@bugs.debian.org, 891566-done@bugs.debian.org, 891651-done@bugs.debian.org, 891652-done@bugs.debian.org, 891801-done@bugs.debian.org, 892764-done@bugs.debian.org, 892774-done@bugs.debian.org, 893749-done@bugs.debian.org, 895537-done@bugs.debian.org, 898741-done@bugs.debian.org, 899050-done@bugs.debian.org, 903656-done@bugs.debian.org, 903786-done@bugs.debian.org, 904196-done@bugs.debian.org, 904199-done@bugs.debian.org, 904213-done@bugs.debian.org, 904307-done@bugs.debian.org, 904662-done@bugs.debian.org, 905232-done@bugs.debian.org, 905712-done@bugs.debian.org, 905762-done@bugs.debian.org, 906042-done@bugs.debian.org, 906088-done@bugs.debian.org, 906145-done@bugs.debian.org, 906167-done@bugs.debian.org, 906741-done@bugs.debian.org, 906814-done@bugs.debian.org, 906857-done@bugs.debian.org, 907124-done@bugs.debian.org, 907386-done@bugs.debian.org, 907584-done@bugs.debian.org, 907719-done@bugs.debian.org, 907865-done@bugs.debian.org, 907899-done@bugs.debian.org, 908357-done@bugs.debian.org, 908388-done@bugs.debian.org, 908389-done@bugs.debian.org, 908474-done@bugs.debian.org, 908612-done@bugs.debian.org, 908893-done@bugs.debian.org, 908913-done@bugs.debian.org, 908956-done@bugs.debian.org, 908958-done@bugs.debian.org, 909007-done@bugs.debian.org, 909119-done@bugs.debian.org, 909526-done@bugs.debian.org, 909807-done@bugs.debian.org, 909842-done@bugs.debian.org, 909953-done@bugs.debian.org, 910065-done@bugs.debian.org, 910371-done@bugs.debian.org, 910396-done@bugs.debian.org, 910398-done@bugs.debian.org, 910445-done@bugs.debian.org, 910481-done@bugs.debian.org, 910610-done@bugs.debian.org, 910628-done@bugs.debian.org, 910629-done@bugs.debian.org, 910719-done@bugs.debian.org, 910821-done@bugs.debian.org, 910969-done@bugs.debian.org, 911114-done@bugs.debian.org, 911186-done@bugs.debian.org, 911220-done@bugs.debian.org, 911244-done@bugs.debian.org, 911347-done@bugs.debian.org, 911494-done@bugs.debian.org, 911767-done@bugs.debian.org, 911992-done@bugs.debian.org, 912032-done@bugs.debian.org, 912159-done@bugs.debian.org, 912169-done@bugs.debian.org, 912170-done@bugs.debian.org, 912191-done@bugs.debian.org, 912194-done@bugs.debian.org, 912198-done@bugs.debian.org, 912336-done@bugs.debian.org, 912401-done@bugs.debian.org, 912425-done@bugs.debian.org, 912444-done@bugs.debian.org, 912462-done@bugs.debian.org, 912629-done@bugs.debian.org, 912770-done@bugs.debian.org, 912820-done@bugs.debian.org
- Subject: Closing bugs for updates included in 9.6
- From: "Adam D. Barratt" <adam@adam-barratt.org.uk>
- Date: Sat, 10 Nov 2018 10:42:56 +0000
- Message-id: <1541846576.3542.38.camel@adam-barratt.org.uk>
Version: 9.6 Hi, The update referenced by each of these bugs was included in this morning's stretch point release. Regards, Adam
--- End Message ---