Bug#842786: marked as pending

Santiago Vila sanvila at unex.es
Tue Jan 10 11:00:23 UTC 2017


found 842786 0~20161113.45878a1-1
severity 842786 wishlist
thanks

On Tue, Jan 10, 2017 at 05:01:09AM -0500, Jeremy Bicha wrote:

> If you think there's something here that could be done better,
> please submit a patch (and probably submit it to the other Debian
> packages too).

Yes I do.

Summary: The orig tarball for this package does not contain
directory entries. This is easy to check with this command:

tar tvf numix-icon-theme_0~20161113.45878a1.orig.tar.xz | grep ^d

This is probably not a bug by itself, and that's why I'm downgrading
to wishlist, but it's annoying enough to the point that some build
schemes (sbuild + overlayfs + recent kernel) do not currently work.

The patch below should fix the problem as far as this package is
concerned. It should be noted that the real bug is in the kernel,
and this is just a workaround (we don't know when/if the kernel
bug will be fixed).

If you say that you can't reproduce it with Ubuntu, maybe the kernel
of Ubuntu has this issue already fixed. In such case, please do nothing
and give me some time to check this in Debian proper.

Thanks.

--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,6 @@ get-orig-source get-packaged-orig-source:
 	&& git checkout -b debiansource $(COMMIT) \
 	&& $(RM) -r .git .git*
 	@echo "# Packing..."
-	find -L "$(PKG)-$(VER)" -xdev -type f -print | sort \
+	find -L "$(PKG)-$(VER)" -xdev -type f -o -type d -print | sort \
 	| XZ_OPT="-6v" tar -caf "$(PKG)_$(VER)$(DTYPE).orig.tar.xz" -T- --owner=root --group=root --mode=a+rX \
 	&& $(RM) -r "$(PKG)-$(VER)"



More information about the pkg-mate-team mailing list