[DRE-commits] [camping] 05/09: Replace depend on ruby-activerecord-3.2 by ruby-activerecord

Paul van Tilburg paulvt at moszumanska.debian.org
Fri Oct 17 21:08:21 UTC 2014


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

paulvt pushed a commit to branch master
in repository camping.

commit b96b0b78d86ccf13b3bdeedf3be00bf349b63dd4
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Fri Oct 17 22:47:57 2014 +0200

    Replace depend on ruby-activerecord-3.2 by ruby-activerecord
    
    This upstream snapshot release works with AR 2.3.x up until AR 4.1.6
---
 debian/changelog |  2 ++
 debian/control   | 16 +++++++++++++---
 2 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 215f526..6b9e38f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ camping (2.1.580-1) UNRELEASED; urgency=medium
   * New upstream (snapshot) release (with git HEAD 0904ad4)
   * d/docs, d/rules: although doc/ contains RDoc file, still generate our
     own docs following the Rakefile options
+  * d/control: replace depend on ruby-activerecord-3.2 by ruby-activerecord;
+    this snapshot release works with AR 2.3.x up until AR 4.1.6
 
  -- Paul van Tilburg <paulvt at debian.org>  Fri, 17 Oct 2014 20:41:04 +0200
 
diff --git a/debian/control b/debian/control
index a8c5a2f..9652e88 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,12 @@ Section: web
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Paul van Tilburg <paulvt at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rack-test, ruby-minitest, ruby-mab (>= 0.0.3), ruby-tilt
+Build-Depends: debhelper (>= 7.0.50~),
+ gem2deb (>= 0.3.0~),
+ ruby-rack-test,
+ ruby-minitest,
+ ruby-mab (>= 0.0.3),
+ ruby-tilt
 Standards-Version: 3.9.5
 Homepage: http://camping.io/
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/camping.git
@@ -13,8 +18,13 @@ XS-Ruby-Versions: all
 Package: camping
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${misc:Depends}, ruby | ruby-interpreter, ruby-rack, libjs-jquery
-Recommends: ruby-activerecord-3.2, ruby-sqlite3 (>= 1.1.0.1), ruby-mab (>= 0.0.3) | ruby-tilt
+Depends: ${misc:Depends},
+ ruby | ruby-interpreter,
+ ruby-rack,
+ libjs-jquery
+Recommends: ruby-activerecord,
+ ruby-sqlite3 (>= 1.1.0.1),
+ ruby-mab (>= 0.0.3) | ruby-tilt
 Suggests: thin
 Description: small Ruby web framework for Model-View-Controller type applications
  Camping is a web framework which consistently stays at less than 4kb of

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



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