diff -Nru ruby-i18n-inflector-rails-1.0.7/debian/changelog ruby-i18n-inflector-rails-1.0.7/debian/changelog --- ruby-i18n-inflector-rails-1.0.7/debian/changelog 2015-09-04 04:52:38.000000000 +0000 +++ ruby-i18n-inflector-rails-1.0.7/debian/changelog 2018-08-28 15:32:46.000000000 +0000 @@ -1,3 +1,17 @@ +ruby-i18n-inflector-rails (1.0.7-4) unstable; urgency=medium + + * Team upload. + * Bump debhelper compatibility level to 11 + * Declare compliance with Debian Policy 4.2.1 + * Update VCS urls to point to salsa + * debian/control: add Testsuite field with autopkgtest-pkg-ruby + * debian/copyright: use secure urls in Format and Source fields + * debian/rules: check dependencies during the build + * debian/watch: update to use gemwatch.debian.net + * debian/control: fix typo in description, thanks lintian + + -- Lucas Kanashiro Tue, 28 Aug 2018 12:32:46 -0300 + ruby-i18n-inflector-rails (1.0.7-3) unstable; urgency=medium * Team upload. diff -Nru ruby-i18n-inflector-rails-1.0.7/debian/compat ruby-i18n-inflector-rails-1.0.7/debian/compat --- ruby-i18n-inflector-rails-1.0.7/debian/compat 2014-08-13 15:04:03.000000000 +0000 +++ ruby-i18n-inflector-rails-1.0.7/debian/compat 2018-08-28 15:32:46.000000000 +0000 @@ -1 +1 @@ -9 +11 diff -Nru ruby-i18n-inflector-rails-1.0.7/debian/control ruby-i18n-inflector-rails-1.0.7/debian/control --- ruby-i18n-inflector-rails-1.0.7/debian/control 2015-09-04 04:52:38.000000000 +0000 +++ ruby-i18n-inflector-rails-1.0.7/debian/control 2018-08-28 15:32:46.000000000 +0000 @@ -3,18 +3,19 @@ Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Pirate Praveen -Build-Depends: debhelper (>= 9), - gem2deb (>= 0.7.5~), +Build-Depends: debhelper (>= 11), + gem2deb, rake, ruby-actionpack (>= 2:3.0), ruby-i18n-inflector, ruby-rails-html-sanitizer, ruby-railties (>= 2:3.0), ruby-rspec -Standards-Version: 3.9.6 -Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-i18n-inflector-rails.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-i18n-inflector-rails.git;a=summary +Standards-Version: 4.2.1 +Vcs-Git: https://salsa.debian.org/ruby-team/ruby-i18n-inflector-rails.git +Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-i18n-inflector-rails Homepage: https://rubygems.org/gems/i18n-inflector-rails/ +Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Package: ruby-i18n-inflector-rails @@ -30,7 +31,7 @@ This Rails plug-in contains bindings for the I18n Inflector module for Ruby's I18n. . - It's intended to be used in a projects where tranlations are performed + It's intended to be used in a projects where translations are performed by many people, yet there is a need to inflect sentences or words by user's gender, person or other data. . diff -Nru ruby-i18n-inflector-rails-1.0.7/debian/copyright ruby-i18n-inflector-rails-1.0.7/debian/copyright --- ruby-i18n-inflector-rails-1.0.7/debian/copyright 2015-09-04 04:52:38.000000000 +0000 +++ ruby-i18n-inflector-rails-1.0.7/debian/copyright 2018-08-28 15:32:46.000000000 +0000 @@ -1,6 +1,6 @@ -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: i18n-inflector-rails -Source: http://rubygems.org/gems/i18n-inflector-rails +Source: https://rubygems.org/gems/i18n-inflector-rails Files: * Copyright: 2011-2013 by Paweł Wilk. diff -Nru ruby-i18n-inflector-rails-1.0.7/debian/rules ruby-i18n-inflector-rails-1.0.7/debian/rules --- ruby-i18n-inflector-rails-1.0.7/debian/rules 2014-01-14 12:29:57.000000000 +0000 +++ ruby-i18n-inflector-rails-1.0.7/debian/rules 2018-08-28 15:32:46.000000000 +0000 @@ -11,5 +11,7 @@ # If you need to specify the .gemspec (eg there is more than one) #export DH_RUBY_GEMSPEC=gem.gemspec +export GEM2DEB_TEST_RUNNER = --check-dependencies + %: dh $@ --buildsystem=ruby --with ruby diff -Nru ruby-i18n-inflector-rails-1.0.7/debian/watch ruby-i18n-inflector-rails-1.0.7/debian/watch --- ruby-i18n-inflector-rails-1.0.7/debian/watch 2014-01-14 12:29:57.000000000 +0000 +++ ruby-i18n-inflector-rails-1.0.7/debian/watch 2018-08-28 15:32:46.000000000 +0000 @@ -1,2 +1,2 @@ -version=3 -http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/i18n-inflector-rails .*/i18n-inflector-rails-(.*).tar.gz +version=4 +https://gemwatch.debian.net/i18n-inflector-rails .*/i18n-inflector-rails-(.*).tar.gz