[DRE-commits] r1791 - packages-wip/libmocha-ruby/trunk/debian

terceiro-guest at alioth.debian.org terceiro-guest at alioth.debian.org
Tue Jul 24 21:34:43 UTC 2007


Author: terceiro-guest
Date: 2007-07-24 21:34:43 +0000 (Tue, 24 Jul 2007)
New Revision: 1791

Modified:
   packages-wip/libmocha-ruby/trunk/debian/control
Log:
arch is 'all'; and adjusting relationship between binary packages




Modified: packages-wip/libmocha-ruby/trunk/debian/control
===================================================================
--- packages-wip/libmocha-ruby/trunk/debian/control	2007-07-24 21:20:33 UTC (rev 1790)
+++ packages-wip/libmocha-ruby/trunk/debian/control	2007-07-24 21:34:43 UTC (rev 1791)
@@ -1,14 +1,26 @@
 Source: libmocha-ruby
 Section: interpreters
-Priority: extra
+Priority: optional
 Maintainer: Antonio Terceiro <terceiro at softwarelivre.org>
 Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools
 Standards-Version: 3.7.2
 
+Package: libmocha-ruby
+Architecture: all
+Depends: libmocha-ruby1.8
+Description: Mocking and stubbing library for Ruby
+ Mocking and stubbing library with JMock/SchMock syntax, which allows mocking
+ and stubbing of methods on real (non-mock) classes. Mocking and stubbing are
+ techiniques used to improve unit testing.
+ .
+ Homepage: http://mocha.rubyforge.org/
+ .
+ This is a dummy package depending on the library for the current default
+ version of Ruby.
+
 Package: libmocha-ruby1.8
-Architecture: any
+Architecture: all
 Depends: ruby1.8, ${misc:Depends}
-Provides: mocha, libmocha-ruby
 Description: Mocking and stubbing library for Ruby
  Mocking and stubbing library with JMock/SchMock syntax, which allows mocking
  and stubbing of methods on real (non-mock) classes. Mocking and stubbing are




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