[DRE-commits] [ruby-github-markdown] 03/06: Bump debhelper compatibility level to 9
Lucas Kanashiro
kanashiro-guest at moszumanska.debian.org
Tue Aug 18 22:55:18 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-github-markdown.
commit d7ed9ee857fd758b23c2ced68468fed99cef159b
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date: Tue Aug 18 19:40:02 2015 -0300
Bump debhelper compatibility level to 9
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 8 ++++++--
3 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 04b6b68..c78edd1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-github-markdown (0.6.9-1) UNRELEASED; urgency=medium
* Team upload.
* Imported Upstream version 0.6.9
+ * Bump debhelper compatibility level to 9
-- Lucas Kanashiro <kanashiro.duarte at gmail.com> Tue, 18 Aug 2015 15:12:43 -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 24fb710..9581f0f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,9 @@ 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.6.1~), ruby-nokogiri
+Build-Depends: debhelper (>= 9),
+ gem2deb (>= 0.6.1~),
+ ruby-nokogiri
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-github-markdown.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-github-markdown.git;a=summary
@@ -13,7 +15,9 @@ XS-Ruby-Versions: all
Package: ruby-github-markdown
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ruby | ruby-interpreter
Description: Markdown parser for GitHub.com
This package provides the self-contained Markdown parser used GitHub, with all
their custom extensions.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-github-markdown.git
More information about the Pkg-ruby-extras-commits
mailing list