[DRE-commits] [ruby-markerb] 01/01: Fix lintian warnings

Lucas Moura lucasmoura-guest at moszumanska.debian.org
Thu Mar 3 14:27:07 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-markerb.

commit ad0910587a225068509e3914611a9fc76bef0559
Author: Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>
Date:   Thu Mar 3 11:05:53 2016 -0300

    Fix lintian warnings
---
 debian/changelog | 12 ++++++++++++
 debian/compat    |  2 +-
 debian/control   | 22 +++++++++++++++-------
 3 files changed, 28 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 75d0077..28e9408 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+ruby-markerb (1.1.0-2) unstable; urgency=medium
+
+  * Team upload.
+  * debian/compat: Bump to version 9, silence lintian warning.
+  * debian/control: Update vcs-git link to https, fix lintian warning.
+  * debian/control: Update vcs-browser link to https, fix lintian warning.
+  * debian/control: Update standards-version to 3.9.7, fix lintian
+                    warning.
+  * debian/control: Update deb-helper to require version >= 9.
+
+ -- Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>  Thu, 03 Mar 2016 11:03:25 -0300
+
 ruby-markerb (1.1.0-1) unstable; urgency=low
 
   [ Nitesh A Jain ]
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 3cb9695..42a0680 100644
--- a/debian/control
+++ b/debian/control
@@ -3,20 +3,28 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Pirate Praveen <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~), rake, ruby-redcarpet,
- ruby-activesupport, ruby-actionmailer, ruby-railties, ruby-kramdown
-Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-markerb.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-markerb.git;a=summary
+Build-Depends: debhelper (>= 9~),
+               gem2deb (>= 0.7.5~),
+               rake,
+               ruby-actionmailer,
+               ruby-activesupport,
+               ruby-kramdown,
+               ruby-railties,
+               ruby-redcarpet
+Standards-Version: 3.9.7
+Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-markerb.git
+Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-markerb.git;a=summary
 Homepage: http://github.com/plataformatec/markerb
 Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
-
 Package: ruby-markerb
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-redcarpet
+Depends: ruby | ruby-interpreter,
+         ruby-redcarpet,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: multipart templates made easy with Markdown + ERb
  Markerb allows you to render multipart e-mails from a single template.
  The template is written in Markdown, which is delivered as a text part,

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



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