This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=81c069e9a4c3a85305427a84a9f3cb992b54368f

commit 81c069e9a4c3a85305427a84a9f3cb992b54368f (HEAD -> main)
Author: Guillem Jover <[email protected]>
AuthorDate: Wed Aug 7 00:32:26 2024 +0200

    Update URLs
    
    Use preferred URL forms (such as ending with «/»). Update dead links to
    their current location. Use https instead of http when possible
    (exception for files imported from elsewhere, URLs where https is not
    available, or for xmlns in ITS file as the standard mandates it).
---
 doc/coding-style.txt                | 2 +-
 scripts/Dpkg/BuildInfo.pm           | 2 +-
 scripts/Dpkg/OpenPGP/Backend/SOP.pm | 2 +-
 scripts/t/Dpkg_Changelog/shadow     | 2 +-
 scripts/t/origins/gnewsense         | 2 +-
 utils/update-alternatives.polkit.in | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/coding-style.txt b/doc/coding-style.txt
index 94389f2c5..d3976d24f 100644
--- a/doc/coding-style.txt
+++ b/doc/coding-style.txt
@@ -96,7 +96,7 @@ If in doubt or missing from this file please ask, although 
files using the
 tab based indentation can be considered canon.
 
   [K] <https://www.freebsd.org/cgi/man.cgi?query=style>
-  [L] <https://www.kernel.org/doc/Documentation/CodingStyle>
+  [L] <https://kernel.org/doc/Documentation/process/coding-style.rst>
 
 The code has a mix of an old coding style being phased out and the new
 style. New files should use the new style, changes to files with the old
diff --git a/scripts/Dpkg/BuildInfo.pm b/scripts/Dpkg/BuildInfo.pm
index 0792659bf..e52533c30 100644
--- a/scripts/Dpkg/BuildInfo.pm
+++ b/scripts/Dpkg/BuildInfo.pm
@@ -140,7 +140,7 @@ my @env_allowed = (
     qw(
         DPKG_GENSYMBOLS_CHECK_LEVEL
     ),
-    # See <https://reproducible-builds.org/specs/source-date-epoch>.
+    # See <https://reproducible-builds.org/specs/source-date-epoch/>.
     qw(
         SOURCE_DATE_EPOCH
     ),
diff --git a/scripts/Dpkg/OpenPGP/Backend/SOP.pm 
b/scripts/Dpkg/OpenPGP/Backend/SOP.pm
index f48cec90c..0c95de6f1 100644
--- a/scripts/Dpkg/OpenPGP/Backend/SOP.pm
+++ b/scripts/Dpkg/OpenPGP/Backend/SOP.pm
@@ -23,7 +23,7 @@ Dpkg::OpenPGP::Backend::SOP - OpenPGP backend for SOP
 
 This module provides a class that implements the OpenPGP backend
 for the Stateless OpenPGP Command-Line Interface, as described in
-L<https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli>.
+L<https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/>.
 
 B<Note>: This is a private module, its API can change at any time.
 
diff --git a/scripts/t/Dpkg_Changelog/shadow b/scripts/t/Dpkg_Changelog/shadow
index a23da5822..e4cc7a10d 100644
--- a/scripts/t/Dpkg_Changelog/shadow
+++ b/scripts/t/Dpkg_Changelog/shadow
@@ -41,7 +41,7 @@ shadow (1:4.0.3-36) unstable; urgency=low
         Closes: #315767
       - replaced "test XXX -a YYY" XSI:isms with "test XXX && test YYY",
         for rationale see:
-        http://www.opengroup.org/onlinepubs/009695399/utilities/test.html
+        https://pubs.opengroup.org/onlinepubs/009695399/utilities/test.html
       - replaced all unneeded "egrep"s with basic "grep"s
         Closes: #256732
     - debian/rules:
diff --git a/scripts/t/origins/gnewsense b/scripts/t/origins/gnewsense
index e67f86296..8fff6f0d1 100644
--- a/scripts/t/origins/gnewsense
+++ b/scripts/t/origins/gnewsense
@@ -1,4 +1,4 @@
 Vendor: gNewSense
-Vendor-URL: http://www.gnewsense.org/
+Vendor-URL: https://www.gnewsense.org/
 Bugs: https://savannah.nongnu.org/bugs/?group=gnewsense
 Parent: Debian
diff --git a/utils/update-alternatives.polkit.in 
b/utils/update-alternatives.polkit.in
index a712bc366..f6162f65f 100644
--- a/utils/update-alternatives.polkit.in
+++ b/utils/update-alternatives.polkit.in
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE policyconfig PUBLIC
  "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
- "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd";>
+ "https://specifications.freedesktop.org/PolicyKit/1.0/policyconfig.dtd";>
 <policyconfig>
   <vendor>The Dpkg Project</vendor>
   <vendor_url>https://wiki.debian.org/Teams/Dpkg</vendor_url>

-- 
Dpkg.Org's dpkg

Reply via email to