diff -Nru ruby-markerb-1.1.0/debian/changelog ruby-markerb-1.1.0/debian/changelog --- ruby-markerb-1.1.0/debian/changelog 2015-10-29 21:35:00.000000000 +0000 +++ ruby-markerb-1.1.0/debian/changelog 2016-03-03 14:16:02.000000000 +0000 @@ -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 Thu, 03 Mar 2016 11:03:25 -0300 + ruby-markerb (1.1.0-1) unstable; urgency=low [ Nitesh A Jain ] diff -Nru ruby-markerb-1.1.0/debian/compat ruby-markerb-1.1.0/debian/compat --- ruby-markerb-1.1.0/debian/compat 2014-01-14 12:30:01.000000000 +0000 +++ ruby-markerb-1.1.0/debian/compat 2016-03-03 14:16:02.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru ruby-markerb-1.1.0/debian/control ruby-markerb-1.1.0/debian/control --- ruby-markerb-1.1.0/debian/control 2015-10-27 18:12:02.000000000 +0000 +++ ruby-markerb-1.1.0/debian/control 2016-03-03 14:16:02.000000000 +0000 @@ -3,20 +3,28 @@ Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Pirate Praveen -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,