[numix-icon-theme] 01/01: debian/rules: Include directories when generating orig tarball. (Closes: #842786).

Mike Gabriel sunweaver at debian.org
Tue Aug 1 22:43:56 UTC 2017


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository numix-icon-theme.

commit e3cfb2c588b3af17f32c29d9c8c2002eb21062f7
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Aug 1 18:43:50 2017 -0400

    debian/rules: Include directories when generating orig tarball. (Closes: #842786).
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 1677087..6c6dff7 100755
--- 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)"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/numix-icon-theme.git



More information about the pkg-mate-commits mailing list