diff -Nru ruby-jekyll-paginate-1.1.0/debian/changelog ruby-jekyll-paginate-1.1.0/debian/changelog --- ruby-jekyll-paginate-1.1.0/debian/changelog 2019-07-20 01:29:51.000000000 +0000 +++ ruby-jekyll-paginate-1.1.0/debian/changelog 2019-11-10 23:09:22.000000000 +0000 @@ -1,3 +1,13 @@ +ruby-jekyll-paginate (1.1.0-3) unstable; urgency=medium + + * Team upload. + * d/control (Standards-Version): Bump to 4.4.1. + (Build-Depends): Add proper test dependencies rspec, rake and jekyll. + (Depends): Add proper jekyll dependencies. + * d/watch: Fix version expression. + + -- Daniel Leidert Mon, 11 Nov 2019 00:09:22 +0100 + ruby-jekyll-paginate (1.1.0-2) unstable; urgency=medium * Team upload. diff -Nru ruby-jekyll-paginate-1.1.0/debian/control ruby-jekyll-paginate-1.1.0/debian/control --- ruby-jekyll-paginate-1.1.0/debian/control 2019-07-20 01:29:51.000000000 +0000 +++ ruby-jekyll-paginate-1.1.0/debian/control 2019-11-10 23:09:22.000000000 +0000 @@ -3,8 +3,8 @@ Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Youhei SASAKI -Build-Depends: debhelper (>= 12~), gem2deb (>= 0.7.5~) -Standards-Version: 4.4.0 +Build-Depends: debhelper (>= 12~), gem2deb, jekyll, rake, ruby-rspec-core +Standards-Version: 4.4.1 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-jekyll-paginate.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-jekyll-paginate Homepage: https://github.com/jekyll/jekyll-paginate @@ -14,7 +14,7 @@ Package: ruby-jekyll-paginate Architecture: all XB-Ruby-Versions: ${ruby:Versions} -Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter +Depends: jekyll, ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends} Enhances: jekyll Description: Default pagination generator for Jekyll Jekyll::Paginate is a plugin providing the default pagination generator diff -Nru ruby-jekyll-paginate-1.1.0/debian/watch ruby-jekyll-paginate-1.1.0/debian/watch --- ruby-jekyll-paginate-1.1.0/debian/watch 2019-07-20 01:29:51.000000000 +0000 +++ ruby-jekyll-paginate-1.1.0/debian/watch 2019-11-10 23:09:22.000000000 +0000 @@ -1,2 +1,2 @@ version=4 -https://gemwatch.debian.net/jekyll-paginate .*/jekyll-paginate(.*).tar.gz +https://gemwatch.debian.net/jekyll-paginate .*/jekyll-paginate-([\d.]+)\.tar\.gz