summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2019-02-13 20:32:39 -0500
committerGravatar Benjamin Barenblat <bbaren@google.com>2019-02-13 20:32:39 -0500
commit7ecbed522b4b4a9829eb9bd7b3f36db53788a77c (patch)
tree4b2a6d704561754d5d94831f3aff307fbfaab8c9
parent4f8ae900f852981023515f9bc6bf7d14580f57ea (diff)
Prepare to import v8.9 snapshot
Upstream has started including a .travis.yml, so filter that out of the upstream tarball to prevent Salsa from trying to run upstream’s CI.
-rw-r--r--debian/copyright1
-rw-r--r--debian/gbp.conf2
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright
index 27e4338..419ade1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -10,6 +10,7 @@ License: LGPL-3+
Files: debian/*
Copyright: 2010, Stéphane Glondu <steph@glondu.net>
+ 2018, Google LLC
License: LGPL-3+
License: LGPL-3+
diff --git a/debian/gbp.conf b/debian/gbp.conf
index cec628c..4a83e94 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,2 +1,4 @@
[DEFAULT]
pristine-tar = True
+filter-pristine-tar = True
+filter = [".travis.yml"]