[DRE-commits] [ruby-actionpack-action-caching] 01/01: fix upgrade from wheezy

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Nov 14 20:16:00 UTC 2014


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

terceiro pushed a commit to branch master
in repository ruby-actionpack-action-caching.

commit 596257fab06dbdb9b5764ee19843dac311a102d7
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Nov 14 18:05:18 2014 -0200

    fix upgrade from wheezy
---
 debian/changelog | 10 ++++++++++
 debian/control   |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7bd8386..9799d94 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+ruby-actionpack-action-caching (1.1.1-2) unstable; urgency=medium
+
+  * Make the dependency on ruby-actionpack want the version from jessie, since
+    the packages that provide ruby-actionpack in wheezy contain files that
+    were moved to this package here. This will make ruby-actionpack to be
+    upgraded before this package is installed during upgrades from wheezy.
+    (Closes: #769555)
+
+ -- Antonio Terceiro <terceiro at debian.org>  Fri, 14 Nov 2014 18:11:50 -0200
+
 ruby-actionpack-action-caching (1.1.1-1) unstable; urgency=medium
 
   * Initial release
diff --git a/debian/control b/debian/control
index 6d7d707..800029d 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ XS-Ruby-Versions: all
 Package: ruby-actionpack-action-caching
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-actionpack
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-actionpack (>> 2:4)
 Description: action caching for Action Pack
  This package provides the functionality of caching the results of Rails
  controller actions, which was removed from the Rails core with the 4.0

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



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