diff -Nru python-django-storages-1.9.1/debian/changelog python-django-storages-1.9.1/debian/changelog --- python-django-storages-1.9.1/debian/changelog 2020-02-06 18:16:38.000000000 +0000 +++ python-django-storages-1.9.1/debian/changelog 2020-05-16 17:53:53.000000000 +0000 @@ -1,3 +1,14 @@ +python-django-storages (1.9.1-2) unstable; urgency=medium + + * Drop python3-django-storages-azure as upstream does not yet support + Azure SDK 12, will be re-introduced once support has been merged + (Closes: #959547). + * Bump debhelper version to 13. + * List unsupported backends in debian/not-installed to avoid + dh_missing complaining about them. + + -- Michael Fladischer Sat, 16 May 2020 19:53:53 +0200 + python-django-storages (1.9.1-1) unstable; urgency=low * New upstream release. diff -Nru python-django-storages-1.9.1/debian/control python-django-storages-1.9.1/debian/control --- python-django-storages-1.9.1/debian/control 2020-02-06 18:16:38.000000000 +0000 +++ python-django-storages-1.9.1/debian/control 2020-05-16 17:53:53.000000000 +0000 @@ -5,10 +5,9 @@ Uploaders: Michael Fladischer , Build-Depends: - debhelper-compat (= 12), + debhelper-compat (= 13), dh-python, python3-all, - python3-azure-storage, python3-boto3, python3-django, python3-dropbox, @@ -60,22 +59,6 @@ Each backend is shipped as a separate package to ensure granular dependencies. This package contains the common files of the library. -Package: python3-django-storages-azure -Architecture: all -Depends: - python3-azure-storage, - python3-django-storages (= ${binary:Version}), - ${misc:Depends}, - ${python3:Depends}, -Description: storage backends in Django (Azure) - django-storages is a collection of custom storage backends for Django. Each - storage backend has its own unique settings you will need to add to your - settings.py file. Read the documentation for your storage engine(s) of choice - to determine what you need to add. - . - Each backend is shipped as a separate package to ensure granular dependencies. - This package contains the azure backend for AWS. - Package: python3-django-storages-boto3 Architecture: all Depends: diff -Nru python-django-storages-1.9.1/debian/not-installed python-django-storages-1.9.1/debian/not-installed --- python-django-storages-1.9.1/debian/not-installed 1970-01-01 00:00:00.000000000 +0000 +++ python-django-storages-1.9.1/debian/not-installed 2020-05-16 17:53:53.000000000 +0000 @@ -0,0 +1,4 @@ +usr/lib/python3.8/dist-packages/storages/backends/azure_storage.py +usr/lib/python3.8/dist-packages/storages/backends/gcloud.py +usr/lib/python3.8/dist-packages/storages/backends/__pycache__/azure_storage.cpython-3*.pyc +usr/lib/python3.8/dist-packages/storages/backends/__pycache__/gcloud.cpython-3*.pyc diff -Nru python-django-storages-1.9.1/debian/python3-django-storages-azure.install python-django-storages-1.9.1/debian/python3-django-storages-azure.install --- python-django-storages-1.9.1/debian/python3-django-storages-azure.install 2020-02-06 18:16:38.000000000 +0000 +++ python-django-storages-1.9.1/debian/python3-django-storages-azure.install 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -usr/lib/python3.*/*-packages/storages/backends/__pycache__/azure_storage.c*.pyc -usr/lib/python3.*/*-packages/storages/backends/azure_storage.py