[DRE-commits] [ruby-hashery] 01/01: Fix lintian warnings

Lucas Moura lucasmoura-guest at moszumanska.debian.org
Wed Mar 2 14:31:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

lucasmoura-guest pushed a commit to branch master
in repository ruby-hashery.

commit bad178f6e35873e6b82c053d0952e473ea49c1c8
Author: Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>
Date:   Wed Mar 2 11:28:11 2016 -0300

    Fix lintian warnings
---
 debian/changelog | 12 ++++++++++++
 debian/compat    |  2 +-
 debian/control   | 13 ++++++++-----
 3 files changed, 21 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index def5b79..38b1891 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 <lucas.moura128 at gmail.com>  Wed, 02 Mar 2016 11:26:15 -0300
+
 ruby-hashery (2.1.1-1) unstable; urgency=medium
 
   * Initial release (Closes: #712967)
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 1afbb09..2a3897c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,20 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Cédric Boutillier <boutil at debian.org>
-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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-hashery.git



More information about the Pkg-ruby-extras-commits mailing list