[DRE-commits] [SCM] ruby-rack.git branch, master, updated. debian/1.2.2-1-1-g885afe5

Lucas Nussbaum lucas at lucas-nussbaum.net
Tue Apr 26 14:34:44 UTC 2011


The following commit has been merged in the master branch:
commit 885afe575fb0b04505c64f908dd364180cbd5bb4
Author: Lucas Nussbaum <lucas at lucas-nussbaum.net>
Date:   Tue Apr 26 16:34:26 2011 +0200

    Add transitional packages from librack-ruby.

diff --git a/debian/changelog b/debian/changelog
index 58da33f..cb6ab26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-rack (1.2.2-2) unstable; urgency=low
+
+  * Add transitional packages from librack-ruby.
+
+ -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Tue, 26 Apr 2011 16:34:08 +0200
+
 ruby-rack (1.2.2-1) unstable; urgency=low
 
   * Switch to gem2deb-based packaging. Rename source and binary package.
diff --git a/debian/control b/debian/control
index 033aaf7..334eb9e 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,9 @@ Package: ruby-rack
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8 | ruby-interpreter
+Replaces: librack-ruby1.9.1 (<< 1.2.2-1~), librack-ruby1.8 (<< 1.2.2-1~), librack-ruby (<< 1.2.2-1~)
+Conflicts: librack-ruby1.9.1 (<< 1.2.2-1~), librack-ruby1.8 (<< 1.2.2-1~), librack-ruby (<< 1.2.2-1~)
+Provides: librack-ruby1.9.1, librack-ruby1.8, librack-ruby
 Description: a modular Ruby webserver interface
  Rack provides a minimal, modular and adaptable interface for
  developing web applications in Ruby.  By wrapping HTTP requests and
@@ -25,3 +28,27 @@ Description: a modular Ruby webserver interface
  .
  The exact details of this are described in the Rack specification,
  which all Rack applications should conform to.
+
+Package: librack-ruby1.9.1
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-rack
+Description: Transitional package for ruby-rack
+ This is a transitional package to ease upgrades to the ruby-rack
+ package. It can safely be removed.
+
+Package: librack-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-rack
+Description: Transitional package for ruby-rack
+ This is a transitional package to ease upgrades to the ruby-rack
+ package. It can safely be removed.
+
+Package: librack-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-rack
+Description: Transitional package for ruby-rack
+ This is a transitional package to ease upgrades to the ruby-rack
+ package. It can safely be removed.

-- 
ruby-rack.git



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