[DRE-commits] [ruby-googlecharts] 03/05: Bump debhelper compatibility level to 9

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Tue Aug 18 23:25:14 UTC 2015


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository ruby-googlecharts.

commit e41791af81ffb983f3e2006b81f04797ba69cca5
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Tue Aug 18 20:18:44 2015 -0300

    Bump debhelper compatibility level to 9
---
 debian/changelog | 1 +
 debian/compat    | 2 +-
 debian/control   | 7 +++++--
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4926af1..3164c16 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ ruby-googlecharts (7-1) UNRELEASED; urgency=medium
 
   [ Lucas Kanashiro ]
   * Imported Upstream version 7
+  * Bump debhelper compatibility level to 9
 
  -- Cédric Boutillier <boutil at debian.org>  Tue, 18 Aug 2015 20:15:08 -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 69935d4..92c5a09 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: contrib/ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryanryan52 at gmail.com>, Cédric Boutillier <cedric.boutillier at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
+Build-Depends: debhelper (>= 9),
+               gem2deb (>= 0.3.0~)
 Standards-Version: 3.9.3
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-googlecharts.git
 Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-googlecharts.git;a=summary
@@ -13,7 +14,9 @@ XS-Ruby-Versions: all
 Package: ruby-googlecharts
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ruby | ruby-interpreter
 Replaces: libgooglecharts-ruby (<< 1.6.8-1~), libgooglecharts-ruby1.8 (<< 1.6.8-1~)
 Breaks: libgooglecharts-ruby (<< 1.6.8-1~), libgooglecharts-ruby1.8 (<< 1.6.8-1~)
 Provides: libgooglecharts-ruby, libgooglecharts-ruby1.8

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



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