[mate-icon-theme-faenza] 01/02: debian/rules: Create orig tarball in ../ rather than in $(CURDIR).

Mike Gabriel sunweaver at debian.org
Wed Sep 2 03:53:12 UTC 2015


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

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

commit e1dfe8afa30ee4e2e7d6efd7f1a0d062066cf959
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Sep 2 05:43:50 2015 +0200

    debian/rules: Create orig tarball in ../ rather than in $(CURDIR).
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index bf2d132..1b30108 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,5 +43,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 \
-	    && $(RM) -r "$(PKG)-$(VER)"
\ No newline at end of file
+	    | 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-icon-theme-faenza.git



More information about the pkg-mate-commits mailing list