From: Darrick J. Wong Date: Thu, 28 Mar 2019 23:04:51 +0000 (-0500) Subject: debian: drop dangling libhandle.a symlinks in xfslibs-dev X-Git-Tag: v5.0.0-rc1~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4efcad54790c39bd4d8196a8525404b0d411d0f2;p=thirdparty%2Fxfsprogs-dev.git debian: drop dangling libhandle.a symlinks in xfslibs-dev 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 Reviewed-by: Nathan Scott Signed-off-by: Eric Sandeen --- diff --git a/debian/rules b/debian/rules index 4c50654c2..80dff4bb1 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