diff -Nru ruby-rsync-1.0.9/debian/changelog ruby-rsync-1.0.9/debian/changelog --- ruby-rsync-1.0.9/debian/changelog 2021-01-06 15:37:23.000000000 +0000 +++ ruby-rsync-1.0.9/debian/changelog 2021-01-07 12:12:32.000000000 +0000 @@ -1,9 +1,35 @@ -ruby-rsync (1.0.9-1.1) unstable; urgency=medium +ruby-rsync (1.0.9-3) unstable; urgency=medium - * Non maintainer upload by the Reproducible Builds team. - * No source change upload to rebuild on buildd with .buildinfo files. + [ Karl Goetz ] + * Add dependency on rsync - -- Holger Levsen Wed, 06 Jan 2021 16:37:23 +0100 + -- Sebastien Badia Thu, 07 Jan 2021 13:12:32 +0100 + +ruby-rsync (1.0.9-2) unstable; urgency=medium + + [ Utkarsh Gupta ] + * Add salsa-ci.yml + + [ Debian Janitor ] + * Use secure copyright file specification URI. + * Use secure URI in Homepage field. + * Set debhelper-compat version in Build-Depends. + * Update Vcs-* headers from URL redirect. + * Use canonical URL in Vcs-Git. + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + * Apply multi-arch hints. + + ruby-rsync: Add :all qualifier for ruby dependency. + + [ Sebastien Badia ] + * d/control: + + Bump debhelper compatibility level to 13 + + Bump Standards-Version to 4.5.1 (no changes needed) + + Use my Debian email address + + Added Rules-Requires-Root + * d/watch: use gemwatch.debian.net + + -- Sebastien Badia Thu, 07 Jan 2021 12:53:37 +0100 ruby-rsync (1.0.9-1) unstable; urgency=medium diff -Nru ruby-rsync-1.0.9/debian/compat ruby-rsync-1.0.9/debian/compat --- ruby-rsync-1.0.9/debian/compat 2016-03-09 04:21:30.000000000 +0000 +++ ruby-rsync-1.0.9/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru ruby-rsync-1.0.9/debian/control ruby-rsync-1.0.9/debian/control --- ruby-rsync-1.0.9/debian/control 2016-03-09 04:21:30.000000000 +0000 +++ ruby-rsync-1.0.9/debian/control 2021-01-07 12:09:27.000000000 +0000 @@ -1,25 +1,26 @@ Source: ruby-rsync Section: ruby Priority: optional -Maintainer: Debian Ruby Extras Maintainers -Uploaders: Sebastien Badia -Build-Depends: debhelper (>= 9~), +Maintainer: Debian Ruby Team +Uploaders: Sebastien Badia +Build-Depends: debhelper-compat (= 13), gem2deb, rake, rsync, ruby-coveralls, ruby-rspec -Standards-Version: 3.9.7 -Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-rsync.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-rsync.git -Homepage: http://github.com/jbussdieker/ruby-rsync +Standards-Version: 4.5.1 +Rules-Requires-Root: no +Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rsync.git +Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rsync +Homepage: https://github.com/jbussdieker/ruby-rsync Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Package: ruby-rsync Architecture: all XB-Ruby-Versions: ${ruby:Versions} -Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends} +Depends: ruby:any | ruby-interpreter, rsync, ${misc:Depends}, ${shlibs:Depends} Description: ruby wrapper and bindings for the rsync binary Ruby/Rsync is a Ruby library that can synchronize files between remote hosts by wrapping a call to the rsync binary. diff -Nru ruby-rsync-1.0.9/debian/copyright ruby-rsync-1.0.9/debian/copyright --- ruby-rsync-1.0.9/debian/copyright 2016-03-09 04:21:30.000000000 +0000 +++ ruby-rsync-1.0.9/debian/copyright 2021-01-07 12:08:41.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: rsync Source: http://github.com/jbussdieker/ruby-rsync @@ -7,7 +7,7 @@ License: Expat Files: debian/* -Copyright: 2016 Sebastien Badia +Copyright: 2016-2021 Sebastien Badia License: Expat Comment: the Debian packaging is licensed under the same terms as the original package. diff -Nru ruby-rsync-1.0.9/debian/salsa-ci.yml ruby-rsync-1.0.9/debian/salsa-ci.yml --- ruby-rsync-1.0.9/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ ruby-rsync-1.0.9/debian/salsa-ci.yml 2021-01-04 12:40:12.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-rsync-1.0.9/debian/upstream/metadata ruby-rsync-1.0.9/debian/upstream/metadata --- ruby-rsync-1.0.9/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ ruby-rsync-1.0.9/debian/upstream/metadata 2021-01-04 12:40:12.000000000 +0000 @@ -0,0 +1,5 @@ +--- +Bug-Database: https://github.com/jbussdieker/ruby-rsync/issues +Bug-Submit: https://github.com/jbussdieker/ruby-rsync/issues/new +Repository: https://github.com/jbussdieker/ruby-rsync.git +Repository-Browse: https://github.com/jbussdieker/ruby-rsync diff -Nru ruby-rsync-1.0.9/debian/watch ruby-rsync-1.0.9/debian/watch --- ruby-rsync-1.0.9/debian/watch 2016-03-09 04:21:30.000000000 +0000 +++ ruby-rsync-1.0.9/debian/watch 2021-01-07 12:08:41.000000000 +0000 @@ -1,2 +1,2 @@ -version=3 -http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/rsync .*/rsync-(.*).tar.gz +version=4 +https://gemwatch.debian.net/rsync .*/rsync-(.*).tar.gz