[DRE-commits] [ruby-haml] 03/03: Upstream requires Rails >= 3.2, reflecting it in the dependencies
Gunnar Wolf
gwolf at moszumanska.debian.org
Fri Jan 31 16:20:26 UTC 2014
This is an automated email from the git hooks/post-receive script.
gwolf pushed a commit to branch master
in repository ruby-haml.
commit 3e11fbede7e1b67a81713f3a6ff294f92ffc8187
Author: Gunnar Wolf <gwolf at debian.org>
Date: Fri Jan 31 10:15:19 2014 -0600
Upstream requires Rails >= 3.2, reflecting it in the dependencies
---
debian/changelog | 1 +
debian/control | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 184f93d..2e85c1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ruby-haml (4.0.5-1) unstable; urgency=low
* Team upload.
* New upstream version
* Standards-version 3.9.4→3.9.5 (no changes needed)
+ * Upstream requires Rails >= 3.2, reflecting it in the dependencies
-- Gunnar Wolf <gwolf at debian.org> Fri, 31 Jan 2014 10:08:50 -0600
diff --git a/debian/control b/debian/control
index d03ca82..3bb6b72 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Paul van Tilburg <paulvt at debian.org>, Gunnar Wolf <gwolf at debian.org>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
-Build-Depends-Indep: rake, yard (>= 0.5.3), ruby-maruku (>= 0.5.9), ruby-sass, rails3, ruby-erubis, ruby-nokogiri, ruby-minitest, ruby-tilt
+Build-Depends-Indep: rake, yard (>= 0.5.3), ruby-maruku (>= 0.5.9), ruby-sass, rails3 (>= 3.2), ruby-erubis, ruby-nokogiri, ruby-minitest, ruby-tilt
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-haml.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-haml.git;a=summary
@@ -16,7 +16,7 @@ Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-tilt
Recommends: ruby-sass, ruby-html2haml, ruby-erubis
-Suggests: rails3, yard
+Suggests: rails3 (>= 3.2), yard
Description: Elegant, structured XHTML/XML templating engine
Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or XML
that's designed to express the structure of XHTML or XML documents in a
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-haml.git
More information about the Pkg-ruby-extras-commits
mailing list