Re: [PATCH 4/6] debian: use Package-Type over its predecessor
From: "Darrick J. Wong" <djwong@kernel.org>
Date: 2021-01-14 20:51:51
From: "Darrick J. Wong" <djwong@kernel.org>
Date: 2021-01-14 20:51:51
On Thu, Jan 14, 2021 at 07:37:45PM +0100, Bastian Germann wrote:
The debian/control file contains an XC-Package-Type field. As of dpkg-dev 1.15.7, the dpkg development utilities recognize Package-Type as an official field name. Signed-off-by: Bastian Germann <redacted>
LGTM, Reviewed-by: Darrick J. Wong <djwong@kernel.org> --D
--- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/debian/control b/debian/control index 64e01f93..ceda0241 100644 --- a/debian/control +++ b/debian/control@@ -47,7 +47,7 @@ Description: XFS filesystem-specific static libraries and headers for complete details. Package: xfsprogs-udeb -XC-Package-Type: udeb +Package-Type: udeb Section: debian-installer Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}-- 2.30.0