[Pkg-ruby-extras-maintainers] r242 - in packages/libjson-ruby/trunk/debian: . patches

Esteban Manchado Velázquez zoso at costa.debian.org
Wed Jan 11 00:40:10 UTC 2006


Author: zoso
Date: 2006-01-11 00:40:08 +0000 (Wed, 11 Jan 2006)
New Revision: 242

Added:
   packages/libjson-ruby/trunk/debian/edit_json.1
   packages/libjson-ruby/trunk/debian/patches/01-fix-edit_json-shebang.patch
Modified:
   packages/libjson-ruby/trunk/debian/control
   packages/libjson-ruby/trunk/debian/rules
Log:
- Two tiny corrections to descriptions
- Added patch to fix shebang for edit_json
- Added and installed manpage for edit_json


Modified: packages/libjson-ruby/trunk/debian/control
===================================================================
--- packages/libjson-ruby/trunk/debian/control	2006-01-09 21:42:45 UTC (rev 241)
+++ packages/libjson-ruby/trunk/debian/control	2006-01-11 00:40:08 UTC (rev 242)
@@ -26,14 +26,14 @@
  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.
  .
- This is the documentation package, with upstream documentation, as well as
+ This is the documentation package, with upstream documentation as well as
  generated rdoc.
 
 Package: edit-json
 Architecture: all
 Depends: ruby1.8 libjson-ruby1.8 libgtk2-ruby
 Description: JSON files editor
- Small graphical JSON editor. It allows to create and modify JSON (JavaScript
+ 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

Added: packages/libjson-ruby/trunk/debian/edit_json.1
===================================================================
--- packages/libjson-ruby/trunk/debian/edit_json.1	2006-01-09 21:42:45 UTC (rev 241)
+++ packages/libjson-ruby/trunk/debian/edit_json.1	2006-01-11 00:40:08 UTC (rev 242)
@@ -0,0 +1,22 @@
+.\" In .TH, FOO should be all caps, SECTION should be 1-8, maybe w/ subsection
+.\" other parms are allowed: see man(7), man(1)
+.\"
+.\" This template provided by Tom Christiansen <tchrist at jhereg.perl.com>.
+.\" 
+.TH EDIT_JSON 1
+.SH NAME
+edit_json \- JSON GUI editor
+.SH SYNOPSIS
+JSON-formatted content GUI editor.
+.PP
+.B edit_json
+.SH DESCRIPTION
+.\" Putting a newline after each sentence can generate better output.
+Graphical interface for editing JSON-formatted files. It allows to graphically
+see some JSON structure, and edit it, adding and removing nodes of different
+tyoes, modifying their value, etc.
+.SH AUTHOR
+Florian Frank <flori at ping.de>
+.SH NOTES
+This manual page was written by Esteban Manchado Vel\['a]zquez
+<zoso at debian.org> for the Debian project, but can be used by others.

Added: packages/libjson-ruby/trunk/debian/patches/01-fix-edit_json-shebang.patch
===================================================================
--- packages/libjson-ruby/trunk/debian/patches/01-fix-edit_json-shebang.patch	2006-01-09 21:42:45 UTC (rev 241)
+++ packages/libjson-ruby/trunk/debian/patches/01-fix-edit_json-shebang.patch	2006-01-11 00:40:08 UTC (rev 242)
@@ -0,0 +1,9 @@
+diff -ur bin~/edit_json.rb bin/edit_json.rb
+--- bin~/edit_json.rb	2006-01-11 00:05:50.000000000 +0000
++++ bin/edit_json.rb	2006-01-11 00:06:15.000000000 +0000
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env ruby
++#!/usr/bin/ruby1.8
+ $KCODE = 'U'
+ require 'json/editor'
+ 

Modified: packages/libjson-ruby/trunk/debian/rules
===================================================================
--- packages/libjson-ruby/trunk/debian/rules	2006-01-09 21:42:45 UTC (rev 241)
+++ packages/libjson-ruby/trunk/debian/rules	2006-01-11 00:40:08 UTC (rev 242)
@@ -6,6 +6,7 @@
 include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
 
 BASEDIR = `pwd`/debian
+DEB_INSTALL_MANPAGES_edit-json = debian/edit_json.1
 
 common-binary-post-install-indep::
 	# Move edit_json.rb and related files to edit-json package




More information about the pkg-ruby-extras-maintainers mailing list