[DRE-commits] [ruby-gpgme] 03/05: Bump debhelper compatibility level to 9
Lucas Kanashiro
kanashiro-guest at moszumanska.debian.org
Tue Aug 18 23:12:09 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-gpgme.
commit 7f4900def32b34608369b92ed85841351673d317
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date: Tue Aug 18 20:05:10 2015 -0300
Bump debhelper compatibility level to 9
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 10 ++++++++--
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 138edf3..f1e2c66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-gpgme (2.0.9-1) UNRELEASED; urgency=medium
* Team upload.
* Imported Upstream version 2.0.9
+ * Bump debhelper compatibility level to 9
-- Lucas Kanashiro <kanashiro.duarte at gmail.com> Tue, 18 Aug 2015 20:02:10 -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 8b13ed8..3b5ae4c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,11 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Gunnar Wolf <gwolf at debian.org>, Micah Anderson <micah at debian.org>, Per Andersson <avtobiff at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), libgpgme11-dev, ruby-minitest, ruby-mocha
+Build-Depends: debhelper (>= 9),
+ gem2deb (>= 0.3.0~),
+ libgpgme11-dev,
+ ruby-minitest,
+ ruby-mocha
# ruby-debug
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-gpgme.git
@@ -14,7 +18,9 @@ XS-Ruby-Versions: all
Package: ruby-gpgme
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ruby | ruby-interpreter
Description: Ruby GPGME binding
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
easier for applications. It provides a High-Level Crypto API for
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-gpgme.git
More information about the Pkg-ruby-extras-commits
mailing list