[Pkg-ruby-extras-maintainers] r339 -
packages/libjson-ruby/trunk/debian
Paul van Tilburg
paulvt at costa.debian.org
Wed Feb 15 22:09:47 UTC 2006
Author: paulvt
Date: 2006-02-15 22:09:46 +0000 (Wed, 15 Feb 2006)
New Revision: 339
Modified:
packages/libjson-ruby/trunk/debian/changelog
packages/libjson-ruby/trunk/debian/control.in
Log:
Fixed the missing comma's in the Depends field of edit-json. Prepare a new upload to close the RC bug.
Modified: packages/libjson-ruby/trunk/debian/changelog
===================================================================
--- packages/libjson-ruby/trunk/debian/changelog 2006-02-13 23:28:10 UTC (rev 338)
+++ packages/libjson-ruby/trunk/debian/changelog 2006-02-15 22:09:46 UTC (rev 339)
@@ -1,8 +1,8 @@
-libjson-ruby (0.4.0-2) UNRELEASED; urgency=low
+libjson-ruby (0.4.0-2) unstable; urgency=low
- * NOT RELEASED YET
+ * Fixed the errors (missing commas) in the Depend field (closes: #350866).
- -- Esteban Manchado Velázquez <zoso at debian.org> Thu, 12 Jan 2006 00:44:56 +0000
+ -- Paul van Tilburg <paulvt at debian.org> Wed, 15 Feb 2006 22:07:50 +0000
libjson-ruby (0.4.0-1) unstable; urgency=low
Modified: packages/libjson-ruby/trunk/debian/control.in
===================================================================
--- packages/libjson-ruby/trunk/debian/control.in 2006-02-13 23:28:10 UTC (rev 338)
+++ packages/libjson-ruby/trunk/debian/control.in 2006-02-15 22:09:46 UTC (rev 339)
@@ -31,7 +31,7 @@
Package: edit-json
Architecture: all
-Depends: ruby1.8 libjson-ruby1.8 libgtk2-ruby
+Depends: ruby1.8, libjson-ruby1.8, libgtk2-ruby
Description: JSON files editor
Small graphical JSON editor. It allows creating and modifying JSON (JavaScript
Object Notation) files with the aid of a graphical user interface.
More information about the pkg-ruby-extras-maintainers
mailing list