diff -Nru ruby-classifier-1.3.4/debian/changelog ruby-classifier-1.3.4/debian/changelog --- ruby-classifier-1.3.4/debian/changelog 2014-10-13 22:19:44.000000000 +0000 +++ ruby-classifier-1.3.4/debian/changelog 2019-03-24 06:17:20.000000000 +0000 @@ -1,3 +1,22 @@ +ruby-classifier (1.3.4-3) unstable; urgency=medium + + [ Cédric Boutillier ] + * Bump debhelper compatibility level to 9 + * Remove version in the gem2deb build-dependency + * Use https:// in Vcs-* fields + * Use https:// in Vcs-* fields + * Bump Standards-Version to 3.9.7 (no changes needed) + * Run wrap-and-sort on packaging files + + [ Youhei SASAKI ] + * d/watch: use gemwatch + * d/copyright: fix insecure-copyright-format-uri + * d/control: update Vcs-{Git,Browser}. use salsa + * d/control: Bump Standard Version 4.3.0 + * d/{control,compat}: Bump compat 11 + + -- Youhei SASAKI Sun, 24 Mar 2019 15:17:20 +0900 + ruby-classifier (1.3.4-2) unstable; urgency=low * Team upload. diff -Nru ruby-classifier-1.3.4/debian/compat ruby-classifier-1.3.4/debian/compat --- ruby-classifier-1.3.4/debian/compat 2012-05-11 22:21:50.000000000 +0000 +++ ruby-classifier-1.3.4/debian/compat 2019-03-24 06:17:02.000000000 +0000 @@ -1 +1 @@ -7 +11 diff -Nru ruby-classifier-1.3.4/debian/control ruby-classifier-1.3.4/debian/control --- ruby-classifier-1.3.4/debian/control 2014-10-13 22:19:44.000000000 +0000 +++ ruby-classifier-1.3.4/debian/control 2019-03-24 06:17:07.000000000 +0000 @@ -3,11 +3,13 @@ Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Youhei SASAKI -Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~), rake, - ruby-fast-stemmer -Standards-Version: 3.9.6 -Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-classifier.git -Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-classifier.git;a=summary +Build-Depends: debhelper (>= 11~), + gem2deb, + rake, + ruby-fast-stemmer +Standards-Version: 4.3.0 +Vcs-Git: https://salsa.debian.org/ruby-team/ruby-classifier.git +Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-classifier Homepage: https://github.com/cardmagic/classifier XS-Ruby-Versions: all Testsuite: autopkgtest-pkg-ruby @@ -15,8 +17,10 @@ Package: ruby-classifier Architecture: all XB-Ruby-Versions: ${ruby:Versions} -Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, - ruby-fast-stemmer +Depends: ruby | ruby-interpreter, + ruby-fast-stemmer, + ${misc:Depends}, + ${shlibs:Depends} Recommends: ruby-gsl Description: Ruby module to allow Bayesian and other types of classifications Classifier is a general module to allow Bayesian and other types of diff -Nru ruby-classifier-1.3.4/debian/copyright ruby-classifier-1.3.4/debian/copyright --- ruby-classifier-1.3.4/debian/copyright 2014-10-13 22:19:44.000000000 +0000 +++ ruby-classifier-1.3.4/debian/copyright 2019-03-24 06:15:28.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: classifier Source: https://github.com/cardmagic/classifier @@ -43,4 +43,3 @@ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff -Nru ruby-classifier-1.3.4/debian/watch ruby-classifier-1.3.4/debian/watch --- ruby-classifier-1.3.4/debian/watch 2012-05-11 22:21:50.000000000 +0000 +++ ruby-classifier-1.3.4/debian/watch 2019-03-24 06:12:48.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/classifier .*/classifier-(.*).tar.gz +https://gemwatch.debian.net/classifier .*/classifier-(.*).tar.gz