diff mbox series

[04/36] debian: drop dangling libhandle.a symlinks in xfslibs-dev

Message ID 155259744781.31886.15637750109545213350.stgit@magnolia (mailing list archive)
State Accepted
Headers show
Series xfsprogs-5.0: fix various problems | expand

Commit Message

Darrick J. Wong March 14, 2019, 9:04 p.m. UTC
From: Darrick J. Wong <darrick.wong@oracle.com>

We don't ship static libhandle libraries anymore, so make sure we drop
the symlink.

Fixes: ec1cf08dbeb2d ("Several updates to use more modern Debian packaging")
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
---
 debian/rules |    1 +
 1 file changed, 1 insertion(+)

Comments

Nathan Scott March 15, 2019, 12:14 a.m. UTC | #1
On Fri, Mar 15, 2019 at 8:04 AM Darrick J. Wong <darrick.wong@oracle.com> wrote:
>
> From: Darrick J. Wong <darrick.wong@oracle.com>
>
> We don't ship static libhandle libraries anymore, so make sure we drop
> the symlink.
>
> Fixes: ec1cf08dbeb2d ("Several updates to use more modern Debian packaging")
> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>

LGTM.

Reviewed-by: Nathan Scott <nathans@debian.org>

cheers.

--
Nathan
Allison Henderson March 15, 2019, 10:02 p.m. UTC | #2
Alighty, looks ok.

Reviewed-by: Allison Henderson <allison.henderson@oracle.com>

On 3/14/19 2:04 PM, Darrick J. Wong wrote:
> From: Darrick J. Wong <darrick.wong@oracle.com>
> 
> We don't ship static libhandle libraries anymore, so make sure we drop
> the symlink.
> 
> Fixes: ec1cf08dbeb2d ("Several updates to use more modern Debian packaging")
> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
> ---
>   debian/rules |    1 +
>   1 file changed, 1 insertion(+)
> 
> 
> diff --git a/debian/rules b/debian/rules
> index 4c50654c..80dff4bb 100755
> --- a/debian/rules
> +++ b/debian/rules
> @@ -80,6 +80,7 @@ binary-arch: checkroot built
>   	install -D -m 0755 debian/local/initramfs.hook debian/xfsprogs/usr/share/initramfs-tools/hooks/xfs
>   	rmdir debian/xfslibs-dev/usr/share/doc/xfsprogs
>   	rm -f debian/xfslibs-dev/lib/libhandle.la
> +	rm -f debian/xfslibs-dev/lib/libhandle.a
>   	rm -fr debian/xfslibs-dev/usr/lib
>   	dh_installdocs
>   	dh_installchangelogs
>
diff mbox series

Patch

diff --git a/debian/rules b/debian/rules
index 4c50654c..80dff4bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -80,6 +80,7 @@  binary-arch: checkroot built
 	install -D -m 0755 debian/local/initramfs.hook debian/xfsprogs/usr/share/initramfs-tools/hooks/xfs
 	rmdir debian/xfslibs-dev/usr/share/doc/xfsprogs
 	rm -f debian/xfslibs-dev/lib/libhandle.la
+	rm -f debian/xfslibs-dev/lib/libhandle.a
 	rm -fr debian/xfslibs-dev/usr/lib
 	dh_installdocs
 	dh_installchangelogs