[mate-control-center] 06/14: debian/rules: Create orig tarball in ../ rather than in .

Mike Gabriel sunweaver at debian.org
Thu Jun 18 09:03:04 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-control-center.

commit 4556ae752ceedf3cfcac8ccd1ac1477aa09c7bb8
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Jun 17 16:37:19 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 b8a4ac9..ee6bab8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,5 +59,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-control-center.git



More information about the pkg-mate-commits mailing list