[DRE-commits] r2700 - packages/libcommandline-ruby/trunk/debian

zoso at alioth.debian.org zoso at alioth.debian.org
Mon May 5 19:28:05 UTC 2008


Author: zoso
Date: 2008-05-05 19:28:04 +0000 (Mon, 05 May 2008)
New Revision: 2700

Modified:
   packages/libcommandline-ruby/trunk/debian/changelog
   packages/libcommandline-ruby/trunk/debian/control
   packages/libcommandline-ruby/trunk/debian/rules
Log:
* Drop open4.rb from the package, and add dependency for libopen4-ruby1.8
  (Closes: #479502).


Modified: packages/libcommandline-ruby/trunk/debian/changelog
===================================================================
--- packages/libcommandline-ruby/trunk/debian/changelog	2008-04-29 19:17:38 UTC (rev 2699)
+++ packages/libcommandline-ruby/trunk/debian/changelog	2008-05-05 19:28:04 UTC (rev 2700)
@@ -1,8 +1,9 @@
-libcommandline-ruby (0.7.10-10) UNRELEASED; urgency=low
+libcommandline-ruby (0.7.10-10) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Drop open4.rb from the package, and add dependency for libopen4-ruby1.8
+    (Closes: #479502).
 
- -- Esteban Manchado Velázquez <zoso at debian.org>  Mon, 05 Nov 2007 00:28:31 +0100
+ -- Esteban Manchado Velázquez <zoso at debian.org>  Mon, 05 May 2008 21:27:08 +0200
 
 libcommandline-ruby (0.7.10-9) unstable; urgency=low
 

Modified: packages/libcommandline-ruby/trunk/debian/control
===================================================================
--- packages/libcommandline-ruby/trunk/debian/control	2008-04-29 19:17:38 UTC (rev 2699)
+++ packages/libcommandline-ruby/trunk/debian/control	2008-05-05 19:28:04 UTC (rev 2700)
@@ -36,7 +36,7 @@
 
 Package: libcommandline-ruby1.8
 Architecture: all
-Depends: ruby1.8, libtext-format-ruby1.8
+Depends: ruby1.8, libtext-format-ruby1.8, libopen4-ruby1.8
 Description: Ruby library to write command-line applications
  This library greatly simplifies the repetitive process of building a command
  line user interface for your applications. It's 'ruby-like' usage style

Modified: packages/libcommandline-ruby/trunk/debian/rules
===================================================================
--- packages/libcommandline-ruby/trunk/debian/rules	2008-04-29 19:17:38 UTC (rev 2699)
+++ packages/libcommandline-ruby/trunk/debian/rules	2008-05-05 19:28:04 UTC (rev 2700)
@@ -6,3 +6,6 @@
 
 binary-install/libcommandline-ruby-doc::
 	find debian/$(cdbs_curpkg) -depth -name CVS -exec rm -rf {} \;
+
+binary-install/libcommandline-ruby1.8::
+	rm -f debian/$(cdbs_curpkg)/usr/lib/ruby/1.8/open4.rb




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