[DRE-commits] r3311 - packages/libeventmachine-ruby/trunk/debian

ryan52-guest at alioth.debian.org ryan52-guest at alioth.debian.org
Sun Mar 22 16:14:48 UTC 2009


Author: ryan52-guest
Date: 2009-03-22 16:14:48 +0000 (Sun, 22 Mar 2009)
New Revision: 3311

Modified:
   packages/libeventmachine-ruby/trunk/debian/changelog
   packages/libeventmachine-ruby/trunk/debian/control
Log:
change the versioned dependency to make it binnmu-able

Modified: packages/libeventmachine-ruby/trunk/debian/changelog
===================================================================
--- packages/libeventmachine-ruby/trunk/debian/changelog	2009-03-22 06:31:47 UTC (rev 3310)
+++ packages/libeventmachine-ruby/trunk/debian/changelog	2009-03-22 16:14:48 UTC (rev 3311)
@@ -5,12 +5,11 @@
   * change Section to ruby
   * change the -ruby and -doc packages to Architecture all as they are
     architecture independent
+    - change the versioned dependency to make it binnmu-able
   * fix copyright for debian packaging in debian/copyright
   * depend on ${misc:Depends} for all packages
   * debian policy 3.8.1
   * update Vcs-* fields for the move from packages-wip to package
-  * eliminate versioned dependency for libeventmachine-ruby, as I see no
-    reason for it to be versioned
   * update upstream copyright to 2008, as some files say that year
 
  -- Ryan Niebur <ryanryan52 at gmail.com>  Wed, 18 Mar 2009 20:28:23 -0700

Modified: packages/libeventmachine-ruby/trunk/debian/control
===================================================================
--- packages/libeventmachine-ruby/trunk/debian/control	2009-03-22 06:31:47 UTC (rev 3310)
+++ packages/libeventmachine-ruby/trunk/debian/control	2009-03-22 16:14:48 UTC (rev 3311)
@@ -27,7 +27,7 @@
 
 Package: libeventmachine-ruby
 Architecture: all
-Depends: libeventmachine-ruby1.8, ${misc:Depends}
+Depends: libeventmachine-ruby1.8 (>= ${source:Version}), libeventmachine-ruby1.8 (<< ${source:Version}.1~), ${misc:Depends}
 Description: Event-driven I/O library for high-performance threaded network programming
  EventMachine implements a fast, single-threaded engine for arbitrary network
  communications. It's extremely easy to use in Ruby. EventMachine wraps all




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