[DRE-commits] [SCM] stompserver.git branch, master, updated. debian/0.9.9-2

Paul van Tilburg paulvt at debian.org
Fri May 25 21:00:45 UTC 2012


The following commit has been merged in the master branch:
commit dc2ab96298941bb1222527c45630e4cf89c71f86
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Fri May 25 22:55:10 2012 +0200

    Build for (and depend on) Ruby 1.8 only; there is no support for Ruby 1.9.x

diff --git a/debian/changelog b/debian/changelog
index dfb27b8..79abe7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,14 @@
 stompserver (0.9.9-2) UNRELEASED; urgency=low
 
   * Source packages adapted according to the new Ruby policy:
-    - Build for both ruby1.8 and ruby1.9.1.
+    - Build for Ruby 1.8 only; there is no support for Ruby 1.9.1.
     - Migrated to pkg-ruby-extras git repos. Changed the Vcs-* fields in
       debian/control accordingly.
     - Changed the depends to follow the new Ruby library naming scheme.
   * debian/control:
     - Added a default DM-Upload-Allowed field set to yes.
     - Standards-Version bumped to 3.9.3; no changes required.
-    - Set XS-Ruby-Versions to all.
+    - Set XS-Ruby-Versions to ruby1.8.
     - Changed the build-depends for using gem2deb instead of ruby-pkg-tools.
     - Switched the maintainer with the uploaders field as per new
       convention the team is the default maintainer.
diff --git a/debian/control b/debian/control
index f671002..212af7d 100644
--- a/debian/control
+++ b/debian/control
@@ -9,12 +9,12 @@ Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/stompserver.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/stompserver.git;a=summary
 Homepage: http://stompserver.rubyforge.org/
-XS-Ruby-Versions: all
+XS-Ruby-Versions: ruby1.8
 
 Package: stompserver
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-daemons, ruby-eventmachine, adduser
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8, ruby-daemons, ruby-eventmachine, adduser
 Description: stomp messaging server implemented in Ruby
  Stompserver is a stomp messaging server with support for multiple FIFO
  based queue backends including file, dbm, memory and activerecord.

-- 
stompserver.git



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