[DRE-commits] [ruby-appraiser] 02/02: Fix lintian warnings

Lucas Moura lucasmoura-guest at moszumanska.debian.org
Thu Mar 3 21:25:36 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-appraiser.

commit 8b4b155f2ab52ffadb89a74dcce580b051907b7c
Author: Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>
Date:   Thu Mar 3 18:10:59 2016 -0300

    Fix lintian warnings
---
 debian/changelog                    |  8 ++++++++
 debian/compat                       |  2 +-
 debian/control                      | 31 +++++++++++++++++++++----------
 debian/patches/fix_stub_tests.patch |  1 -
 4 files changed, 30 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a75baa9..765694e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,14 @@ ruby-appraiser (0.2.0-3) unstable; urgency=medium
   * Fix package tests.
     - Replace stub calls for double ones.
     - Change rspec "have" method for "eq" method.
+  * debian/compat: Bump to bersion 9, fix lintian warning.
+  * debian/control: 
+    -Update vcs-git link to https, fix lintian warning.
+    -Update vcs-browser link to https, fix lintian warning.
+    -Update standards-version to 3.9.7, fix lintian warning.
+    -Update package description, fix lintian warning.
+    -Update deb-helper to require version >= 9.
+
 
  -- Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>  Thu, 03 Mar 2016 18:02:58 -0300
 
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 ccc715c..bf24c10 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,17 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb, ruby-rspec, rake,
- ruby-webmock, bundler, ruby-colored, ruby-rails
-Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-appraiser.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-appraiser.git;a=summary
+Build-Depends: bundler,
+               debhelper (>= 9~),
+               gem2deb,
+               rake,
+               ruby-colored,
+               ruby-rails,
+               ruby-rspec,
+               ruby-webmock
+Standards-Version: 3.9.7
+Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-appraiser.git
+Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-appraiser.git;a=summary
 Homepage: https://github.com/juno/appraiser
 Testsuite: autopkgtest
 XS-Ruby-Versions: all
@@ -15,8 +21,13 @@ XS-Ruby-Versions: all
 Package: ruby-appraiser
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
- ruby-colored, ruby-json
-Description: simple rubygems subcommand for Gemfile.
- `appraiser` is a rubygems subcommand which displays gem information
- in `./Gemfile`.
+Depends: ruby | ruby-interpreter,
+         ruby-colored,
+         ruby-json,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: simple rubygems subcommand for Gemfile
+ appraiser is a rubygems subcommand which displays gem information
+ in a Gemfile. For each gem found, it will display its name, creators,
+ the urls of the gem project, documentation and source code and will
+ present a description of the gem.
diff --git a/debian/patches/fix_stub_tests.patch b/debian/patches/fix_stub_tests.patch
index 0b458f6..8f16b26 100644
--- a/debian/patches/fix_stub_tests.patch
+++ b/debian/patches/fix_stub_tests.patch
@@ -10,7 +10,6 @@ Last-updated: 2016-03-03
 Forwarded: not-needed 
 Bug: not-needed
 
-
 Index: ruby-appraiser/spec/appraiser_spec.rb
 ===================================================================
 --- ruby-appraiser.orig/spec/appraiser_spec.rb	2016-03-03 17:27:42.384146595 -0300

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



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