[DRE-commits] [SCM] ruby-activemodel-3.2.git branch, master-experimental, updated. debian/3.2.6-2-29-gdff871d

Ondřej Surý ondrej at sury.org
Mon Apr 15 16:10:30 UTC 2013


The following commit has been merged in the master-experimental branch:
commit 55d5c292e35303a58200115e3de0270b54553f20
Author: Ondřej Surý <ondrej at sury.org>
Date:   Fri Mar 22 14:19:34 2013 +0100

    Remove all unneeded ruby/rails build dependencies, drop ${shlib:Depends}.

diff --git a/debian/control b/debian/control
index 11dd9f3..5dbe994 100644
--- a/debian/control
+++ b/debian/control
@@ -7,10 +7,7 @@ Uploaders:
 	Antonio Terceiro <terceiro at debian.org>,
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~),
-	       gem2deb (>= 0.3.0~),
-	       ruby-activesupport-3.2 (>= 3.2.13),
-	       ruby-activesupport-3.2 (<< 3.2.13.),
-	       ruby-builder (>= 3.0.0)
+	       gem2deb (>= 0.3.0~)
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-activemodel-3.2.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-activemodel-3.2.git;a=summary
@@ -20,9 +17,9 @@ XS-Ruby-Versions: all
 Package: ruby-activemodel-3.2
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends},
-	 ${misc:Depends},
+Depends: ${misc:Depends},
 	 ruby | ruby-interpreter,
+	 ruby-builder (>= 3.0.0),
 	 ruby-activesupport-3.2 (>= 3.2.13)
 Suggests: ruby-bcrypt (>= 3.0.0)
 Description: toolkit for building modeling frameworks (part of Rails)
diff --git a/debian/control.in b/debian/control.in
index f191861..8df577c 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -7,10 +7,7 @@ Uploaders:
 	Antonio Terceiro <terceiro at debian.org>,
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~),
-	       gem2deb (>= 0.3.0~),
-	       ruby-activesupport-3.2 (>= @RAILS_VERSION@),
-	       ruby-activesupport-3.2 (<< @RAILS_VERSION at .),
-	       ruby-builder (>= 3.0.0)
+	       gem2deb (>= 0.3.0~)
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-activemodel-3.2.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-activemodel-3.2.git;a=summary
@@ -20,9 +17,9 @@ XS-Ruby-Versions: all
 Package: ruby-activemodel-3.2
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends},
-	 ${misc:Depends},
+Depends: ${misc:Depends},
 	 ruby | ruby-interpreter,
+	 ruby-builder (>= 3.0.0),
 	 ruby-activesupport-3.2 (>= @RAILS_VERSION@)
 Suggests: ruby-bcrypt (>= 3.0.0)
 Description: toolkit for building modeling frameworks (part of Rails)

-- 
ruby-activemodel-3.2.git



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