[DRE-commits] r2592 - packages/libmocha-ruby/trunk/debian

paulvt at alioth.debian.org paulvt at alioth.debian.org
Fri Apr 4 19:46:33 UTC 2008


Author: paulvt
Date: 2008-04-04 19:46:32 +0000 (Fri, 04 Apr 2008)
New Revision: 2592

Modified:
   packages/libmocha-ruby/trunk/debian/README.Debian-sources
   packages/libmocha-ruby/trunk/debian/changelog
   packages/libmocha-ruby/trunk/debian/control
Log:
Fixed depend, section and syntax error.

Modified: packages/libmocha-ruby/trunk/debian/README.Debian-sources
===================================================================
--- packages/libmocha-ruby/trunk/debian/README.Debian-sources	2008-04-04 19:33:19 UTC (rev 2591)
+++ packages/libmocha-ruby/trunk/debian/README.Debian-sources	2008-04-04 19:46:32 UTC (rev 2592)
@@ -1,8 +1,10 @@
 mocha for Debian
 ----------------
 
-The mocha tarballs, for some reason, make tar exit with a non-zero status code
-giving "trailing garbage ignored" error message. I could not verify this behaviour by generating the tarball myself using 'rake package' in a mocha directory obtained from a pristine upstream tarball.
+The mocha tarballs, for some reason, make tar exit with a non-zero status
+code giving "trailing garbage ignored" error message.  I could not verify
+this behaviour by generating the tarball myself using 'rake package' in a
+mocha directory obtained from a pristine upstream tarball.
 
 That said, versions uploaded to Debian will be recompressed to remove this
 error (at least while I can't solve this with upstream, which I am trying to

Modified: packages/libmocha-ruby/trunk/debian/changelog
===================================================================
--- packages/libmocha-ruby/trunk/debian/changelog	2008-04-04 19:33:19 UTC (rev 2591)
+++ packages/libmocha-ruby/trunk/debian/changelog	2008-04-04 19:46:32 UTC (rev 2592)
@@ -12,11 +12,13 @@
   * Use new Homepage dpkg header.
 
   [ Paul van Tilburg ]
-  * debian/control:
+  * Updated debian/control:
     - added myself to the Uploaders field. 
     - added Vcs-* fields.
+    - build-depend on ruby1.8 should be on libruby1.8 (only stdlib is used).
+    - changed section from interpreters to libs!
 
- -- Paul van Tilburg <paulvt at debian.org>  Fri, 04 Apr 2008 21:32:16 +0200
+ -- Paul van Tilburg <paulvt at debian.org>  Fri, 04 Apr 2008 21:45:39 +0200
 
 libmocha-ruby (0.5.3-1) unstable; urgency=low
 

Modified: packages/libmocha-ruby/trunk/debian/control
===================================================================
--- packages/libmocha-ruby/trunk/debian/control	2008-04-04 19:33:19 UTC (rev 2591)
+++ packages/libmocha-ruby/trunk/debian/control	2008-04-04 19:46:32 UTC (rev 2592)
@@ -1,9 +1,8 @@
 Source: libmocha-ruby
-Section: interpreters
+Section: libs
 Priority: optional
 Maintainer: Antonio Terceiro <terceiro at softwarelivre.org>
-Uploaders: Debian Ruby Extras Maintainers
-<pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Paul van Tilburg <paulvt at debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Paul van Tilburg <paulvt at debian.org>
 Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.13)
 Standards-Version: 3.7.3
 Dm-Upload-Allowed: yes
@@ -24,7 +23,7 @@
 
 Package: libmocha-ruby1.8
 Architecture: all
-Depends: ruby1.8, ${misc:Depends}
+Depends: libruby1.8, ${misc:Depends}
 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