[DRE-commits] r1977 - packages/libjson-ruby/trunk/debian

paulvt at alioth.debian.org paulvt at alioth.debian.org
Sun Oct 7 12:18:15 UTC 2007


Author: paulvt
Date: 2007-10-07 12:18:15 +0000 (Sun, 07 Oct 2007)
New Revision: 1977

Modified:
   packages/libjson-ruby/trunk/debian/changelog
   packages/libjson-ruby/trunk/debian/control
Log:
* Changed ruby1.8 dependency of the edit-json package to ruby.

Modified: packages/libjson-ruby/trunk/debian/changelog
===================================================================
--- packages/libjson-ruby/trunk/debian/changelog	2007-10-07 12:06:22 UTC (rev 1976)
+++ packages/libjson-ruby/trunk/debian/changelog	2007-10-07 12:18:15 UTC (rev 1977)
@@ -12,6 +12,7 @@
   * Updated setup.rb so that it supports the distclean target.
   * Added myself to the Uploaders field.
   * Added a man-page for prettify_json(1).
+  * Changed ruby1.8 dependency of the edit-json package to ruby.
   * Changed the depend of edit-json on libgtk2-ruby to libgtk2-ruby1.8 to
     follow convention.
   * Use a modified source tarball which renames data/ -> docs/ since

Modified: packages/libjson-ruby/trunk/debian/control
===================================================================
--- packages/libjson-ruby/trunk/debian/control	2007-10-07 12:06:22 UTC (rev 1976)
+++ packages/libjson-ruby/trunk/debian/control	2007-10-07 12:18:15 UTC (rev 1977)
@@ -31,14 +31,6 @@
  This is the documentation package, with upstream documentation as well as
  generated rdoc.
 
-Package: edit-json
-Architecture: all
-Section: devel
-Depends: ruby1.8, libjson-ruby1.8, libgtk2-ruby1.8
-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.
-
 Package: libjson-ruby1.8
 Architecture: all
 Depends: ruby1.8
@@ -47,3 +39,11 @@
  Ruby, allowing the developer to easily convert data between Ruby and JSON. You
  can think of it as a low fat alternative to XML, if you want to store data to
  disk or transmit it over a network rather than use a verbose markup language.
+
+Package: edit-json
+Architecture: all
+Section: devel
+Depends: ruby, libjson-ruby1.8, libgtk2-ruby1.8
+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-commits mailing list