diff -Nru ruby-directory-watcher-1.5.1/debian/changelog ruby-directory-watcher-1.5.1/debian/changelog --- ruby-directory-watcher-1.5.1/debian/changelog 2014-10-28 10:18:26.000000000 +0000 +++ ruby-directory-watcher-1.5.1/debian/changelog 2018-12-23 07:39:27.000000000 +0000 @@ -1,3 +1,20 @@ +ruby-directory-watcher (1.5.1-3) unstable; urgency=medium + + [ Cédric Boutillier ] + * Bump debhelper compatibility level to 9 + * Remove version in the gem2deb build-dependency + * Use https:// in Vcs-* fields + * Use https:// in Vcs-* fields + * Bump Standards-Version to 3.9.7 (no changes needed) + * Run wrap-and-sort on packaging files + + [ Youhei SASAKI ] + * d/{control,compat}: Bump compat 11 + * d/control: Bump Standard-Version 4.2.1 + * d/{copyright,control}: update uri, use https, use salsa + + -- Youhei SASAKI Sun, 23 Dec 2018 16:39:27 +0900 + ruby-directory-watcher (1.5.1-2) unstable; urgency=medium * Bump standard version: 3.9.6 (not changed) diff -Nru ruby-directory-watcher-1.5.1/debian/compat ruby-directory-watcher-1.5.1/debian/compat --- ruby-directory-watcher-1.5.1/debian/compat 2014-10-28 10:17:27.000000000 +0000 +++ ruby-directory-watcher-1.5.1/debian/compat 2018-12-23 07:33:18.000000000 +0000 @@ -1 +1 @@ -7 +11 diff -Nru ruby-directory-watcher-1.5.1/debian/control ruby-directory-watcher-1.5.1/debian/control --- ruby-directory-watcher-1.5.1/debian/control 2014-10-28 10:18:08.000000000 +0000 +++ ruby-directory-watcher-1.5.1/debian/control 2018-12-23 07:38:34.000000000 +0000 @@ -3,17 +3,20 @@ Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Youhei SASAKI -Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~) -Standards-Version: 3.9.6 -Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-directory-watcher.git -Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-directory-watcher.git;a=summary -Homepage: http://gemcutter.org/gems/directory_watcher +Build-Depends: debhelper (>= 11~), + gem2deb +Standards-Version: 4.2.1 +Vcs-Git: https://salsa.debian.org/ruby-team/ruby-directory-watcher.git +Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-directory-watcher +Homepage: https://rubygems.org/gems/directory_watcher XS-Ruby-Versions: all Package: ruby-directory-watcher Architecture: all XB-Ruby-Versions: ${ruby:Versions} -Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter +Depends: ruby | ruby-interpreter, + ${misc:Depends}, + ${shlibs:Depends} Description: Watch directory/files and Generate events by file change The directory watcher operates by scanning a directory at some interval and generating a list of files based on a user supplied glob diff -Nru ruby-directory-watcher-1.5.1/debian/copyright ruby-directory-watcher-1.5.1/debian/copyright --- ruby-directory-watcher-1.5.1/debian/copyright 2014-10-28 10:17:27.000000000 +0000 +++ ruby-directory-watcher-1.5.1/debian/copyright 2018-12-23 07:38:59.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: directory_watcher -Source: http://gemcutter.org/gems/directory_watcher +Source: https://rubygems.org/gems/directory_watcher Files: * Copyright: 2007 - 2009 Tim Pease @@ -29,4 +29,3 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff -Nru ruby-directory-watcher-1.5.1/debian/watch ruby-directory-watcher-1.5.1/debian/watch --- ruby-directory-watcher-1.5.1/debian/watch 2014-10-28 10:17:27.000000000 +0000 +++ ruby-directory-watcher-1.5.1/debian/watch 2018-12-23 07:39:27.000000000 +0000 @@ -1,2 +1,2 @@ -version=3 -http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/directory_watcher .*/directory_watcher-(.*).tar.gz +version=4 +https://gemwatch.debian.net/directory_watcher .*/directory_watcher-(.*).tar.gz