[mate-sensors-applet] 08/13: debian/rules: Create orig tarball in ../ rather than in .
Martin Wimpress
flexiondotorg-guest at moszumanska.debian.org
Thu Jun 18 10:19:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
flexiondotorg-guest pushed a commit to branch debian/experimental
in repository mate-sensors-applet.
commit 3e581cc3f632f47ed545c4ebab789ce90442fadb
Author: Martin Wimpress <code at flexion.org>
Date: Thu Jun 18 11:03:28 2015 +0100
debian/rules: Create 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 fdfc7db..ae9f085 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/mate-sensors-applet.git
More information about the pkg-mate-commits
mailing list