[marco] 03/05: debian/rules: Create orig tarball in ../ instead of .
Mike Gabriel
sunweaver at debian.org
Tue Jun 16 04:33:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch debian/experimental
in repository marco.
commit 772899d50a6db5925ca6d56b4ccf952a185e3af6
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Jun 16 05:20:12 2015 +0200
debian/rules: Create orig tarball in ../ instead of .
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 7b300fc..16d9b39 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,5 +51,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/marco.git
More information about the pkg-mate-commits
mailing list