[Pkg-sdl-commits] [libsdl1.2] 07/08: Move --clamp-mtime option for tar to the end to avoid syntax error
Manuel A. Fernandez Montecelo
mafm at moszumanska.debian.org
Sat Mar 12 00:40:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
mafm pushed a commit to branch master
in repository libsdl1.2.
commit bf3c2133a7ff91904b5c009fb32426d689cefce1
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date: Sat Mar 12 00:32:05 2016 +0000
Move --clamp-mtime option for tar to the end to avoid syntax error
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 9cbde86..32e688e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,7 +62,7 @@ override_dh_auto_configure:
override_dh_auto_build:
dh_auto_build
- GZIP="-9n" tar --clamp-mtime --mtime="$(SOURCE_DATE)" czf debian/examples.tar.gz test --owner=0 --group=0 --mode=go=rX,u+rw,a-s
+ GZIP="-9n" tar czf debian/examples.tar.gz test --owner=0 --group=0 --mode=go=rX,u+rw,a-s --clamp-mtime --mtime="$(SOURCE_DATE)"
override_dh_auto_clean:
dh_auto_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/libsdl1.2.git
More information about the pkg-sdl-commits
mailing list