[mate-utils] 01/09: debian/rules: Create orig tarball in ../ rather than in .

Mike Gabriel sunweaver at debian.org
Mon Jul 20 23:45:30 UTC 2015


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

sunweaver pushed a commit to branch debian/experimental
in repository mate-utils.

commit de52ecf8f7b05371eaad5ac235ea85b3daefa267
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Jul 21 00:44:30 2015 +0200

    debian/rules: Create orig tarball in ../ rather than in .
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 5072352..36de972 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,5 +49,5 @@ $(PKG)_$(VER)$(DTYPE).orig.tar.xz:
 	$(RM) -v $(PKG)_$(VER).orig.tar.*
 	@echo "# Packing..."
 	find -L "$(PKG)-$(VER)" -xdev -type f -print | sort \
-	    | XZ_OPT="-6v" tar -caf "$(PKG)_$(VER)$(DTYPE).orig.tar.xz" -T- --owner=root --group=root --mode=a+rX \
+	    | 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/mate-utils.git



More information about the pkg-mate-commits mailing list