diff -Nru ruby-ipaddress-0.8.3/debian/changelog ruby-ipaddress-0.8.3/debian/changelog --- ruby-ipaddress-0.8.3/debian/changelog 2016-03-09 05:22:13.000000000 +0000 +++ ruby-ipaddress-0.8.3/debian/changelog 2021-01-09 07:23:48.000000000 +0000 @@ -1,3 +1,28 @@ +ruby-ipaddress (0.8.3-3) unstable; urgency=medium + + [ Utkarsh Gupta ] + * Add salsa-ci.yml + + [ Debian Janitor ] + * Use secure copyright file specification URI. + * Bump debhelper from deprecated 9 to 12. + * Set debhelper-compat version in Build-Depends. + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + * Update Vcs-* headers from URL redirect. + * Use canonical URL in Vcs-Git. + * Apply multi-arch hints. + + ruby-ipaddress: Add :any qualifier for ruby dependency. + * Update watch file format version to 4. + + [ Lucas Nussbaum ] + * Move debian/watch to gemwatch.debian.net + * Bump Standards-Version to 4.5.1 (no changes needed) + * 0001-gemspec-remove-git-usage.patch: add Forwarded: not-needed + * Refresh packaging using dh-make-ruby -w + + -- Lucas Nussbaum Sat, 09 Jan 2021 08:23:48 +0100 + ruby-ipaddress (0.8.3-2) unstable; urgency=medium * Team upload. diff -Nru ruby-ipaddress-0.8.3/debian/compat ruby-ipaddress-0.8.3/debian/compat --- ruby-ipaddress-0.8.3/debian/compat 2016-03-09 05:22:13.000000000 +0000 +++ ruby-ipaddress-0.8.3/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru ruby-ipaddress-0.8.3/debian/control ruby-ipaddress-0.8.3/debian/control --- ruby-ipaddress-0.8.3/debian/control 2016-03-09 05:22:13.000000000 +0000 +++ ruby-ipaddress-0.8.3/debian/control 2021-01-09 07:23:48.000000000 +0000 @@ -1,23 +1,25 @@ Source: ruby-ipaddress Section: ruby Priority: optional -Maintainer: Debian Ruby Extras Maintainers +Maintainer: Debian Ruby Team Uploaders: Lucas Nussbaum , David Suárez -Build-Depends: debhelper (>= 9~), - gem2deb -Standards-Version: 3.9.7 -Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-ipaddress.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-ipaddress.git +Build-Depends: debhelper-compat (= 13), + gem2deb (>= 1), + rake +Standards-Version: 4.5.1 +Vcs-Git: https://salsa.debian.org/ruby-team/ruby-ipaddress.git +Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-ipaddress Homepage: https://github.com/bluemonk/ipaddress Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all +Rules-Requires-Root: no Package: ruby-ipaddress Architecture: all XB-Ruby-Versions: ${ruby:Versions} -Depends: ruby | ruby-interpreter, - ${misc:Depends}, +Depends: ${misc:Depends}, + ${ruby:Depends}, ${shlibs:Depends} Description: Ruby library to manipulate IPv4/IPv6 addresses IPAddress is a Ruby library designed to make manipulation diff -Nru ruby-ipaddress-0.8.3/debian/copyright ruby-ipaddress-0.8.3/debian/copyright --- ruby-ipaddress-0.8.3/debian/copyright 2016-03-09 05:22:13.000000000 +0000 +++ ruby-ipaddress-0.8.3/debian/copyright 2021-01-09 07:23:48.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: ipaddress Source: https://github.com/bluemonk/ipaddress diff -Nru ruby-ipaddress-0.8.3/debian/patches/0001-gemspec-remove-git-usage.patch ruby-ipaddress-0.8.3/debian/patches/0001-gemspec-remove-git-usage.patch --- ruby-ipaddress-0.8.3/debian/patches/0001-gemspec-remove-git-usage.patch 2016-03-09 05:22:13.000000000 +0000 +++ ruby-ipaddress-0.8.3/debian/patches/0001-gemspec-remove-git-usage.patch 2021-01-09 07:23:48.000000000 +0000 @@ -1,6 +1,7 @@ From: Antonio Terceiro Date: Wed, 9 Mar 2016 12:21:17 +0700 Subject: gemspec: remove git usage +Forwarded: not-needed --- ipaddress.gemspec | 2 +- diff -Nru ruby-ipaddress-0.8.3/debian/rules ruby-ipaddress-0.8.3/debian/rules --- ruby-ipaddress-0.8.3/debian/rules 2016-03-09 05:22:13.000000000 +0000 +++ ruby-ipaddress-0.8.3/debian/rules 2021-01-09 07:23:48.000000000 +0000 @@ -1,6 +1,7 @@ #!/usr/bin/make -f export GEM2DEB_TEST_RUNNER = --check-dependencies +export DH_RUBY = --gem-install %: dh $@ --buildsystem=ruby --with ruby diff -Nru ruby-ipaddress-0.8.3/debian/upstream/metadata ruby-ipaddress-0.8.3/debian/upstream/metadata --- ruby-ipaddress-0.8.3/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ ruby-ipaddress-0.8.3/debian/upstream/metadata 2021-01-09 07:23:48.000000000 +0000 @@ -0,0 +1,7 @@ +--- +Archive: GitHub +Bug-Database: https://github.com/bluemonk/ipaddress/issues +Bug-Submit: https://github.com/bluemonk/ipaddress/issues/new +Changelog: https://github.com/bluemonk/ipaddress/tags +Repository: https://github.com/bluemonk/ipaddress.git +Repository-Browse: https://github.com/bluemonk/ipaddress diff -Nru ruby-ipaddress-0.8.3/debian/watch ruby-ipaddress-0.8.3/debian/watch --- ruby-ipaddress-0.8.3/debian/watch 2016-03-09 05:22:13.000000000 +0000 +++ ruby-ipaddress-0.8.3/debian/watch 2021-01-09 07:23:48.000000000 +0000 @@ -1,2 +1,2 @@ -version=3 -http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/ipaddress .*/ipaddress-(.*).tar.gz +version=4 +https://gemwatch.debian.net/ipaddress .*/ipaddress-(.*).tar.gz