[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/02: Update freedesktop.org specification URLs



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

jwilk pushed a commit to branch master
in repository lintian.

commit 1cc4803dce8bba9c4a320362d0f05706bcd119db
Author: Jakub Wilk <jwilk@debian.org>
Date:   Sat Feb 27 22:35:57 2016 +0100

    Update freedesktop.org specification URLs
    
    The specifications moved from http://standards.freedesktop.org/ to
    https://specifications.freedesktop.org/.
---
 checks/files.desc                   |  2 +-
 checks/menu-format.desc             | 20 ++++++++++----------
 checks/menu-format.pm               |  6 +++---
 data/menu-format/known-desktop-keys |  2 +-
 debian/changelog                    |  4 ++++
 5 files changed, 19 insertions(+), 15 deletions(-)

diff --git a/checks/files.desc b/checks/files.desc
index be29800..a7e3988 100644
--- a/checks/files.desc
+++ b/checks/files.desc
@@ -761,7 +761,7 @@ Severity: important
 Certainty: certain
 Info: Package contains a .thumbnails directory. It was most likely installed by
  accident, since thumbnails usually don't belong in packages.
-Ref: http://standards.freedesktop.org/thumbnail-spec/thumbnail-spec-0.8.0.html
+Ref: https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-0.8.0.html
 
 Tag: package-contains-vcs-control-file
 Severity: normal
diff --git a/checks/menu-format.desc b/checks/menu-format.desc
index dfb5c5c..eda3fea 100644
--- a/checks/menu-format.desc
+++ b/checks/menu-format.desc
@@ -252,7 +252,7 @@ Info: The desktop entry file has lines ending in CRLF instead of just LF.
  <tt>CR</tt> character in the file:
  .
  <tt>sed -i 's/\r//g' path/to/file</tt>
-Ref: http://standards.freedesktop.org/desktop-entry-spec/1.0/ar01s02.html
+Ref: https://specifications.freedesktop.org/desktop-entry-spec/1.0/ar01s02.html
 
 Tag: duplicated-key-in-desktop-entry
 Severity: normal
@@ -270,7 +270,7 @@ Info: Desktop entries must contain, at a minimum, the keys Type and Name.
  .
  The desktop-file-validate tool in the desktop-file-utils package is
  useful for checking the syntax of desktop entries.
-Ref: http://standards.freedesktop.org/desktop-entry-spec/1.0/ar01s05.html
+Ref: https://specifications.freedesktop.org/desktop-entry-spec/1.0/ar01s05.html
 
 Tag: desktop-entry-contains-unknown-key
 Severity: minor
@@ -282,7 +282,7 @@ Info: The key on this line of the desktop entry is not one of the standard
  .
  The desktop-file-validate tool in the desktop-file-utils package is
  useful for checking the syntax of desktop entries.
-Ref: http://standards.freedesktop.org/desktop-entry-spec/1.0/ar01s05.html
+Ref: https://specifications.freedesktop.org/desktop-entry-spec/1.0/ar01s05.html
 
 Tag: desktop-entry-contains-deprecated-key
 Severity: normal
@@ -292,7 +292,7 @@ Info: The key on this line of the desktop entry has been deprecated in the
  .
  The desktop-file-validate tool in the desktop-file-utils package is
  useful for checking the syntax of desktop entries.
-Ref: http://standards.freedesktop.org/desktop-entry-spec/1.0/apc.html
+Ref: https://specifications.freedesktop.org/desktop-entry-spec/1.0/apc.html
 
 Tag: desktop-entry-contains-encoding-key
 Severity: wishlist
@@ -304,7 +304,7 @@ Info: The Encoding key is now deprecated by the FreeDesktop standard and
  .
  The desktop-file-validate tool in the desktop-file-utils package is
  useful for checking the syntax of desktop entries.
-Ref: http://standards.freedesktop.org/desktop-entry-spec/1.0/apc.html
+Ref: https://specifications.freedesktop.org/desktop-entry-spec/1.0/apc.html
 
 Tag: desktop-entry-lacks-main-category
 Severity: normal
@@ -315,7 +315,7 @@ Info: The categories for this desktop entry do not contain any Main
  .
  The desktop-file-validate tool in the desktop-file-utils package is
  useful for checking the syntax of desktop entries.
-Ref: http://standards.freedesktop.org/menu-spec/1.0/apa.html
+Ref: https://specifications.freedesktop.org/menu-spec/1.0/apa.html
 
 Tag: desktop-entry-lacks-keywords-entry
 Severity: wishlist
@@ -330,7 +330,7 @@ Info: This .desktop file does either not contain a "Keywords" entry or it does
  .
  The desktop-file-validate tool in the desktop-file-utils package is
  useful for checking the syntax of desktop entries.
-Ref: http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s05.html,
+Ref: https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s05.html,
  #693918, https://wiki.gnome.org/Initiatives/GnomeGoals/DesktopFileKeywords
 
 Tag: desktop-entry-uses-reserved-category
@@ -344,7 +344,7 @@ Info: This desktop entry includes a Reserved Category, one which has a
  .
  The desktop-file-validate tool in the desktop-file-utils package is
  useful for checking the syntax of desktop entries.
-Ref: http://standards.freedesktop.org/menu-spec/1.0/apa.html
+Ref: https://specifications.freedesktop.org/menu-spec/1.0/apa.html
 
 Tag: desktop-entry-invalid-category
 Severity: normal
@@ -357,7 +357,7 @@ Info: This desktop entry lists a category that is not one of the
  .
  The desktop-file-validate tool in the desktop-file-utils package is
  useful for checking the syntax of desktop entries.
-Ref: http://standards.freedesktop.org/menu-spec/1.0/apa.html
+Ref: https://specifications.freedesktop.org/menu-spec/1.0/apa.html
 
 Tag: desktop-command-not-in-package
 Severity: normal
@@ -377,7 +377,7 @@ Info: The header on this line of the desktop entry has been deprecated in the
  .
  The desktop-file-validate tool in the desktop-file-utils package is
  useful for checking the syntax of desktop entries.
-Ref: http://standards.freedesktop.org/desktop-entry-spec/1.0/apc.html
+Ref: https://specifications.freedesktop.org/desktop-entry-spec/1.0/apc.html
 
 Tag: desktop-mime-but-no-exec-code
 Severity: normal
diff --git a/checks/menu-format.pm b/checks/menu-format.pm
index e396423..89ac191 100644
--- a/checks/menu-format.pm
+++ b/checks/menu-format.pm
@@ -80,7 +80,7 @@ my $MENU_SECTIONS
   = Lintian::Data->new('menu-format/menu-sections',qr|/|, \&_menu_sections);
 
 # Authoritative source of desktop keys:
-# http://standards.freedesktop.org/desktop-entry-spec/1.0/
+# https://specifications.freedesktop.org/desktop-entry-spec/1.0/
 #
 # This is a list of all keys that should be in every desktop entry.
 my @req_desktop_keys = qw(Type Name);
@@ -96,7 +96,7 @@ my $DEPRECATED_DESKTOP_KEYS
 my $KDE_DESKTOP_KEYS = Lintian::Data->new('menu-format/kde-desktop-keys');
 
 # Known types of desktop entries.
-# http://standards.freedesktop.org/desktop-entry-spec/1.0/ar01s05.html
+# https://specifications.freedesktop.org/desktop-entry-spec/1.0/ar01s05.html
 my %known_desktop_types = map { $_ => 1 } qw(
   Application
   Link
@@ -104,7 +104,7 @@ my %known_desktop_types = map { $_ => 1 } qw(
 );
 
 # Authoritative source of desktop categories:
-# http://standards.freedesktop.org/menu-spec/1.0/apa.html
+# https://specifications.freedesktop.org/menu-spec/1.0/apa.html
 
 # This is a list of all Main Categories for .desktop files.  Application is
 # added as an exception; it's not listed in the standard, but it's widely used
diff --git a/data/menu-format/known-desktop-keys b/data/menu-format/known-desktop-keys
index 81bfa7c..1b95466 100644
--- a/data/menu-format/known-desktop-keys
+++ b/data/menu-format/known-desktop-keys
@@ -1,4 +1,4 @@
-# from http://standards.freedesktop.org/desktop-entry-spec/1.1/ar01s05.html
+# from https://specifications.freedesktop.org/desktop-entry-spec/1.1/ar01s05.html
 # list of Recognized desktop entry keys
 # please alpha sort
 #
diff --git a/debian/changelog b/debian/changelog
index 7f41a2a..908574e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,10 @@ lintian (2.5.42) UNRELEASED; urgency=medium
     + [NT] Apply patch from Rafael Kitover to avoid some
       false-positives with the DEP-5 copyright format.
       (Closes: #795641)
+  * checks/files.desc:
+    + [JW] Update freedesktop.org specification URL.
+  * checks/menu-format.desc:
+    + [JW] Update freedesktop.org specification URLs.
   * checks/systemd.{desc,pm}:
     + [NT] Apply patch from Chris Lamb to flag systemd units
       without the "Documentation" key.  (Closes: #799083)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: