[mate-netspeed] 01/03: debian/rules: Create orig tarballs in ../ rather than in .
Mike Gabriel
sunweaver at debian.org
Mon Jul 20 22:30:14 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-netspeed.
commit 9385f084eb5b174c463c702a7dc5d23c8c81d274
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Jul 21 00:16:59 2015 +0200
debian/rules: Create orig tarballs in ../ rather than in .
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index cd956db..459603b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,5 +36,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-netspeed.git
More information about the pkg-mate-commits
mailing list