From 565a89075cd9f56cef2d04d4c48da7a9f17fa781 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Wed, 1 Nov 2023 14:01:08 +0000
Subject: [PATCH] debianutils: upgrade 5.13 -> 5.14

---
 ...ebianutils_5.13.bb => debianutils_5.14.bb} | 30 +++++++++++++++++--
 1 file changed, 28 insertions(+), 2 deletions(-)
 rename meta/recipes-support/debianutils/{debianutils_5.13.bb => debianutils_5.14.bb} (67%)

diff --git a/meta/recipes-support/debianutils/debianutils_5.13.bb b/meta/recipes-support/debianutils/debianutils_5.14.bb
similarity index 67%
rename from meta/recipes-support/debianutils/debianutils_5.13.bb
rename to meta/recipes-support/debianutils/debianutils_5.14.bb
index 915277b42c..a2e3fe4281 100644
--- a/meta/recipes-support/debianutils/debianutils_5.13.bb
+++ b/meta/recipes-support/debianutils/debianutils_5.14.bb
@@ -1,3 +1,29 @@
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- debian/copyright
+# +++ debian/copyright
+# @@ -39,10 +39,10 @@
+#   redistributed under the terms of the GNU GPL, Version 2 or later,
+#   found on Debian systems in the file /usr/share/common-licenses/GPL-2.
+#  
+# -Files: which
+# +Files: which.debianutils
+#  Copyright: public-domain
+#  License: public-domain
+# - which is in the public domain.
+# + which.debianutils is in the public domain.
+#  
+#  Files: savelog
+#  Copyright:
+# 
+#
+
 SUMMARY = "Miscellaneous utilities specific to Debian"
 DESCRIPTION = "Provides a number of small utilities which are used \
 primarily by the installation scripts of Debian packages, although \
@@ -6,12 +32,12 @@ HOMEPAGE = "https://packages.debian.org/sid/debianutils"
 BUGTRACKER = "https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=debianutils;dist=unstable"
 SECTION = "base"
 LICENSE = "GPL-2.0-only & SMAIL_GPL"
-LIC_FILES_CHKSUM = "file://debian/copyright;md5=74765f57ae5dd2b10ffbc39528d98753"
+LIC_FILES_CHKSUM = "file://debian/copyright;md5=4b667f30411d21bc8fd7db85d502a8e9"
 
 SRC_URI = "git://salsa.debian.org/debian/debianutils.git;protocol=https;branch=master \
            "
 
-SRCREV = "d49a78eb264c1b2ad3d0d6de8e1fb776bda9c943"
+SRCREV = "7e63b32ea4126c70a5da958f0106add267810a94"
 
 inherit autotools update-alternatives
 
-- 
2.39.2

