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

Paul van Tilburg paulvt at debian.org
Fri Jun 29 17:51:14 UTC 2012


The following commit has been merged in the master branch:
commit cbb739dfcdfa0cc684edc12a665cd575e1afca0f
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Fri Jun 29 19:41:12 2012 +0200

    Bumped the gem2deb build-dep and standards-version; dropped alternative lib*-ruby deps

diff --git a/debian/changelog b/debian/changelog
index f61cd26..80ad07b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+ruby-actionpack-2.3 (2.3.14-4) UNRELEASED; urgency=low
+
+  * Team upload.
+  * debian/control.in:
+    - Bumped standards-version to 3.9.3.
+    - Bumped build-dependency on gem2deb to >= 0.3.0~.
+    - Dropped unneeded alternative depends on lib*-ruby packages.
+    - Changed conflicts into breaks.
+
+ -- Paul van Tilburg <paulvt at debian.org>  Fri, 29 Jun 2012 19:40:48 +0200
+
 ruby-actionpack-2.3 (2.3.14-3) unstable; urgency=low
 
   * Fix vulnerability for users that generate their own options tags for
diff --git a/debian/control.in b/debian/control.in
index bd8edfd..17b443f 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -5,13 +5,13 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders: Ondřej Surý <ondrej at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~),
-	       gem2deb (>= 0.2.3~),
+	       gem2deb (>= 0.3.0~),
 	       ruby-activesupport-2.3 (>= @RAILS_VERSION@),
 	       ruby-activesupport-2.3 (<< @RAILS_VERSION at .1),
 	       ruby-activerecord-2.3 (>= @RAILS_VERSION@),
 	       ruby-activerecord-2.3 (<< @RAILS_VERSION at .1),
-	       ruby-rack (>= 1.1.0~) | librack-ruby (>= 1.1.0~)
-Standards-Version: 3.9.2
+	       ruby-rack (>= 1.1.0~)
+Standards-Version: 3.9.3
 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
@@ -27,8 +27,8 @@ Depends: ${shlibs:Depends},
 	 ruby-activesupport-2.3 (<< @RAILS_VERSION at .1),
 	 ruby-activerecord-2.3 (>= @RAILS_VERSION@),
 	 ruby-activerecord-2.3 (<< @RAILS_VERSION at .1),
-	 ruby-rack (>= 1.1.0~) | librack-ruby (>= 1.1.0~)
-Conflicts: libactionpack-ruby (<< 2.3.11-1~), libactionpack-ruby1.8 (<< 2.3.11-1~)
+	 ruby-rack (>= 1.1.0~)
+Breaks: libactionpack-ruby (<< 2.3.11-1~), libactionpack-ruby1.8 (<< 2.3.11-1~)
 Replaces: libactionpack-ruby (<< 2.3.11-1~), libactionpack-ruby1.8 (<< 2.3.11-1~)
 Provides: libactionpack-ruby, libactionpack-ruby1.8
 Description: Controller and View framework used by Rails

-- 
ruby-actionpack-2.3.git



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