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

Lucas Moura lucasmoura-guest at moszumanska.debian.org
Wed Mar 2 17:56:55 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-bluefeather.

commit 5e7c969e9da7fc689120e1d12c3ab70852de759a
Author: Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>
Date:   Wed Mar 2 14:42:09 2016 -0300

    Fix lintian warnings
---
 debian/control | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 4106395..0312c77 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,24 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Youhei SASAKI <uwabami at gfd-dennou.org>
-Build-Depends: debhelper (>= 9.0.0), gem2deb (>= 0.3.0~), rake, ruby-rspec, ruby-nokogiri
-Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-bluefeather.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-bluefeather.git;a=summary
+Build-Depends: debhelper (>= 9.0.0),
+               gem2deb (>= 0.3.0~),
+               rake,
+               ruby-nokogiri,
+               ruby-rspec
+Standards-Version: 3.9.7
+Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-bluefeather.git
+Vcs-Browser: https://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-bluefeather.git;a=summary
 Homepage: http://ruby.morphball.net/bluefeather/
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-bluefeather
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Extend Markdown Converter written in Ruby
  BlueFeather is software for converting text written by extended
  Markdown like PHP Markdown Extra to html. It is pair of command-line

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



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