[DRE-commits] [rails] 02/16: ruby-railties: fix Breaks: on rails (<< 3:3.2.0)
Antonio Terceiro
terceiro at moszumanska.debian.org
Sun Aug 3 03:53:13 UTC 2014
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository rails.
commit 82630a448123a0b656b25d9a685f85c6faf2b7bf
Author: Antonio Terceiro <terceiro at debian.org>
Date: Sat Jul 26 23:43:55 2014 -0300
ruby-railties: fix Breaks: on rails (<< 3:3.2.0)
the correct is 2:3.2.0 (note the epoch)
---
debian/changelog | 2 ++
debian/control | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 68ca23b..2e80c8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ rails (2:4.1.4-4) UNRELEASED; urgency=medium
- ruby-sqlite3
- ruby-sass-rails
- ruby-uglifier
+ * ruby-railties: fix Breaks: on rails (<< 3:3.2.0); the correct is 2:3.2.0
+ (note the epoch)
-- Antonio Terceiro <terceiro at debian.org> Sat, 26 Jul 2014 17:43:06 -0300
diff --git a/debian/control b/debian/control
index 587fbaf..f89ecd8 100644
--- a/debian/control
+++ b/debian/control
@@ -140,7 +140,7 @@ Depends: ${misc:Depends},
ruby-thor (<< 2.0),
ruby-activesupport (= ${source:Version}),
ruby-actionpack (= ${source:Version})
-Breaks: ruby-rails-2.3, ruby-railties-3.2, rails (<< 3:3.2.0), rails3, ruby-railties-4.0
+Breaks: ruby-rails-2.3, ruby-railties-3.2, rails (<< 2:3.2.0), rails3, ruby-railties-4.0
Replaces: ruby-rails-2.3, ruby-railties-3.2, ruby-railties-4.0
Description: tools for creating, working with, and running Rails applications
This package contains the Rails internals, i.e. components that implement
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/rails.git
More information about the Pkg-ruby-extras-commits
mailing list