tags 1138830 +patch
thanks

Hi,

Attached are three patches that fix privacy-breach-generic lintian
warning using dh-doc-privacy.

Thanks.

>From b860f00f5c2b303e53ed626ca1d8bda06051748e Mon Sep 17 00:00:00 2001
From: Teemu Hukkanen <[email protected]>
Date: Thu, 4 Jun 2026 17:44:47 +0300
Subject: [PATCH 1/3] Revert "Fix lintian warning privacy-breach-generic"

This reverts commit 0f8a6b25084c0f7e203590f317529f2580baaf7a.
---
 README.rst | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/README.rst b/README.rst
index dd6f232..0d86630 100644
--- a/README.rst
+++ b/README.rst
@@ -1,35 +1,35 @@
 ``chango``
 ==========
 
-.. image:: staimg/pypi-chango.svg
+.. image:: https://img.shields.io/pypi/v/chango.svg
    :target: https://pypi.org/project/chango/
    :alt: PyPi Package Version
 
-.. image:: staimg/pyversion-chango.svg
+.. image:: https://img.shields.io/pypi/pyversions/chango.svg
    :target: https://pypi.org/project/chango/
    :alt: Supported Python versions
 
-.. image:: staimg/readthedocs-badge.svg
+.. image:: https://readthedocs.org/projects/chango/badge/?version=stable
    :target: https://chango.readthedocs.io/
    :alt: Documentation Status
 
-.. image:: staimg/license-chango.svg
+.. image:: https://img.shields.io/pypi/l/chango.svg
    :target: https://mit-license.org/
    :alt: MIT License
 
-.. image:: staimg/unit-test-badge.svg
+.. image:: https://github.com/Bibo-Joshi/chango/actions/workflows/unit_tests.yml/badge.svg?branch=main
    :target: https://github.com/Bibo-Joshi/chango/
    :alt: Github Actions workflow
 
-.. image:: staimg/codecov-badge.svg
+.. image:: https://codecov.io/gh/Bibo-Joshi/chango/graph/badge.svg?token=H1HUA2FDR3
    :target: https://codecov.io/gh/Bibo-Joshi/chango
    :alt: Code coverage
 
-.. image:: staimg/main.svg
+.. image:: https://results.pre-commit.ci/badge/github/Bibo-Joshi/chango/main.svg
    :target: https://results.pre-commit.ci/latest/github/Bibo-Joshi/chango/main
    :alt: pre-commit.ci status
 
-.. image:: staimg/githubusercontent.svg
+.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
     :target: https://github.com/astral-sh/ruff
     :alt: Ruff
 
-- 
2.53.0

>From d13ea5782e00934b8414a3abea8f6d7c4168f1cd Mon Sep 17 00:00:00 2001
From: Teemu Hukkanen <[email protected]>
Date: Thu, 4 Jun 2026 17:47:49 +0300
Subject: [PATCH 2/3] Stop using d/staimg/*, and remove the files (Closes:
 #1138830)

---
 debian/README.source                          |  8 ---
 .../0001_fix_privacy-breach-generic.patch     | 53 -------------------
 debian/patches/series                         |  1 -
 debian/python-sphinx-chango-doc.install       |  1 -
 debian/rules                                  |  7 ---
 debian/staimg/codecov-badge.svg               | 23 --------
 debian/staimg/githubusercontent.svg           |  1 -
 debian/staimg/license-chango.svg              |  1 -
 debian/staimg/main.svg                        |  1 -
 debian/staimg/pypi-chango.svg                 |  1 -
 debian/staimg/pyversion-chango.svg            |  1 -
 debian/staimg/readthedocs-badge.svg           |  1 -
 debian/staimg/unit-test-badge.svg             | 35 ------------
 13 files changed, 134 deletions(-)
 delete mode 100644 debian/README.source
 delete mode 100644 debian/patches/0001_fix_privacy-breach-generic.patch
 delete mode 100644 debian/python-sphinx-chango-doc.install
 delete mode 100644 debian/staimg/codecov-badge.svg
 delete mode 100644 debian/staimg/githubusercontent.svg
 delete mode 100644 debian/staimg/license-chango.svg
 delete mode 100644 debian/staimg/main.svg
 delete mode 100644 debian/staimg/pypi-chango.svg
 delete mode 100644 debian/staimg/pyversion-chango.svg
 delete mode 100644 debian/staimg/readthedocs-badge.svg
 delete mode 100644 debian/staimg/unit-test-badge.svg

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 87c37c1..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,8 +0,0 @@
-python-sphinx-chango for Debian
-------------------------------
-
-README.rst contains some remote images which causes lintian reports
-privacy-breach-generic warning. We replace the images with static ones
-in debian/staimg.
-
- -- Ying-Chun Liu (PaulLiu) <[email protected]>  Thu, 14 Aug 2025 15:22:16 +0100
diff --git a/debian/patches/0001_fix_privacy-breach-generic.patch b/debian/patches/0001_fix_privacy-breach-generic.patch
deleted file mode 100644
index 1d5256e..0000000
--- a/debian/patches/0001_fix_privacy-breach-generic.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-Description: Fix lintian warning privacy-breach-generic
- Some URL refer a remote image in documentation. We use a static
- image instead.
-Forwarded: not-needed
-Author: Ying-Chun Liu (PaulLiu) <[email protected]>
-Index: python-sphinx-chango-0.5.0/README.rst
-===================================================================
---- python-sphinx-chango-0.5.0.orig/README.rst
-+++ python-sphinx-chango-0.5.0/README.rst
-@@ -1,35 +1,35 @@
- ``chango``
- ==========
- 
--.. image:: https://img.shields.io/pypi/v/chango.svg
-+.. image:: staimg/pypi-chango.svg
-    :target: https://pypi.org/project/chango/
-    :alt: PyPi Package Version
- 
--.. image:: https://img.shields.io/pypi/pyversions/chango.svg
-+.. image:: staimg/pyversion-chango.svg
-    :target: https://pypi.org/project/chango/
-    :alt: Supported Python versions
- 
--.. image:: https://readthedocs.org/projects/chango/badge/?version=stable
-+.. image:: staimg/readthedocs-badge.svg
-    :target: https://chango.readthedocs.io/
-    :alt: Documentation Status
- 
--.. image:: https://img.shields.io/pypi/l/chango.svg
-+.. image:: staimg/license-chango.svg
-    :target: https://mit-license.org/
-    :alt: MIT License
- 
--.. image:: https://github.com/Bibo-Joshi/chango/actions/workflows/unit_tests.yml/badge.svg?branch=main
-+.. image:: staimg/unit-test-badge.svg
-    :target: https://github.com/Bibo-Joshi/chango/
-    :alt: Github Actions workflow
- 
--.. image:: https://codecov.io/gh/Bibo-Joshi/chango/graph/badge.svg?token=H1HUA2FDR3
-+.. image:: staimg/codecov-badge.svg
-    :target: https://codecov.io/gh/Bibo-Joshi/chango
-    :alt: Code coverage
- 
--.. image:: https://results.pre-commit.ci/badge/github/Bibo-Joshi/chango/main.svg
-+.. image:: staimg/main.svg
-    :target: https://results.pre-commit.ci/latest/github/Bibo-Joshi/chango/main
-    :alt: pre-commit.ci status
- 
--.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
-+.. image:: staimg/githubusercontent.svg
-     :target: https://github.com/astral-sh/ruff
-     :alt: Ruff
- 
diff --git a/debian/patches/series b/debian/patches/series
index b771d01..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-0001_fix_privacy-breach-generic.patch
diff --git a/debian/python-sphinx-chango-doc.install b/debian/python-sphinx-chango-doc.install
deleted file mode 100644
index b84f1ac..0000000
--- a/debian/python-sphinx-chango-doc.install
+++ /dev/null
@@ -1 +0,0 @@
-debian/staimg usr/share/doc/python-sphinx-chango-doc/html
diff --git a/debian/rules b/debian/rules
index b4386ae..2f545cf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,10 +9,6 @@ export PYBUILD_NAME=sphinx-chango
 %:
 	dh $@ --buildsystem=pybuild --with sphinxdoc
 
-
-execute_before_dh_auto_build:
-	cp -r $(CURDIR)/debian/staimg $(CURDIR)
-
 # If you need to rebuild the Sphinx documentation:
 # Add sphinxdoc to the dh --with line.
 #
@@ -24,6 +20,3 @@ execute_after_dh_auto_build-indep:
 	docs/source/ build/html # HTML generator
 	PYTHONPATH=./src python3 -m sphinx -N -bman \
 	docs/source/ build/man # Manpage generator
-
-execute_after_dh_auto_clean:
-	rm -rf $(CURDIR)/staimg
diff --git a/debian/staimg/codecov-badge.svg b/debian/staimg/codecov-badge.svg
deleted file mode 100644
index 13f0b6f..0000000
--- a/debian/staimg/codecov-badge.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg"; width="122" height="20">
-    <linearGradient id="b" x2="0" y2="100%">
-        <stop offset="0" stop-color="#bbb" stop-opacity=".1" />
-        <stop offset="1" stop-opacity=".1" />
-    </linearGradient>
-    <mask id="a">
-        <rect width="122" height="20" rx="3" fill="#fff" />
-    </mask>
-    <g mask="url(#a)">
-        <path fill="#555" d="M0 0h76v20H0z" />
-        <path fill="#4c1" d="M76 0h46v20H76z" />
-        <path fill="url(#b)" d="M0 0h122v20H0z" />
-    </g>
-    <g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
-        <text x="46" y="15" fill="#010101" fill-opacity=".3">codecov</text>
-        <text x="46" y="14">codecov</text>
-        <text x="98" y="15" fill="#010101" fill-opacity=".3">100%</text>
-        <text x="98" y="14">100%</text>
-    </g>
-    <svg viewBox="140 -8 60 60">
-        <path d="M23.013 0C10.333.009.01 10.22 0 22.762v.058l3.914 2.275.053-.036a11.291 11.291 0 0 1 8.352-1.767 10.911 10.911 0 0 1 5.5 2.726l.673.624.38-.828c.368-.802.793-1.556 1.264-2.24.19-.276.398-.554.637-.851l.393-.49-.484-.404a16.08 16.08 0 0 0-7.453-3.466 16.482 16.482 0 0 0-7.705.449C7.386 10.683 14.56 5.016 23.03 5.01c4.779 0 9.272 1.84 12.651 5.18 2.41 2.382 4.069 5.35 4.807 8.591a16.53 16.53 0 0 0-4.792-.723l-.292-.002a16.707 16.707 0 0 0-1.902.14l-.08.012c-.28.037-.524.074-.748.115-.11.019-.218.041-.327.063-.257.052-.51.108-.75.169l-.265.067a16.39 16.39 0 0 0-.926.276l-.056.018c-.682.23-1.36.511-2.016.838l-.052.026c-.29.145-.584.305-.899.49l-.069.04a15.596 15.596 0 0 0-4.061 3.466l-.145.175c-.29.36-.521.666-.723.96-.17.247-.34.513-.552.864l-.116.199c-.17.292-.32.57-.449.824l-.03.057a16.116 16.116 0 0 0-.843 2.029l-.034.102a15.65 15.65 0 0 0-.786 5.174l.003.214a21.523 21.523 0 0 0 .04.754c.009.119.02.237.032.355.014.145.032.29.049.432l.01.08c.01.067.017.133.026.197.034.242.074.48.119.72.463 2.419 1.62 4.836 3.345 6.99l.078.098.08-.095c.688-.81 2.395-3.38 2.539-4.922l.003-.029-.014-.025a10.727 10.727 0 0 1-1.226-4.956c0-5.76 4.545-10.544 10.343-10.89l.381-.014a11.403 11.403 0 0 1 6.651 1.957l.054.036 3.862-2.237.05-.03v-.056c.006-6.08-2.384-11.793-6.729-16.089C34.932 2.361 29.16 0 23.013 0" fill="#F01F7A" fill-rule="evenodd"/>
-    </svg>
-</svg>
\ No newline at end of file
diff --git a/debian/staimg/githubusercontent.svg b/debian/staimg/githubusercontent.svg
deleted file mode 100644
index 46d5885..0000000
--- a/debian/staimg/githubusercontent.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg"; width="57" height="20" role="img" aria-label="Ruff"><title>Ruff</title><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="57" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="24" height="20" fill="#555"/><rect x="24" width="33" height="20" fill="#261230"/><rect width="57" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><image x="5" y="3" width="14" height="14" href="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEwIiBoZWlnaHQ9IjYyMiIgdmlld0JveD0iMCAwIDUxMCA2MjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMDYuNzAxIDBDMjAwLjk2NCAwIDE5Ni4zMTQgNC42NDEzMSAxOTYuMzE0IDEwLjM2NjdWNDEuNDY2N0MxOTYuMzE0IDQ3LjE5MiAxOTEuNjYzIDUxLjgzMzMgMTg1LjkyNyA1MS44MzMzSDE1Ni44NDNDMTUxLjEwNyA1MS44MzMzIDE0Ni40NTYgNTYuNDc0NiAxNDYuNDU2IDYyLjJWMTQ1LjEzM0MxNDYuNDU2IDE1MC44NTkgMTQxLjgwNiAxNTUuNSAxMzYuMDY5IDE1NS41SDEwNi45ODZDMTAxLjI0OSAxNTUuNSA5Ni41OTg4IDE2MC4xNDEgOTYuNTk4OCAxNjUuODY3VjIyMi44ODNDOTYuNTk4OCAyMjguNjA5IDkxLjk0ODQgMjMzLjI1IDg2LjIxMTggMjMzLjI1SDU3LjEyODNDNTEuMzkxNyAyMzMuMjUgNDYuNzQxMyAyMzcuODkxIDQ2Ljc0MTMgMjQzLjYxN1YzMDAuNjMzQzQ2Ljc0MTMgMzA2LjM1OSA0Mi4wOTA5IDMxMSAzNi4zNTQ0IDMxMUgxMC4zODdDNC42NTA0IDMxMSAwIDMxNS42NDEgMCAzMjEuMzY3VjM1Mi40NjdDMCAzNTguMTkyIDQuNjUwNCAzNjIuODMzIDEwLjM4NyAzNjIuODMzSDE0NS40MThDMTUxLjE1NCAzNjIuODMzIDE1NS44MDQgMzY3LjQ3NSAxNTUuODA0IDM3My4yVjQzMC4yMTdDMTU1LjgwNCA0MzUuOTQyIDE1MS4xNTQgNDQwLjU4MyAxNDUuNDE4IDQ0MC41ODNIMTE2LjMzNEMxMTAuNTk3IDQ0MC41ODMgMTA1Ljk0NyA0NDUuMjI1IDEwNS45NDcgNDUwLjk1VjUwNy45NjdDMTA1Ljk0NyA1MTMuNjkyIDEwMS4yOTcgNTE4LjMzMyA5NS41NjAxIDUxOC4zMzNINjYuNDc2NkM2MC43NCA1MTguMzMzIDU2LjA4OTYgNTIyLjk3NSA1Ni4wODk2IDUyOC43VjYxMS42MzNDNTYuMDg5NiA2MTcuMzU5IDYwLjc0IDYyMiA2Ni40NzY2IDYyMkgxNDkuNTcyQzE1NS4zMDkgNjIyIDE1OS45NTkgNjE3LjM1OSAxNTkuOTU5IDYxMS42MzNWNTcwLjE2N0gyMDEuNTA3QzIwNy4yNDQgNTcwLjE2NyAyMTEuODk0IDU2NS41MjUgMjExLjg5NCA1NTkuOFY1MjguN0MyMTEuODk0IDUyMi45NzUgMjE2LjU0NCA1MTguMzMzIDIyMi4yODEgNTE4LjMzM0gyNTEuMzY1QzI1Ny4xMDEgNTE4LjMzMyAyNjEuNzUyIDUxMy42OTIgMjYxLjc1MiA1MDcuOTY3VjQ3Ni44NjdDMjYxLjc1MiA0NzEuMTQxIDI2Ni40MDIgNDY2LjUgMjcyLjEzOCA0NjYuNUgzMDEuMjIyQzMwNi45NTkgNDY2LjUgMzExLjYwOSA0NjEuODU5IDMxMS42MDkgNDU2LjEzM1Y0MjUuMDMzQzMxMS42MDkgNDE5LjMwOCAzMTYuMjU5IDQxNC42NjcgMzIxLjk5NiA0MTQuNjY3SDM1MS4wNzlDMzU2LjgxNiA0MTQuNjY3IDM2MS40NjYgNDEwLjAyNSAzNjEuNDY2IDQwNC4zVjM3My4yQzM2MS40NjYgMzY3LjQ3NSAzNjYuMTE3IDM2Mi44MzMgMzcxLjg1MyAzNjIuODMzSDQwMC45MzdDNDA2LjY3MyAzNjIuODMzIDQxMS4zMjQgMzU4LjE5MiA0MTEuMzI0IDM1Mi40NjdWMzIxLjM2N0M0MTEuMzI0IDMxNS42NDEgNDE1Ljk3NCAzMTEgNDIxLjcxMSAzMTFINDUwLjc5NEM0NTYuNTMxIDMxMSA0NjEuMTgxIDMwNi4zNTkgNDYxLjE4MSAzMDAuNjMzVjIxNy43QzQ2MS4xODEgMjExLjk3NSA0NTYuNTMxIDIwNy4zMzMgNDUwLjc5NCAyMDcuMzMzSDQyMC42NzJDNDE0LjkzNiAyMDcuMzMzIDQxMC4yODUgMjAyLjY5MiA0MTAuMjg1IDE5Ni45NjdWMTY1Ljg2N0M0MTAuMjg1IDE2MC4xNDEgNDE0LjkzNiAxNTUuNSA0MjAuNjcyIDE1NS41SDQ0OS43NTZDNDU1LjQ5MiAxNTUuNSA0NjAuMTQzIDE1MC44NTkgNDYwLjE0MyAxNDUuMTMzVjExNC4wMzNDNDYwLjE0MyAxMDguMzA4IDQ2NC43OTMgMTAzLjY2NyA0NzAuNTMgMTAzLjY2N0g0OTkuNjEzQzUwNS4zNSAxMDMuNjY3IDUxMCA5OS4wMjUzIDUxMCA5My4zVjEwLjM2NjdDNTEwIDQuNjQxMzIgNTA1LjM1IDAgNDk5LjYxMyAwSDIwNi43MDFaTTE2OC4yNjkgNDQwLjU4M0MxNjIuNTMyIDQ0MC41ODMgMTU3Ljg4MiA0NDUuMjI1IDE1Ny44ODIgNDUwLjk1VjUwNy45NjdDMTU3Ljg4MiA1MTMuNjkyIDE1My4yMzEgNTE4LjMzMyAxNDcuNDk1IDUxOC4zMzNIMTE4LjQxMUMxMTIuNjc1IDUxOC4zMzMgMTA4LjAyNCA1MjIuOTc1IDEwOC4wMjQgNTI4LjdWNTU5LjhDMTA4LjAyNCA1NjUuNTI1IDExMi42NzUgNTcwLjE2NyAxMTguNDExIDU3MC4xNjdIMTU5Ljk1OVY1MjguN0MxNTkuOTU5IDUyMi45NzUgMTY0LjYxIDUxOC4zMzMgMTcwLjM0NiA1MTguMzMzSDE5OS40M0MyMDUuMTY2IDUxOC4zMzMgMjA5LjgxNyA1MTMuNjkyIDIwOS44MTcgNTA3Ljk2N1Y0NzYuODY3QzIwOS44MTcgNDcxLjE0MSAyMTQuNDY3IDQ2Ni41IDIyMC4yMDQgNDY2LjVIMjQ5LjI4N0MyNTUuMDI0IDQ2Ni41IDI1OS42NzQgNDYxLjg1OSAyNTkuNjc0IDQ1Ni4xMzNWNDI1LjAzM0MyNTkuNjc0IDQxOS4zMDggMjY0LjMyNSA0MTQuNjY3IDI3MC4wNjEgNDE0LjY2N0gyOTkuMTQ1QzMwNC44ODEgNDE0LjY2NyAzMDkuNTMyIDQxMC4wMjUgMzA5LjUzMiA0MDQuM1YzNzMuMkMzMDkuNTMyIDM2Ny40NzUgMzE0LjE4MiAzNjIuODMzIDMxOS45MTkgMzYyLjgzM0gzNDkuMDAyQzM1NC43MzkgMzYyLjgzMyAzNTkuMzg5IDM1OC4xOTIgMzU5LjM4OSAzNTIuNDY3VjMyMS4zNjdDMzU5LjM4OSAzMTUuNjQxIDM2NC4wMzkgMzExIDM2OS43NzYgMzExSDM5OC44NTlDNDA0LjU5NiAzMTEgNDA5LjI0NiAzMDYuMzU5IDQwOS4yNDYgMzAwLjYzM1YyNjkuNTMzQzQwOS4yNDYgMjYzLjgwOCA0MDQuNTk2IDI1OS4xNjcgMzk4Ljg1OSAyNTkuMTY3SDMxOC44OEMzMTMuMTQzIDI1OS4xNjcgMzA4LjQ5MyAyNTQuNTI1IDMwOC40OTMgMjQ4LjhWMjE3LjdDMzA4LjQ5MyAyMTEuOTc1IDMxMy4xNDMgMjA3LjMzMyAzMTguODggMjA3LjMzM0gzNDcuOTYzQzM1My43IDIwNy4zMzMgMzU4LjM1IDIwMi42OTIgMzU4LjM1IDE5Ni45NjdWMTY1Ljg2N0MzNTguMzUgMTYwLjE0MSAzNjMuMDAxIDE1NS41IDM2OC43MzcgMTU1LjVIMzk3LjgyMUM0MDMuNTU3IDE1NS41IDQwOC4yMDggMTUwLjg1OSA0MDguMjA4IDE0NS4xMzNWMTE0LjAzM0M0MDguMjA4IDEwOC4zMDggNDEyLjg1OCAxMDMuNjY3IDQxOC41OTUgMTAzLjY2N0g0NDcuNjc4QzQ1My40MTUgMTAzLjY2NyA0NTguMDY1IDk5LjAyNTMgNDU4LjA2NSA5My4zVjYyLjJDNDU4LjA2NSA1Ni40NzQ2IDQ1My40MTUgNTEuODMzMyA0NDcuNjc4IDUxLjgzMzNIMjA4Ljc3OEMyMDMuMDQxIDUxLjgzMzMgMTk4LjM5MSA1Ni40NzQ2IDE5OC4zOTEgNjIuMlYxNDUuMTMzQzE5OC4zOTEgMTUwLjg1OSAxOTMuNzQxIDE1NS41IDE4OC4wMDQgMTU1LjVIMTU4LjkyMUMxNTMuMTg0IDE1NS41IDE0OC41MzQgMTYwLjE0MSAxNDguNTM0IDE2NS44NjdWMjIyLjg4M0MxNDguNTM0IDIyOC42MDkgMTQzLjg4MyAyMzMuMjUgMTM4LjE0NyAyMzMuMjVIMTA5LjA2M0MxMDMuMzI3IDIzMy4yNSA5OC42NzYyIDIzNy44OTEgOTguNjc2MiAyNDMuNjE3VjMwMC42MzNDOTguNjc2MiAzMDYuMzU5IDEwMy4zMjcgMzExIDEwOS4wNjMgMzExSDE5Ny4zNTJDMjAzLjA4OSAzMTEgMjA3LjczOSAzMTUuNjQxIDIwNy43MzkgMzIxLjM2N1Y0MzAuMjE3QzIwNy43MzkgNDM1Ljk0MiAyMDMuMDg5IDQ0MC41ODMgMTk3LjM1MiA0NDAuNTgzSDE2OC4yNjlaIiBmaWxsPSIjRDdGRjY0Ii8+PC9zdmc+"/><text aria-hidden="true" x="395" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="230">Ruff</text><text x="395" y="140" transform="scale(.1)" fill="#fff" textLength="230">Ruff</text></g></svg>
\ No newline at end of file
diff --git a/debian/staimg/license-chango.svg b/debian/staimg/license-chango.svg
deleted file mode 100644
index 533874e..0000000
--- a/debian/staimg/license-chango.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg"; width="78" height="20" role="img" aria-label="license: MIT"><title>license: MIT</title><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="78" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="47" height="20" fill="#555"/><rect x="47" width="31" height="20" fill="#97ca00"/><rect width="78" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">license</text><text x="245" y="140" transform="scale(.1)" fill="#fff" textLength="370">license</text><text aria-hidden="true" x="615" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="210">MIT</text><text x="615" y="140" transform="scale(.1)" fill="#fff" textLength="210">MIT</text></g></svg>
\ No newline at end of file
diff --git a/debian/staimg/main.svg b/debian/staimg/main.svg
deleted file mode 100644
index e57a27a..0000000
--- a/debian/staimg/main.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink"; width="153" height="20" role="img" aria-label="pre-commit.ci: passed"><title>pre-commit.ci: passed</title><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="153" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="104" height="20" fill="#555"/><rect x="104" width="49" height="20" fill="#4c1"/><rect width="153" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><image x="5" y="3" width="14" height="14" xlink:href="data:image/svg+xml;base64,PHN2ZyBmaWxsPSJ3aGl0ZSIgcm9sZT0iaW1nIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlPnByZS1jb21taXQgaWNvbjwvdGl0bGU+PHBhdGggZD0iTTIzLjM1NSAxMC40NDRMMTMuNTU2LjY0NWEyLjIgMi4yIDAgMCAwLTMuMTEyIDBMLjY0NSAxMC40NDRhMi4yMDEgMi4yMDEgMCAwIDAgMCAzLjExMmw5Ljc5OSA5Ljc5OWEyLjIwMSAyLjIwMSAwIDAgMCAzLjExMiAwbDkuNzk5LTkuNzk5YTIuMiAyLjIgMCAwIDAgMC0zLjExMnptLTEuNjU3IDIuOTE4bC04LjMzNyA4LjMzN2ExLjkyMiAxLjkyMiAwIDAgMS0xLjM2Mi41NjNjLS40OTMgMC0uOTg2LS4xODgtMS4zNjItLjU2M0wyLjMgMTMuMzYyQTEuOTIgMS45MiAwIDAgMSAxLjczOCAxMmMwLS41MTQuMi0uOTk4LjU2NC0xLjM2Mmw4LjMzNy04LjMzN2MuMzYzLS4zNjMuODQ3LS41NjMgMS4zNjEtLjU2M3MuOTk4LjIgMS4zNjIuNTY0bDguMzM3IDguMzM3Yy43NS43NS43NSAxLjk3Mi0uMDAxIDIuNzIzek0xNC4xOTUgOS43NmMuMDk0LjE3My4xNDIuMzk5LjE0Mi42NzhzLS4wNDcuNTA1LS4xNDIuNjc4Yy0uMDk1LjE3My0uMjIuMzA2LS4zNzYuNDAxYTEuNDg1IDEuNDg1IDAgMCAxLS41NDIuMTkxIDQuMDMzIDQuMDMzIDAgMCAxLS42NDEuMDQ5aC0xLjUwNFY5LjExOWgxLjUwNGMuMjIyIDAgLjQzNS4wMTcuNjQxLjA0OS4yMDUuMDMzLjM4Ni4wOTcuNTQyLjE5MS4xNTYuMDk1LjI4MS4yMjguMzc2LjQwMXptNy4wNjIgMS4zMTlMMTIuOTIgMi43NDJjLS4yNDUtLjI0NS0uNTcyLS4zODEtLjkyLS4zODFzLS42NzUuMTM1LS45MjEuMzgxbC04LjMzNyA4LjMzN2MtLjI0NS4yNDYtLjM4MS41NzMtLjM4MS45MjFzLjEzNS42NzUuMzgxLjkyMWw4LjMzNyA4LjMzN2ExLjMwNCAxLjMwNCAwIDAgMCAxLjg0MiAwbDguMzM3LTguMzM3YTEuMzA1IDEuMzA1IDAgMCAwLS4wMDEtMS44NDJ6bS01LjIxMy40YTIuNDM3IDIuNDM3IDAgMCAxLS41My45MDYgMi42MjQgMi42MjQgMCAwIDEtLjk0My42MzVjLS4zODYuMTYtLjg1NS4yNC0xLjQwNS4yNGgtMi4wMzR2My4xNTVIOS4xOTd2LTguOGgzLjk2OWMuNTUgMCAxLjAxOS4wOCAxLjQwNS4yNC4zODYuMTYuNy4zNzIuOTQzLjYzNS4yNDIuMjYzLjQxOS41NjMuNTMuOS4xMTEuMzM3LjE2Ni42ODYuMTY2IDEuMDQ4IDAgLjM1My0uMDU1LjctLjE2NiAxLjA0MXoiLz48L3N2Zz4="/><text aria-hidden="true" x="615" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="770">pre-commit.ci</text><text x="615" y="140" transform="scale(.1)" fill="#fff" textLength="770">pre-commit.ci</text><text aria-hidden="true" x="1275" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="390">passed</text><text x="1275" y="140" transform="scale(.1)" fill="#fff" textLength="390">passed</text></g></svg>
\ No newline at end of file
diff --git a/debian/staimg/pypi-chango.svg b/debian/staimg/pypi-chango.svg
deleted file mode 100644
index 58e0cf2..0000000
--- a/debian/staimg/pypi-chango.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg"; width="78" height="20" role="img" aria-label="pypi: v0.5.0"><title>pypi: v0.5.0</title><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="78" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="33" height="20" fill="#555"/><rect x="33" width="45" height="20" fill="#fe7d37"/><rect width="78" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="175" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="230">pypi</text><text x="175" y="140" transform="scale(.1)" fill="#fff" textLength="230">pypi</text><text aria-hidden="true" x="545" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="350">v0.5.0</text><text x="545" y="140" transform="scale(.1)" fill="#fff" textLength="350">v0.5.0</text></g></svg>
\ No newline at end of file
diff --git a/debian/staimg/pyversion-chango.svg b/debian/staimg/pyversion-chango.svg
deleted file mode 100644
index 2165914..0000000
--- a/debian/staimg/pyversion-chango.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg"; width="122" height="20" role="img" aria-label="python: 3.12 | 3.13"><title>python: 3.12 | 3.13</title><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="122" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="49" height="20" fill="#555"/><rect x="49" width="73" height="20" fill="#007ec6"/><rect width="122" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="255" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="390">python</text><text x="255" y="140" transform="scale(.1)" fill="#fff" textLength="390">python</text><text aria-hidden="true" x="845" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="630">3.12 | 3.13</text><text x="845" y="140" transform="scale(.1)" fill="#fff" textLength="630">3.12 | 3.13</text></g></svg>
\ No newline at end of file
diff --git a/debian/staimg/readthedocs-badge.svg b/debian/staimg/readthedocs-badge.svg
deleted file mode 100644
index c387fcc..0000000
--- a/debian/staimg/readthedocs-badge.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink"; width="86" height="20"><linearGradient id="b" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="a"><rect width="86" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#a)"><path fill="#555" d="M0 0h35v20H0z"/><path fill="#4c1" d="M35 0h51v20H35z"/><path fill="url(#b)" d="M0 0h86v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"><text x="185" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="250">docs</text><text x="185" y="140" transform="scale(.1)" textLength="250">docs</text><text x="595" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="410">passing</text><text x="595" y="140" transform="scale(.1)" textLength="410">passing</text></g> </svg>
\ No newline at end of file
diff --git a/debian/staimg/unit-test-badge.svg b/debian/staimg/unit-test-badge.svg
deleted file mode 100644
index b2a903f..0000000
--- a/debian/staimg/unit-test-badge.svg
+++ /dev/null
@@ -1,35 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg"; width="133" height="20">
-  <title>Unit Tests - passing</title>
-  <defs>
-    <linearGradient id="workflow-fill" x1="50%" y1="0%" x2="50%" y2="100%">
-      <stop stop-color="#444D56" offset="0%"></stop>
-      <stop stop-color="#24292E" offset="100%"></stop>
-    </linearGradient>
-    <linearGradient id="state-fill" x1="50%" y1="0%" x2="50%" y2="100%">
-      <stop stop-color="#34D058" offset="0%"></stop>
-      <stop stop-color="#28A745" offset="100%"></stop>
-    </linearGradient>
-  </defs>
-  <g fill="none" fill-rule="evenodd">
-    <g font-family="&#39;DejaVu Sans&#39;,Verdana,Geneva,sans-serif" font-size="11">
-      <path id="workflow-bg" d="M0,3 C0,1.3431 1.3552,0 3.02702703,0 L83,0 L83,20 L3.02702703,20 C1.3552,20 0,18.6569 0,17 L0,3 Z" fill="url(#workflow-fill)" fill-rule="nonzero"></path>
-      <text fill="#010101" fill-opacity=".3">
-        <tspan x="22.1981982" y="15" aria-hidden="true">Unit Tests</tspan>
-      </text>
-      <text fill="#FFFFFF">
-        <tspan x="22.1981982" y="14">Unit Tests</tspan>
-      </text>
-    </g>
-    <g transform="translate(83)" font-family="&#39;DejaVu Sans&#39;,Verdana,Geneva,sans-serif" font-size="11">
-      <path d="M0 0h46.939C48.629 0 50 1.343 50 3v14c0 1.657-1.37 3-3.061 3H0V0z" id="state-bg" fill="url(#state-fill)" fill-rule="nonzero"></path>
-      <text fill="#010101" fill-opacity=".3" aria-hidden="true">
-        <tspan x="4" y="15">passing</tspan>
-      </text>
-      <text fill="#FFFFFF">
-        <tspan x="4" y="14">passing</tspan>
-      </text>
-    </g>
-    <path fill="#959DA5" d="M11 3c-3.868 0-7 3.132-7 7a6.996 6.996 0 0 0 4.786 6.641c.35.062.482-.148.482-.332 0-.166-.01-.718-.01-1.304-1.758.324-2.213-.429-2.353-.822-.079-.202-.42-.823-.717-.99-.245-.13-.595-.454-.01-.463.552-.009.946.508 1.077.718.63 1.058 1.636.76 2.039.577.061-.455.245-.761.446-.936-1.557-.175-3.185-.779-3.185-3.456 0-.762.271-1.392.718-1.882-.07-.175-.315-.892.07-1.855 0 0 .586-.183 1.925.718a6.5 6.5 0 0 1 1.75-.236 6.5 6.5 0 0 1 1.75.236c1.338-.91 1.925-.718 1.925-.718.385.963.14 1.68.07 1.855.446.49.717 1.112.717 1.882 0 2.686-1.636 3.28-3.194 3.456.254.219.473.639.473 1.295 0 .936-.009 1.689-.009 1.925 0 .184.131.402.481.332A7.011 7.011 0 0 0 18 10c0-3.867-3.133-7-7-7z"></path>
-  </g>
-</svg>
-
-- 
2.53.0

>From e13bf9505db024286c72af9820086d7e73db3830 Mon Sep 17 00:00:00 2001
From: Teemu Hukkanen <[email protected]>
Date: Thu, 4 Jun 2026 18:04:01 +0300
Subject: [PATCH 3/3] Use dh_doc_privacy to remove remote badges

---
 debian/control | 1 +
 debian/rules   | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/control b/debian/control
index 53dca78..bed6f32 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Rules-Requires-Root: no
 Build-Depends: debhelper-compat (= 13),
                dh-sequence-python3,
                dh-sequence-sphinxdoc,
+               dh-doc-privacy,
                furo,
                pre-commit,
                pybuild-plugin-pyproject,
diff --git a/debian/rules b/debian/rules
index 2f545cf..b47f014 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,10 @@ export PYBUILD_NAME=sphinx-chango
 %:
 	dh $@ --buildsystem=pybuild --with sphinxdoc
 
+override_dh_auto_build:
+	dh_auto_build
+	dh_doc_privacy README.rst
+
 # If you need to rebuild the Sphinx documentation:
 # Add sphinxdoc to the dh --with line.
 #
-- 
2.53.0

Reply via email to