summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2023-01-15 17:07:20 +0100
committerHelmut Grohne <helmut@subdivi.de>2023-01-15 17:07:20 +0100
commit591935c5848ec0093417084b55d76e48231a106c (patch)
treee356d77e5d30569ac147fa2cc612e319036f0b12
parent956861f30185e8062ef26751ff9c4c2aa5a48c73 (diff)
Another patch for lintian's privacy tag
-rw-r--r--debian/patches/privacy/installation_badge.patch20
-rw-r--r--debian/patches/series1
2 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/privacy/installation_badge.patch b/debian/patches/privacy/installation_badge.patch
new file mode 100644
index 00000000..9b52fa6e
--- /dev/null
+++ b/debian/patches/privacy/installation_badge.patch
@@ -0,0 +1,20 @@
+--- a/docs/installation.rst
++++ b/docs/installation.rst
+@@ -87,15 +87,9 @@
+
+ **Current status of package in the repositories**
+
+-.. start-badges
+-
+-|Packaging status|
+-
+-.. |Packaging status| image:: https://repology.org/badge/vertical-allrepos/borgbackup.svg
+- :alt: Packaging status
+- :target: https://repology.org/project/borgbackup/versions
++`Packaging status at repology.org`_
+
+-.. end-badges
++.. _Packaging status at repology.org: https://repology.org/project/borgbackup/versions
+
+ .. _pyinstaller-binary:
+
diff --git a/debian/patches/series b/debian/patches/series
index bd9e9747..2a9eb2c0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
privacy/0001-Remove-codecov.io-and-travis-ci.org-badges.patch
privacy/0002-README.rst-Replace-img-src-with-text-link.patch
+privacy/installation_badge.patch