[DRE-commits] [SCM] rails-2.3.git branch, master, updated. debian/2.3.14-3-2-g252b5f3

Antonio Terceiro terceiro at debian.org
Sat Aug 4 18:05:13 UTC 2012


The following commit has been merged in the master branch:
commit cf346de68a3e57535dcf594fa031b79fe3cc7922
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Aug 4 14:54:34 2012 -0300

    Add missing dependencies

diff --git a/debian/changelog b/debian/changelog
index c084943..fa798b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ruby-rails-2.3 (2.3.14-4) unstable; urgency=low
+
+  * Team upload.
+  * Add missing dependencies on libjs-scriptaculous and libjs-prototype.
+    Closes: #681462
+
+ -- Antonio Terceiro <terceiro at debian.org>  Sat, 04 Aug 2012 14:52:58 -0300
+
 ruby-rails-2.3 (2.3.14-3) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/control b/debian/control
index ae7d624..d988cb8 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,8 @@ DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~),
 	       gem2deb (>= 0.3.0~),
 	       rake (>= 0.8.3),
+	       libjs-prototype,
+	       libjs-scriptaculous,
 	       ruby-activesupport-2.3 (>= 2.3.14),
 	       ruby-activesupport-2.3 (<< 2.3.14.1),
 	       ruby-activerecord-2.3 (>= 2.3.14),
diff --git a/debian/control.in b/debian/control.in
index d15ca17..e50eb98 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -7,6 +7,8 @@ DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~),
 	       gem2deb (>= 0.3.0~),
 	       rake (>= 0.8.3),
+	       libjs-prototype,
+	       libjs-scriptaculous,
 	       ruby-activesupport-2.3 (>= @RAILS_VERSION@),
 	       ruby-activesupport-2.3 (<< @RAILS_VERSION at .1),
 	       ruby-activerecord-2.3 (>= @RAILS_VERSION@),

-- 
rails-2.3.git



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