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/
--- a/README.rst
+++ b/README.rst
@@ -639,25 +639,3 @@ You could for example do as bellow::
 
   10   0  * * * cas-user /path/to/project/manage.py cas_clean_federate
 
-
-
-.. |travis| image:: https://badges.genua.fr/travis/nitmir/django-cas-server/master.svg
-    :target: https://travis-ci.org/nitmir/django-cas-server
-
-.. |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
-
-.. |codacy| image:: https://badges.genua.fr/codacy/grade/255c21623d6946ef8802fa7995b61366/master.svg
-    :target: https://www.codacy.com/app/valentin-samir/django-cas-server
-
-.. |coverage| image:: https://intranet.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: http://django-cas-server.readthedocs.io
