[DRE-commits] [SCM] ruby-actionpack-2.3.git branch, master, updated. debian/2.3.14-2

Ondřej Surý ondrej at sury.org
Mon Sep 26 10:43:31 UTC 2011


The following commit has been merged in the master branch:
commit 464981ebccf77db47614c222b7ec6106debe8b7d
Author: Ondřej Surý <ondrej at sury.org>
Date:   Wed Jun 1 15:14:02 2011 +0200

    Rename package from ruby-actionpack to ruby-actionpack-2.3

diff --git a/debian/control b/debian/control
index d9db921..89cde19 100644
--- a/debian/control
+++ b/debian/control
@@ -1,27 +1,27 @@
-Source: ruby-actionpack
+Source: ruby-actionpack-2.3
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Ondřej Surý <ondrej at debian.org>, Adam Majer <adamm at zombino.com>
+Uploaders: Ondřej Surý <ondrej at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~),
 	       gem2deb (>= 0.2.3~),
-	       ruby-activesupport (>= ${source:Version}),
-	       ruby-activerecord (>= ${source:Version}),
+	       ruby-activesupport-2.3,
+	       ruby-activerecord-2.3,
 	       ruby-rack (>= 1.1.0~) | librack-ruby (>= 1.1.0~)
 Standards-Version: 3.9.2
-Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-actionpack.git
-Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-actionpack.git
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-actionpack-2.3.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-actionpack-2.3.git
 Homepage: http://www.rubyonrails.org
 XS-Ruby-Versions: all
 
-Package: ruby-actionpack
+Package: ruby-actionpack-2.3
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends},
 	 ${misc:Depends},
-	 ruby | ruby-interpreter
-	 ruby-activesupport (>= ${source:Version}),
+	 ruby | ruby-interpreter,
+	 ruby-activesupport (>= ${source:Version}~), ruby-activesupport (<< ${source:Version}.1~),
 	 ruby-rack (>= 1.1.0~) | librack-ruby (>= 1.1.0~)
 Description: Web-flow and rendering framework putting the VC in MVC.
  Eases web-request routing, handling, and response as a half-way
diff --git a/debian/ruby-actionpack-2.3.docs b/debian/ruby-actionpack-2.3.docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/ruby-actionpack-2.3.docs
@@ -0,0 +1 @@
+README
diff --git a/debian/ruby-actionpack.docs b/debian/ruby-actionpack.docs
deleted file mode 100644
index 786a9ba..0000000
--- a/debian/ruby-actionpack.docs
+++ /dev/null
@@ -1,2 +0,0 @@
-# FIXME: READMEs found
-# README

-- 
ruby-actionpack-2.3.git



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