diff -Nru ruby-shoulda-4.0.0/debian/changelog ruby-shoulda-4.0.0/debian/changelog --- ruby-shoulda-4.0.0/debian/changelog 2020-09-04 09:06:25.000000000 +0000 +++ ruby-shoulda-4.0.0/debian/changelog 2022-12-29 10:58:04.000000000 +0000 @@ -1,3 +1,20 @@ +ruby-shoulda (4.0.0-3) unstable; urgency=medium + + * Team upload. + + [ Debian Janitor ] + * Update watch file format version to 4. + * Bump debhelper from old 12 to 13. + * Remove overrides for lintian tags that are no longer supported. + * Update standards version to 4.5.1, no changes needed. + * Update standards version to 4.6.0, no changes needed. + * Update standards version to 4.6.1, no changes needed. + + [ Lucas Nussbaum ] + * Refresh packaging using dh-make-ruby + + -- Lucas Nussbaum Thu, 29 Dec 2022 11:58:04 +0100 + ruby-shoulda (4.0.0-2) unstable; urgency=medium [ Cédric Boutillier ] diff -Nru ruby-shoulda-4.0.0/debian/control ruby-shoulda-4.0.0/debian/control --- ruby-shoulda-4.0.0/debian/control 2020-09-04 09:06:25.000000000 +0000 +++ ruby-shoulda-4.0.0/debian/control 2022-12-29 10:57:43.000000000 +0000 @@ -3,21 +3,20 @@ Priority: optional Maintainer: Debian Ruby Team Uploaders: Pirate Praveen -Build-Depends: debhelper-compat (= 12), - gem2deb, +Build-Depends: debhelper-compat (= 13), + gem2deb (>= 1), ruby-shoulda-context (>= 2.0~), ruby-shoulda-matchers (>= 4.0~) -Standards-Version: 4.5.0 +Standards-Version: 4.6.1 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-shoulda.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-shoulda Homepage: https://github.com/thoughtbot/shoulda -XS-Ruby-Versions: all Testsuite: autopkgtest-pkg-ruby +Rules-Requires-Root: no Package: ruby-shoulda Architecture: all -XB-Ruby-Versions: ${ruby:Versions} -Depends: ruby | ruby-interpreter, +Depends: ruby, ruby-shoulda-context (>= 2.0~), ruby-shoulda-matchers (>= 4.0~), ${misc:Depends}, diff -Nru ruby-shoulda-4.0.0/debian/ruby-shoulda.lintian-overrides ruby-shoulda-4.0.0/debian/ruby-shoulda.lintian-overrides --- ruby-shoulda-4.0.0/debian/ruby-shoulda.lintian-overrides 2020-09-04 09:06:25.000000000 +0000 +++ ruby-shoulda-4.0.0/debian/ruby-shoulda.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -# Upstream does not provide a changelog -ruby-shoulda: no-upstream-changelog diff -Nru ruby-shoulda-4.0.0/debian/rules ruby-shoulda-4.0.0/debian/rules --- ruby-shoulda-4.0.0/debian/rules 2020-09-04 09:06:25.000000000 +0000 +++ ruby-shoulda-4.0.0/debian/rules 2022-12-29 10:49:14.000000000 +0000 @@ -1,12 +1,7 @@ #!/usr/bin/make -f -#export DH_VERBOSE=1 -# -# Uncomment to ignore all test failures (but the tests will run anyway) -#export DH_RUBY_IGNORE_TESTS=all -# -# Uncomment to ignore some test failures (but the tests will run anyway). -# Valid values: -#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems + +export GEM2DEB_TEST_RUNNER = --check-dependencies +export DH_RUBY = --gem-install %: dh $@ --buildsystem=ruby --with ruby diff -Nru ruby-shoulda-4.0.0/debian/salsa-ci.yml ruby-shoulda-4.0.0/debian/salsa-ci.yml --- ruby-shoulda-4.0.0/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ ruby-shoulda-4.0.0/debian/salsa-ci.yml 2022-12-29 10:49:14.000000000 +0000 @@ -0,0 +1,4 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml diff -Nru ruby-shoulda-4.0.0/debian/upstream/metadata ruby-shoulda-4.0.0/debian/upstream/metadata --- ruby-shoulda-4.0.0/debian/upstream/metadata 2020-09-04 09:06:25.000000000 +0000 +++ ruby-shoulda-4.0.0/debian/upstream/metadata 2022-12-29 10:51:15.000000000 +0000 @@ -1,4 +1,7 @@ +--- +Archive: GitHub Bug-Database: https://github.com/thoughtbot/shoulda/issues Bug-Submit: https://github.com/thoughtbot/shoulda/issues/new +Changelog: https://github.com/thoughtbot/shoulda/tags Repository: https://github.com/thoughtbot/shoulda.git Repository-Browse: https://github.com/thoughtbot/shoulda diff -Nru ruby-shoulda-4.0.0/debian/watch ruby-shoulda-4.0.0/debian/watch --- ruby-shoulda-4.0.0/debian/watch 2020-09-04 09:06:25.000000000 +0000 +++ ruby-shoulda-4.0.0/debian/watch 2022-12-29 10:49:14.000000000 +0000 @@ -1,2 +1,7 @@ -version=3 -https://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/shoulda .*/shoulda-(.*).tar.gz +version=4 +https://gemwatch.debian.net/shoulda .*/shoulda-(.*).tar.gz + +# Use the regex below for github-based sources +# opts=uversionmangle=s/[_.+-]?(rc|pre|dev|beta|alpha|b|a)/~$1/i,\ +# filenamemangle=s%(?:.+/)?v?@ANY_VERSION@(@ARCHIVE_EXT@)%@PACKAGE@-$1$2% \ +# https://github.com///tags .*/v?@ANY_VERSION@@ARCHIVE_EXT@