diff --git a/debian/gbp.conf b/debian/gbp.conf index fdeb84497e..a4813a0dee 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,2 +1,2 @@ [DEFAULT] -component = [ 'core-js', 'derailed-benchmarks', 'heapy', 'ruby-statistics' ] +component = [ 'core-js', 'derailed-benchmarks', 'heapy', 'ruby-statistics', 'snowplow-tracker' ] diff --git a/debian/watch b/debian/watch index cdc3b58b8c..5150fe4532 100644 --- a/debian/watch +++ b/debian/watch @@ -17,3 +17,6 @@ https://gemwatch.debian.net/heapy .*/heapy-(.*).tar.gz ignore opts="pgpmode=none,component=ruby-statistics" \ https://gemwatch.debian.net/ruby-statistics .*/ruby-statistics-(.*).tar.gz ignore + +opts="pgpmode=none,component=snowplow-tracker" \ +https://gemwatch.debian.net/snowplow-tracker .*/snowplow-tracker-(.*).tar.gz ignore