PolicyKit: Branch 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Tue Apr 11 13:08:08 UTC 2023
docs/man/pkaction.xml | 2 +-
docs/man/pkcheck.xml | 2 +-
docs/man/pkexec.xml | 2 +-
docs/man/pkttyagent.xml | 2 +-
docs/man/polkit.xml | 2 +-
docs/man/polkitd.xml | 2 +-
meson.build | 2 +-
po/Makevars | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
New commits:
commit 13cd9c6bf0d74bb5ababced929433f1dc8c9d018
Author: Vincent Mihalkovic <vmihalko at redhat.com>
Date: Tue Apr 11 11:25:32 2023 +0200
docs, build: replace the mailman url with the gitlab/issues url
diff --git a/docs/man/pkaction.xml b/docs/man/pkaction.xml
index 3720ea1..0f0fe31 100644
--- a/docs/man/pkaction.xml
+++ b/docs/man/pkaction.xml
@@ -84,7 +84,7 @@
<para>
Please send bug reports to either the distribution or the
polkit-devel mailing list,
- see the link <ulink url="http://lists.freedesktop.org/mailman/listinfo/polkit-devel"/>
+ see the link <ulink url="https://gitlab.freedesktop.org/polkit/polkit/-/issues/"/>
on how to subscribe.
</para>
</refsect1>
diff --git a/docs/man/pkcheck.xml b/docs/man/pkcheck.xml
index 6613a5d..a569576 100644
--- a/docs/man/pkcheck.xml
+++ b/docs/man/pkcheck.xml
@@ -206,7 +206,7 @@ KEY3=VALUE3
<para>
Please send bug reports to either the distribution or the
polkit-devel mailing list,
- see the link <ulink url="http://lists.freedesktop.org/mailman/listinfo/polkit-devel"/>
+ see the link <ulink url="https://gitlab.freedesktop.org/polkit/polkit/-/issues/"/>
on how to subscribe.
</para>
</refsect1>
diff --git a/docs/man/pkexec.xml b/docs/man/pkexec.xml
index 013b56d..14bea98 100644
--- a/docs/man/pkexec.xml
+++ b/docs/man/pkexec.xml
@@ -266,7 +266,7 @@ for n in range(len(sys.argv)):
<para>
Please send bug reports to either the distribution or the
polkit-devel mailing list,
- see the link <ulink url="http://lists.freedesktop.org/mailman/listinfo/polkit-devel"/>
+ see the link <ulink url="https://gitlab.freedesktop.org/polkit/polkit/-/issues/"/>
on how to subscribe.
</para>
</refsect1>
diff --git a/docs/man/pkttyagent.xml b/docs/man/pkttyagent.xml
index fc3383a..a4ba7fa 100644
--- a/docs/man/pkttyagent.xml
+++ b/docs/man/pkttyagent.xml
@@ -138,7 +138,7 @@
<para>
Please send bug reports to either the distribution or the
polkit-devel mailing list,
- see the link <ulink url="http://lists.freedesktop.org/mailman/listinfo/polkit-devel"/>
+ see the link <ulink url="https://gitlab.freedesktop.org/polkit/polkit/-/issues/"/>
on how to subscribe.
</para>
</refsect1>
diff --git a/docs/man/polkit.xml b/docs/man/polkit.xml
index 90715a5..b67c4a6 100644
--- a/docs/man/polkit.xml
+++ b/docs/man/polkit.xml
@@ -961,7 +961,7 @@ polkit.addRule(function(action, subject) {
<para>
Please send bug reports to either the distribution or the
polkit-devel mailing list,
- see the link <ulink url="http://lists.freedesktop.org/mailman/listinfo/polkit-devel"/>
+ see the link <ulink url="https://gitlab.freedesktop.org/polkit/polkit/-/issues/"/>
on how to subscribe.
</para>
</refsect1>
diff --git a/docs/man/polkitd.xml b/docs/man/polkitd.xml
index 5fee8d4..763a67e 100644
--- a/docs/man/polkitd.xml
+++ b/docs/man/polkitd.xml
@@ -66,7 +66,7 @@
<para>
Please send bug reports to either the distribution or the
polkit-devel mailing list,
- see the link <ulink url="http://lists.freedesktop.org/mailman/listinfo/polkit-devel"/>
+ see the link <ulink url="https://gitlab.freedesktop.org/polkit/polkit/-/issues/"/>
on how to subscribe.
</para>
</refsect1>
diff --git a/meson.build b/meson.build
index 10b17eb..3b96562 100644
--- a/meson.build
+++ b/meson.build
@@ -69,7 +69,7 @@ config_h = configuration_data()
# defines
set_defines = [
# package
- ['PACKAGE_BUGREPORT', 'http://lists.freedesktop.org/mailman/listinfo/polkit-devel'],
+ ['PACKAGE_BUGREPORT', 'https://gitlab.freedesktop.org/polkit/polkit/-/issues/'],
['PACKAGE_NAME', meson.project_name()],
['PACKAGE_URL', 'http://www.freedesktop.org/wiki/Software/polkit'],
['PACKAGE_VERSION', pk_version],
diff --git a/po/Makevars b/po/Makevars
index 1cad43c..b72f80b 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -41,7 +41,7 @@ PACKAGE_GNU = no
# It can be your email address, or a mailing list address where translators
# can write to without being subscribed, or the URL of a web page through
# which the translators can contact you.
-MSGID_BUGS_ADDRESS = http://lists.freedesktop.org/mailman/listinfo/polkit-devel
+MSGID_BUGS_ADDRESS = https://gitlab.freedesktop.org/polkit/polkit/-/issues/
# This is the list of locale categories, beyond LC_MESSAGES, for which the
# message catalogs shall be used. It is usually empty.
More information about the hal-commit
mailing list