[caja] 03/07: debian/rules: Create orig tarball in ../ rather than in $(CURDIR).
Mike Gabriel
sunweaver at debian.org
Mon Jun 15 07:50:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch debian/experimental
in repository caja.
commit 05e6aaa693f9c9c3952f79802409de10be787fb4
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Mon Jun 15 09:11:46 2015 +0200
debian/rules: Create orig tarball in ../ rather than in $(CURDIR).
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 16bc0c9..7a05a71 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,4 +43,4 @@ get-orig-source: $(PKG)_$(VER)$(DTYPE).orig.tar.xz $(info I: $(PKG)_$(VER)$(DTYP
$(PKG)_$(VER)$(DTYPE).orig.tar.xz:
@echo "# Downloading..."
- uscan --noconf --verbose --rename --destdir=$(CURDIR) --check-dirname-level=0 --force-download --download-version $(VER) $(PKD)
+ uscan --noconf --verbose --rename --destdir=.. --check-dirname-level=0 --force-download --download-version $(VER) $(PKD)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/caja.git
More information about the pkg-mate-commits
mailing list