unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] debian: use pristine-tar
@ 2018-02-04 21:34 Daniel Kahn Gillmor
  0 siblings, 0 replies; only message in thread
From: Daniel Kahn Gillmor @ 2018-02-04 21:34 UTC (permalink / raw)
  To: Notmuch Mail

Some (all?) versions of git-buildpackage default to not using
pristine-tar.

Most recently, i stumbled into this trying to build a
stretch-backports package, which was rejected because the orig.tar.gz
did not match.

Stating this clearly in debian/gbp.conf would have avoided this
problem for me.
---
 debian/gbp.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/gbp.conf b/debian/gbp.conf
index 6cb451a4..38aac14d 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -15,3 +15,6 @@ upstream-tag = %(version)s
 
 # Format for the debian tag
 debian-tag = debian/%(version)s
+
+# use pristine-tar:
+pristine-tar = True
-- 
2.15.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-02-04 21:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-04 21:34 [PATCH] debian: use pristine-tar Daniel Kahn Gillmor

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).