[DRE-commits] [ruby-tilt] 04/05: bump dh compat
Balasankar C
balasankarc-guest at moszumanska.debian.org
Mon Jan 11 10:13:12 UTC 2016
This is an automated email from the git hooks/post-receive script.
balasankarc-guest pushed a commit to branch master
in repository ruby-tilt.
commit f12c537c55481abc17701e07decd46aa3a1a62f7
Author: Balasankar C <balasankarc at autistici.org>
Date: Mon Jan 11 15:30:47 2016 +0530
bump dh compat
---
debian/compat | 2 +-
debian/control | 23 +++++++++++++----------
2 files changed, 14 insertions(+), 11 deletions(-)
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 f898ab4..46aeefa 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,18 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami at gfd-dennou.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake,
- ruby-test-unit,
- ruby-coffee-script,
- ruby-contest,
- ruby-creole,
- ruby-erubis,
- ruby-haml,
- ruby-nokogiri,
- ruby-yajl
+Build-Depends: debhelper (>= 9.0),
+ gem2deb (>= 0.3.0~),
+ rake,
+ ruby-coffee-script,
+ ruby-contest,
+ ruby-creole,
+ ruby-erubis,
+ ruby-haml,
+ ruby-i18n,
+ ruby-nokogiri,
+ ruby-test-unit,
+ ruby-yajl
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-tilt.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-tilt.git;a=summary
@@ -21,7 +24,7 @@ XS-Ruby-Versions: all
Package: ruby-tilt
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
Description: Generic interface to multiple Ruby template engines
Tilt is a thin interface over a bunch of different Ruby template engines in an
attempt to make their usage as generic possible. This is useful for web
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-tilt.git
More information about the Pkg-ruby-extras-commits
mailing list