diff mbox series

[2/6] debian: remove dependency on essential util-linux

Message ID 20210114183747.2507-3-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
Essential packages must not be part of Depends.

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:48 p.m. UTC | #1
On Thu, Jan 14, 2021 at 07:37:43PM +0100, Bastian Germann wrote:
> Essential packages must not be part of Depends.
> 
> Signed-off-by: Bastian Germann <bastiangermann@fishpost.de>

/me wonders what section of the debian packaging manuals say that, but
Lintian certain complains about the unversioned dependency and I guess
we should get ourselves off the bad list[1].  IOWs, good enough for me.
:)

Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>

[1] https://lintian.debian.org/tags/depends-on-essential-package-without-using-version.html

--D

> ---
>  debian/control | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/debian/control b/debian/control
> index 49ffd340..34dce4d5 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -8,7 +8,7 @@ Standards-Version: 4.0.0
>  Homepage: https://xfs.wiki.kernel.org/
>  
>  Package: xfsprogs
> -Depends: ${shlibs:Depends}, ${misc:Depends}, python3:any, util-linux
> +Depends: ${shlibs:Depends}, ${misc:Depends}, python3:any
>  Provides: fsck-backend
>  Suggests: xfsdump, acl, attr, quota
>  Breaks: xfsdump (<< 3.0.0)
> -- 
> 2.30.0
>
diff mbox series

Patch

diff --git a/debian/control b/debian/control
index 49ffd340..34dce4d5 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@  Standards-Version: 4.0.0
 Homepage: https://xfs.wiki.kernel.org/
 
 Package: xfsprogs
-Depends: ${shlibs:Depends}, ${misc:Depends}, python3:any, util-linux
+Depends: ${shlibs:Depends}, ${misc:Depends}, python3:any
 Provides: fsck-backend
 Suggests: xfsdump, acl, attr, quota
 Breaks: xfsdump (<< 3.0.0)