diff mbox series

[4/6] debian: use Package-Type over its predecessor

Message ID 20210114183747.2507-5-bastiangermann@fishpost.de (mailing list archive)
State Superseded
Headers show
Series debian: xfsprogs package clean-up | expand

Commit Message

Bastian Germann Jan. 14, 2021, 6:37 p.m. UTC
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 <bastiangermann@fishpost.de>
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Darrick J. Wong Jan. 14, 2021, 8:51 p.m. UTC | #1
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 <bastiangermann@fishpost.de>

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
>
diff mbox series

Patch

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}