diff -Nru ruby-hashery-2.1.1/debian/changelog ruby-hashery-2.1.1/debian/changelog --- ruby-hashery-2.1.1/debian/changelog 2014-02-10 22:59:17.000000000 +0000 +++ ruby-hashery-2.1.1/debian/changelog 2016-03-02 14:49:30.000000000 +0000 @@ -1,3 +1,15 @@ +ruby-hashery (2.1.1-2) unstable; urgency=medium + + * Team upload. + * debian/compat: Bump to bersion 9, silence lintian warning. + * debian/control: Update vcs-git link to https, silence lintian warning. + * debian/control: Update vcs-browser link to https, silence lintian warning. + * debian/control: Update standards-version to 3.9.7, silence lintian + warning. + * debian/control: Update deb-helper to require version >= 9. + + -- Lucas Albuquerque Medeiros de Moura Wed, 02 Mar 2016 11:26:15 -0300 + ruby-hashery (2.1.1-1) unstable; urgency=medium * Initial release (Closes: #712967) diff -Nru ruby-hashery-2.1.1/debian/compat ruby-hashery-2.1.1/debian/compat --- ruby-hashery-2.1.1/debian/compat 2013-08-21 22:48:45.000000000 +0000 +++ ruby-hashery-2.1.1/debian/compat 2016-03-02 14:49:30.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru ruby-hashery-2.1.1/debian/control ruby-hashery-2.1.1/debian/control --- ruby-hashery-2.1.1/debian/control 2014-02-10 23:07:08.000000000 +0000 +++ ruby-hashery-2.1.1/debian/control 2016-03-02 14:49:30.000000000 +0000 @@ -3,17 +3,20 @@ Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Cédric Boutillier -Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.4.1~) -Standards-Version: 3.9.5 -Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-hashery.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-hashery.git;a=summary +Build-Depends: debhelper (>= 9~), + gem2deb (>= 0.4.1~) +Standards-Version: 3.9.7 +Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-hashery.git +Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-hashery.git;a=summary Homepage: http://rubyworks.github.io/hashery XS-Ruby-Versions: all Package: ruby-hashery Architecture: all XB-Ruby-Versions: ${ruby:Versions} -Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter +Depends: ruby | ruby-interpreter, + ${misc:Depends}, + ${shlibs:Depends} Description: facets-bread collection of Hash-like classes The Hashery is a tight collection of Hash-like classes. Included among its many offerings are the auto-sorting Dictionary class, the efficient LRUHash, the