[Pkg-privacy-commits] [xul-ext-monkeysphere] 165/296: avoid use of pristine-tar when creating debian package, since git archive creates replicable tarballs automatically.

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian
in repository xul-ext-monkeysphere.

commit 9e18c0b6ac2558314e27692e42d51ea486ed144f
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Tue Mar 9 13:49:29 2010 -0500

    avoid use of pristine-tar when creating debian package, since git archive creates replicable tarballs automatically.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 2bb9fa5..14f31e7 100755
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ xpi:
 	git archive --format=zip --output=monkeysphere.xpi HEAD
 
 debian-package:
-	git buildpackage -uc -us --git-upstream-branch=master --git-debian-branch=debian
+	git buildpackage -uc -us --git-upstream-branch=master --git-debian-branch=debian --git-no-pristine-tar
 
 clean:
 	rm -f monkeysphere.xpi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/xul-ext-monkeysphere.git



More information about the Pkg-privacy-commits mailing list