Description: Remove badge images from readme
 Lintian complains about a potential privacy breach due to fetching data from
 an external website at runtime (lintian: privacy-breach-generic). This patch
 removes the various badge images (githib, pypi, codacy, etc) to resolve the
 lintian error.
Author: Bill Blough <bblough@debian.org>
Forwarded: no
Last-Update: 2018-08-13
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: django-cas-server/README.rst
===================================================================
--- django-cas-server.orig/README.rst	2025-10-19 15:05:37.632665504 -0400
+++ django-cas-server/README.rst	2025-10-19 15:05:44.476632455 -0400
@@ -1,7 +1,6 @@
 CAS Server
 ##########
 
-|gh_action| |coverage| |licence| |github_version| |pypi_version| |doc|
 
 CAS Server is a Django application implementing the `CAS Protocol 3.0 Specification
 <https://apereo.github.io/cas/7.0.x/protocol/CAS-Protocol-Specification.html>`_.
@@ -673,22 +672,3 @@
 
   10   0  * * * cas-user /path/to/project/manage.py cas_clean_federate
 
-
-
-.. |gh_action| image:: https://badges.genua.fr/github/actions/workflow/status/nitmir/django-cas-server/github-actions.yml?branch=master
-    :target: https://github.com/nitmir/django-cas-server/actions/workflows/github-actions.yml?query=branch%3Amaster
-
-.. |pypi_version| image:: https://badges.genua.fr/pypi/v/django-cas-server.svg
-    :target: https://pypi.org/project/django-cas-server/
-
-.. |github_version| image:: https://badges.genua.fr/github/tag/nitmir/django-cas-server.svg?label=github
-    :target: https://github.com/nitmir/django-cas-server/releases/latest
-
-.. |licence| image:: https://badges.genua.fr/pypi/l/django-cas-server.svg
-    :target: https://www.gnu.org/licenses/gpl-3.0.html
-
-.. |coverage| image:: https://badges.genua.fr/coverage/badge/django-cas-server/master.svg
-    :target: https://badges.genua.fr/coverage/django-cas-server/master
-
-.. |doc| image:: https://badges.genua.fr/local/readthedocs/?version=latest
-    :target: https://django-cas-server.readthedocs.io
