vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit 448fad81818747566f730a58dd85d44134913cfc
Author: Antonio Terceiro <terceiro@debian.org>
Date: Thu Sep 21 17:17:14 2023 +0200
Gem2Deb::PackageNameMapping: remove uneeded require
Fixes: 484893180399 ("Gem2Deb::PackageNameMapping: add missing requires")
Gbp-Dch: ignore
commit 5fabc20506547dfa1c6f98c74f3c536d6931c70b
Author: Antonio Terceiro <terceiro@debian.org>
Date: Thu Sep 21 16:28:46 2023 +0200
Remove assignments to Encoding.default_external
This removes warnings that show up when running tests. According to the
Ruby documentation, setting Encoding.default_external after a program in
has started can leave strings created before the assignment in an
invalid state (i.e. in a previous default encoding).
This requires the encoding to be set to UTF-8 in the shebang, and LANG
to be set to C.UTF-8 in Rakefile.
GBp-Dch: ignore
commit 72dc0c689a25364c4c425d682acc9b56ed1c79dd
Author: Antonio Terceiro <terceiro@debian.org>
Date: Thu Sep 21 16:10:33 2023 +0200
test_helper: avoid warning from mocha/setup
Gbp-Dch: ignore
commit b0877e9d0fda8620f6114ab6ab01eb44e9b8f3e6
Author: Nicos Gollan <nicos.gollan@centralnic.com>
Date: Thu Sep 21 13:54:48 2023 +0200
Fix calls to deprecated `.exists?`methods (Closes: #1052398)
commit ce65ccd1f2c551fc3da73216e571aea65a1b0a70
Merge: 4848931 179ee93
Author: Antonio Terceiro <terceiro@debian.org>
Date: Sat Feb 11 20:39:19 2023 +0000
Merge branch 'do-not-load-rakelib' into 'master'
test_runner: do not load rake tasks from rakelib directory
See merge request ruby-team/gem2deb!14
commit 484893180399fb647797c0cd39a23507744ca5d4
Author: Antonio Terceiro <terceiro@debian.org>
Date: Fri Feb 10 17:47:39 2023 +0100
Gem2Deb::PackageNameMapping: add missing requires
Trying to use this directly in a interactive shell will fail because it
uses libraries that have not been loaded yet.
commit 85119019f5b3d0fcbc0ca002c31351b5965c4659
Author: Antonio Terceiro <terceiro@debian.org>
Date: Fri Feb 10 16:54:05 2023 +0100
Improve documentation about the Rails assets smoke test
Gbp-Dch: ignore
commit 1a7b4071729a0dc0607d45bf9085e8ccf8f560f5
Author: Antonio Terceiro <terceiro@debian.org>
Date: Wed Feb 8 19:57:34 2023 +0100
Draft: gem2deb-test-runner: add shared smoke test for Rails assets packages
commit 179ee9354b99649fb79794c19099eb3153d976f5
Author: Lucas Kanashiro <kanashiro@ubuntu.com>
Date: Fri Feb 10 07:53:50 2023 -0300
test_runner: do not load rake tasks from rakelib directory
By default rake loads tasks inside rakelib directory, and this has
forced us to patch some packages to not include stuff from upstream's
build system that can make the debian build more difficult.
commit 1f1d0630ee69185d72657892c2fe82a28a4523fc
Author: Antonio Terceiro <terceiro@debian.org>
Date: Fri Feb 10 14:19:19 2023 +0100
test_runner_test: refactor tests to remove duplication
These tests were broken by efef682 because run_tests would no longer
exit() on success, so some tests would always pass. While working on
this I decided to refactor and remove the duplication and that ended up
becoming them main theme
Fixes: efef682
Gbp-Dch: ignore
commit 89436f6db7ee88a56fb50d603071589e191b28a3
Merge: efef682 b9c95b5
Author: Antonio Terceiro <terceiro@debian.org>
Date: Thu Feb 9 16:12:54 2023 +0000
Merge branch 'improve-docs-installation' into 'master'
dh_make_ruby: install doc/*, README* and CONTRIBUTORS* (Closes: #973516)
See merge request ruby-team/gem2deb!13
commit b9c95b5a5b19037828e30a96634b1965ca555253
Author: Lucas Kanashiro <kanashiro@ubuntu.com>
Date: Thu Feb 9 10:57:41 2023 -0300
dh_make_ruby: install doc/*, README* and CONTRIBUTORS* (Closes: #973516)
commit efef6822f995829465178eded784d7877b4a4ed1
Author: Antonio Terceiro <terceiro@debian.org>
Date: Wed Feb 8 19:42:44 2023 +0100
Gem2Deb::TestRunner: run all possible checks
Instead of stopping at the first check that fails, run all of them until
the end, and only then exit with the appropriate exit status.
Gbp-Dch: full
commit 8cd953918f1b355d190e921cd876642ce258b435
Author: Antonio Terceiro <terceiro@debian.org>
Date: Wed Feb 8 18:42:36 2023 +0100
Gem2Deb::TestRunner: allow to run() more than one
This avoids some code repetition, and to run multiple tests in one
single invocation. But any failed command will still cause
gem2deb-test-runner to exit immediately.
Gbp-Dch: no
commit ac7a1b558c9978c24308575b7d7f91712dec5a26
Author: Antonio Terceiro <terceiro@debian.org>
Date: Wed Feb 8 18:09:32 2023 +0100
debian/gem2deb-test-runner.install: expand first column a little bit
Gbp-Dch: ignore
commit e76e0fd1b4ef35009565a293f78e244b50ad0b87
Author: Antonio Terceiro <terceiro@debian.org>
Date: Wed Feb 8 16:21:42 2023 +0100
Gem2Deb::Source: ensure instance variable is initialized
commit bf07d956b3a4481bf044361eb0b43e142372256f
Author: Antonio Terceiro <terceiro@debian.org>
Date: Wed Feb 8 16:19:11 2023 +0100
Gem2Deb::YAML: make code backwards compatible with Ruby 2.7