[DRE-commits] [rubocop] 05/09: Update d/control

Miguel Landaeta nomadium at moszumanska.debian.org
Thu Dec 29 22:07:57 UTC 2016


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

nomadium pushed a commit to branch master
in repository rubocop.

commit d7d11edc1d2220795c80b467fa58e70ae51e6dc1
Author: Miguel Landaeta <nomadium at debian.org>
Date:   Thu Dec 29 17:48:29 2016 +0000

    Update d/control
---
 debian/changelog |  6 +++---
 debian/control   | 25 ++++++++++++++++---------
 2 files changed, 19 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6b5cc4d..f2b295d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-rubocop (0.32.0-1) UNRELEASED; urgency=medium
+rubocop (0.46.0-1) UNRELEASED; urgency=medium
 
-  * Initial release (Closes: #745423)
+  * Initial release. (Closes: #745423)
 
- -- Sebastien Badia <seb at sebian.fr>  Thu, 17 Apr 2014 20:26:45 +0200
+ -- Miguel Landaeta <nomadium at debian.org>  Thu, 29 Dec 2016 17:46:57 +0000
diff --git a/debian/control b/debian/control
index b89ec01..638c246 100644
--- a/debian/control
+++ b/debian/control
@@ -5,16 +5,18 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders: Sebastien Badia <seb at sebian.fr>
 Build-Depends: debhelper (>= 10~),
                gem2deb,
+               git,
                rake,
-               ruby-astrolabe,
-               ruby-parser,
                ruby-powerpack,
                ruby-progressbar,
                ruby-rainbow,
                ruby-rspec,
                ruby-simplecov,
+               ruby-unicode-display-width,
+               ruby-webmock,
+               ruby-whitequark-parser,
                yard
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/rubocop.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/rubocop.git
 Homepage: https://github.com/bbatsov/rubocop
@@ -24,14 +26,19 @@ Package: rubocop
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
-         ruby-astrolabe,
-         ruby-parser,
          ruby-powerpack,
          ruby-progressbar (>= 1.4),
          ruby-rainbow,
+         ruby-unicode-display-width,
+         ruby-whitequark-parser,
          ${misc:Depends},
          ${shlibs:Depends}
-Description: Automatic Ruby code style checking tool
- Ruby static code analyzer, based on the community Ruby style guide
- Automatic Ruby code style checking tool.
- Aims to enforce the community-driven Ruby Style Guide.
+Description: Ruby static code analyzer
+ rubocop is a static code analyzer for Ruby, out of the box it will
+ enforce many of the guidelines outlined in the community Ruby Style Guide.
+ .
+ Most aspects of its behavior can be tweaked via various configuration
+ options.
+ .
+ Apart from reporting problems in your code, RuboCop can also
+ automatically fix some of the problems for you.

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



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