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

terceiro-guest at alioth.debian.org terceiro-guest at alioth.debian.org
Mon Feb 16 00:08:26 UTC 2009


Author: terceiro-guest
Date: 2009-02-16 00:08:26 +0000 (Mon, 16 Feb 2009)
New Revision: 3204

Modified:
   packages/libmocha-ruby/trunk/debian/changelog
   packages/libmocha-ruby/trunk/debian/control
   packages/libmocha-ruby/trunk/debian/copyright
Log:
Preparing upload of new upstream release.



Modified: packages/libmocha-ruby/trunk/debian/changelog
===================================================================
--- packages/libmocha-ruby/trunk/debian/changelog	2009-02-15 10:11:08 UTC (rev 3203)
+++ packages/libmocha-ruby/trunk/debian/changelog	2009-02-16 00:08:26 UTC (rev 3204)
@@ -1,8 +1,13 @@
-libmocha-ruby (0.9.0-2) UNRELEASED; urgency=low
+libmocha-ruby (0.9.5-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream release.
+  * debian/rules:
+    - clarified version of GPL
+    - added proper copyrigh signs (©)
+  * debian/control:
+    - Added ${misc:Depends} to libmocha-ruby
 
- -- Antonio Terceiro <terceiro at softwarelivre.org>  Dom, 29 Jun 2008 18:50:40 -0300
+ -- Antonio Terceiro <terceiro at softwarelivre.org>  Sun, 15 Feb 2009 21:06:03 -0300
 
 libmocha-ruby (0.9.0-1) unstable; urgency=low
 

Modified: packages/libmocha-ruby/trunk/debian/control
===================================================================
--- packages/libmocha-ruby/trunk/debian/control	2009-02-15 10:11:08 UTC (rev 3203)
+++ packages/libmocha-ruby/trunk/debian/control	2009-02-16 00:08:26 UTC (rev 3204)
@@ -12,7 +12,7 @@
 
 Package: libmocha-ruby
 Architecture: all
-Depends: libmocha-ruby1.8
+Depends: libmocha-ruby1.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

Modified: packages/libmocha-ruby/trunk/debian/copyright
===================================================================
--- packages/libmocha-ruby/trunk/debian/copyright	2009-02-15 10:11:08 UTC (rev 3203)
+++ packages/libmocha-ruby/trunk/debian/copyright	2009-02-16 00:08:26 UTC (rev 3204)
@@ -5,7 +5,7 @@
 
 Upstream Author: James Mead <jamesmead at reevoo.com> and others.
 
-Copyright (c) 2006 Revieworld Ltd.
+Copyright © 2006 Revieworld Ltd.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
 
@@ -13,9 +13,10 @@
 
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-setup.rb is Copyright (c) 2000-2004 Minero Aoki and is distirbuted under the
+setup.rb is Copyright © 2000-2004 Minero Aoki and is distirbuted under the
 terms of the GNU LGPL, Lesser General Public License version 2.1. See
 `/usr/share/common-licenses/LGPL-2.1'.
 
-The Debian packaging is (C) 2007, Antonio Terceiro <terceiro at softwarelivre.org>
-and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+The Debian packaging is © 2007-2009, Antonio Terceiro <terceiro at softwarelivre.org>
+and is licensed under the GPL version 2 or later version as published by the
+Free Software Foundation, see `/usr/share/common-licenses/GPL-2'.




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