[pluma] 01/06: debian/rules: Create orig tar ball in ../ rather than in $(CURDIR).

Mike Gabriel sunweaver at debian.org
Wed Aug 19 20:24:51 UTC 2015


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

sunweaver pushed a commit to branch master
in repository pluma.

commit 2e4bf886ff7cd220171db0203894047c6f62be3f
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Aug 19 21:39:16 2015 +0200

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

diff --git a/debian/rules b/debian/rules
index fc74257..8c024a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,5 +57,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/pluma.git



More information about the pkg-mate-commits mailing list