[DRE-commits] [ruby-pdf-reader] 03/05: Fix lintian warnings

Lucas Moura lucasmoura-guest at moszumanska.debian.org
Thu Mar 3 12:50:28 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-pdf-reader.

commit 24b2d2cf981eba1fba6ed33458d16c0b95bcf2e4
Author: Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>
Date:   Thu Mar 3 09:42:01 2016 -0300

    Fix lintian warnings
---
 debian/changelog |  6 ++++++
 debian/compat    |  2 +-
 debian/control   | 37 ++++++++++++++++++++-----------------
 3 files changed, 27 insertions(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 986f0d2..63bfac9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,12 @@ ruby-pdf-reader (1.4.0-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * New upstream release.
+  * debian/compat:  Bump to version 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 debhelper to require version >= 9.
 
  -- Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>  Tue, 01 Mar 2016 16:40:53 -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 b90f5cb..d3d817b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,29 +3,32 @@ 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.3.0~),
- ruby-rspec (>= 2.3~),
- ruby-ascii85 (>= 1.0.0~),
- ruby-rc4,
- ruby-afm,
- ruby-hashery,
- ruby-ttfunk
-Standards-Version: 3.9.5
-Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-pdf-reader.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-pdf-reader.git;a=summary
+Build-Depends: debhelper (>= 9~),
+               gem2deb (>= 0.3.0~),
+               ruby-afm,
+               ruby-ascii85 (>= 1.0.0~),
+               ruby-hashery,
+               ruby-rc4,
+               ruby-rspec (>= 2.3~),
+               ruby-ttfunk
+Standards-Version: 3.9.7
+Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-pdf-reader.git
+Vcs-Browser: https://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-pdf-reader.git;a=summary
 Homepage: http://github.com/yob/pdf-reader
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-pdf-reader
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
- ruby-ascii85 (>= 1.0.0),
- ruby-rc4,
- ruby-afm,
- ruby-hashery,
- ruby-ttfunk
+Depends: ruby | ruby-interpreter,
+         ruby-afm,
+         ruby-ascii85 (>= 1.0.0),
+         ruby-hashery,
+         ruby-rc4,
+         ruby-ttfunk,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Suggests: ruby-prawn
 Description: Ruby library for accessing the content of PDF files
  The PDF::Reader library implements a PDF parser conforming as much as possible

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



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