From: Mark Wooding Date: Thu, 8 Apr 2010 09:01:37 +0000 (+0100) Subject: debian/rules: Use `git' potty wrapper. X-Git-Tag: 1.03-6^0 X-Git-Url: https://git.distorted.org.uk/~mdw/qmail/commitdiff_plain/1c6a530e48259ad4085dd5a93256569d37fc4b2d debian/rules: Use `git' potty wrapper. --- diff --git a/debian/rules b/debian/rules index b9ceed6..8c51ce3 100755 --- a/debian/rules +++ b/debian/rules @@ -2,9 +2,9 @@ # mdw-setup: - upstream=`git-describe djb | sed 's:^djb/::'`; \ + upstream=`git describe djb | sed 's:^djb/::'`; \ dir=qmail_$$upstream.orig; \ - git-tar-tree djb $$dir | gzip -9c >../$$dir.tar.gz + git tar-tree djb $$dir | gzip -9c >../$$dir.tar.gz build: $(checkdir)