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

Lucas Moura lucasmoura-guest at moszumanska.debian.org
Wed Mar 2 13:08:41 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-mathml.

commit 73427eeada9a0fa1ad6dae5e31057bd9808a071f
Author: Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>
Date:   Wed Mar 2 09:44:52 2016 -0300

    Fix lintian warnings
    
    Fix most lintian warning, with the exception of the ones
    generated by rdoc documentation, which are duplicated-compressed-file
    and package-contains-timestamped-gzip.
---
 debian/changelog |  8 +++++++-
 debian/compat    |  2 +-
 debian/control   | 21 +++++++++++++++------
 3 files changed, 23 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0af6aaf..e25f31a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,15 @@
-ruby-mathml (0.14-4) UNRELEASED; urgency=medium
+ruby-mathml (0.14-4) unstable; urgency=medium
 
   * Team upload.
   * Fix tests for rspec version 3.3.0.
   * Fix custom matcher definition for rspec version 3.3.0.
   * Fix test require for autopkgtest.
+  * 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 09:10:20 -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 17b6c11..ef04739 100644
--- a/debian/control
+++ b/debian/control
@@ -3,16 +3,25 @@ Section: ruby
 Priority: optional
 Maintainer: Youhei SASAKI <uwabami at gfd-dennou.org>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb, rake, ruby-eim-xml, ruby-rspec
-Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-mathml.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-mathml.git;a=summary
+Build-Depends: debhelper (>= 9~),
+               gem2deb,
+               rake,
+               ruby-eim-xml,
+               ruby-rspec
+Standards-Version: 3.9.7
+Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-mathml.git
+Vcs-Browser: https://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-mathml.git;a=summary
 Homepage: http://www.hinet.mydns.jp/?mathml.rb
 XS-Ruby-Versions: all
 
 Package: ruby-mathml
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${misc:Depends}, ruby | ruby-interpreter, ruby-eim-xml, libjs-jquery
+Depends: libjs-jquery,
+         ruby | ruby-interpreter,
+         ruby-eim-xml,
+         ${misc:Depends}
 Description: TeX formula to MathML conversion library for Ruby
- math_ml.rb is a library for converting TeX formula to MathML.
+ This ruby library intends to provide a converter from LaTeX mathematical
+ expressions to MathML, a low-level specification for mathematical and
+ scientific content on the Web.

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



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