[DRE-commits] [SCM] ruby-activerecord-3.2.git branch, master-experimental, updated. debian/3.2.6-2-33-gbf2cb42

Ondřej Surý ondrej at sury.org
Wed May 29 09:05:53 UTC 2013


The following commit has been merged in the master-experimental branch:
commit b4efc11238b355c0f0353238a5b673fcd4acb7e0
Author: Ondřej Surý <ondrej at sury.org>
Date:   Fri May 24 15:24:34 2013 +0200

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

diff --git a/debian/control b/debian/control
index 8d74ae3..a501047 100644
--- a/debian/control
+++ b/debian/control
@@ -7,11 +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-activemodel-3.2 (>= 3.2.13),
-	       ruby-activemodel-3.2 (<< 3.2.13.)
+	       gem2deb (>= 0.3.0~)
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-activerecord-3.2.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-activerecord-3.2.git;a=summary
@@ -21,8 +17,7 @@ XS-Ruby-Versions: all
 Package: ruby-activerecord-3.2
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends},
-	 ${misc:Depends},
+Depends: ${misc:Depends},
 	 ruby | ruby-interpreter,
 	 ruby-activesupport-3.2 (>= 3.2.13),
 	 ruby-activesupport-3.2 (<< 3.2.13.),
diff --git a/debian/control.in b/debian/control.in
index cbd4387..c3dbd1e 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -7,11 +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-activemodel-3.2 (>= @RAILS_VERSION@),
-	       ruby-activemodel-3.2 (<< @RAILS_VERSION at .)
+	       gem2deb (>= 0.3.0~)
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-activerecord-3.2.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-activerecord-3.2.git;a=summary
@@ -21,8 +17,7 @@ XS-Ruby-Versions: all
 Package: ruby-activerecord-3.2
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends},
-	 ${misc:Depends},
+Depends: ${misc:Depends},
 	 ruby | ruby-interpreter,
 	 ruby-activesupport-3.2 (>= @RAILS_VERSION@),
 	 ruby-activesupport-3.2 (<< @RAILS_VERSION at .),

-- 
ruby-activerecord-3.2.git



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