[mate-panel] 01/05: debian/rules: Create repacked orig tarball in ../ rather than in .
Mike Gabriel
sunweaver at debian.org
Tue Jun 16 18:59:03 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-panel.
commit 2e5aa5d8d27fd2781ce9b2f911d9c91b391845ae
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Jun 16 20:37:10 2015 +0200
debian/rules: Create repacked 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 1fa31b2..8367ad5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,5 +56,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-panel.git
More information about the pkg-mate-commits
mailing list