diff --git a/debian/gbp.conf b/debian/gbp.conf index 4a7713248e..fdeb84497e 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,2 +1,2 @@ [DEFAULT] -component = [ 'core-js', 'derailed-benchmarks', 'heapy' ] +component = [ 'core-js', 'derailed-benchmarks', 'heapy', 'ruby-statistics' ] diff --git a/debian/watch b/debian/watch index 99e5098f89..cdc3b58b8c 100644 --- a/debian/watch +++ b/debian/watch @@ -14,3 +14,6 @@ https://gemwatch.debian.net/derailed_benchmarks .*/derailed_benchmarks-(.*).tar. opts="pgpmode=none,component=heapy" \ 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