[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:14 UTC 2012


The following commit has been merged in the master branch:
commit 252b5f3710345d4ad35ef175df07d9925b856e16
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Aug 4 15:00:36 2012 -0300

    Actually change Depends: and not Build-Depends:

diff --git a/debian/control b/debian/control
index d988cb8..7db5c24 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,6 @@ 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),
@@ -32,6 +30,8 @@ Depends: ${shlibs:Depends},
 	 ${misc:Depends},
 	 ruby | ruby-interpreter,
 	 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 e50eb98..d7e5107 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -7,8 +7,6 @@ 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@),
@@ -32,6 +30,8 @@ Depends: ${shlibs:Depends},
 	 ${misc:Depends},
 	 ruby | ruby-interpreter,
 	 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