[DRE-commits] r3760 - packages/libpacket-ruby/trunk/debian

Micah Anderson micah at alioth.debian.org
Sun Jul 5 22:23:35 UTC 2009


Author: micah
Date: 2009-07-05 22:23:35 +0000 (Sun, 05 Jul 2009)
New Revision: 3760

Modified:
   packages/libpacket-ruby/trunk/debian/changelog
   packages/libpacket-ruby/trunk/debian/control
Log:
added a Conflicts due to binary shipped in both ruby1.8 and ruby1.9 packages

Modified: packages/libpacket-ruby/trunk/debian/changelog
===================================================================
--- packages/libpacket-ruby/trunk/debian/changelog	2009-07-05 22:07:48 UTC (rev 3759)
+++ packages/libpacket-ruby/trunk/debian/changelog	2009-07-05 22:23:35 UTC (rev 3760)
@@ -4,6 +4,8 @@
   * Put packet_worker_runner in the system path (/usr/bin), instead of
     /usr/lib/ruby/1.8/packet/packet_worker_runner where it is not
     useful unless people modify their PATH
+  * Added Conflicts due to /usr/bin/packet_worker_runner in both ruby1.8
+    and ruby1.9 package versions
 
  -- Micah Anderson <micah at debian.org>  Sun, 05 Jul 2009 17:51:40 -0400
 

Modified: packages/libpacket-ruby/trunk/debian/control
===================================================================
--- packages/libpacket-ruby/trunk/debian/control	2009-07-05 22:07:48 UTC (rev 3759)
+++ packages/libpacket-ruby/trunk/debian/control	2009-07-05 22:23:35 UTC (rev 3760)
@@ -25,6 +25,7 @@
 Package: libpacket-ruby1.8
 Architecture: all
 Depends: ruby1.8, ${misc:Depends}
+Conflicts: libpacket-ruby1.9
 Description: Ruby library for Event driven network programming (ruby 1.8 version)
  Packet is a pure ruby library for writing network applications in Ruby.
  It follows Evented Model of network programming and implements almost all the
@@ -37,6 +38,7 @@
 Package: libpacket-ruby1.9
 Architecture: all
 Depends: ruby1.9, ${misc:Depends}
+Conflicts: libpacket-ruby1.8
 Description: Ruby library for Event driven network programming (ruby 1.9 version)
  Packet is a pure ruby library for writing network applications in Ruby.
  It follows Evented Model of network programming and implements almost all the




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