[pkg-java] r9374 - in trunk/rhino/debian: . patches

Damien Raude-Morvan drazzib-guest at alioth.debian.org
Fri Jul 17 14:01:38 UTC 2009


Author: drazzib-guest
Date: 2009-07-17 14:01:37 +0000 (Fri, 17 Jul 2009)
New Revision: 9374

Added:
   trunk/rhino/debian/README.source
   trunk/rhino/debian/patches/series
   trunk/rhino/debian/rhino-debugger.1
Modified:
   trunk/rhino/debian/changelog
   trunk/rhino/debian/control
   trunk/rhino/debian/patches/01_rhino-nowarn.patch
   trunk/rhino/debian/patches/02_exclude-jdk15.patch
   trunk/rhino/debian/rhino.1
   trunk/rhino/debian/rhino.manpages
   trunk/rhino/debian/rules
Log:
[rhino]

  * Switch to Quilt patch system:
    - Refresh all patches
    - Add B-D on quilt
    - Include patchsys-quilt.mk in debian/rules
  * Bump Standards-Version to 3.8.2:
    - Add a README.source to describe patch system
  * Add a manpage for rhino-debugger script



Added: trunk/rhino/debian/README.source
===================================================================
--- trunk/rhino/debian/README.source	                        (rev 0)
+++ trunk/rhino/debian/README.source	2009-07-17 14:01:37 UTC (rev 9374)
@@ -0,0 +1,9 @@
+Patch System
+============
+
+This package uses quilt to manage all modifications to the upstream
+source. Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.
+

Modified: trunk/rhino/debian/changelog
===================================================================
--- trunk/rhino/debian/changelog	2009-07-17 13:32:57 UTC (rev 9373)
+++ trunk/rhino/debian/changelog	2009-07-17 14:01:37 UTC (rev 9374)
@@ -1,3 +1,15 @@
+rhino (1.7R2-2) UNRELEASED; urgency=low
+
+  * Switch to Quilt patch system:
+    - Refresh all patches
+    - Add B-D on quilt
+    - Include patchsys-quilt.mk in debian/rules
+  * Bump Standards-Version to 3.8.2:
+    - Add a README.source to describe patch system
+  * Add a manpage for rhino-debugger script
+
+ -- Damien Raude-Morvan <drazzib at drazzib.com>  Fri, 17 Jul 2009 15:52:12 +0200
+
 rhino (1.7R2-1) unstable; urgency=low
 
   [ Marcus Better ]

Modified: trunk/rhino/debian/control
===================================================================
--- trunk/rhino/debian/control	2009-07-17 13:32:57 UTC (rev 9373)
+++ trunk/rhino/debian/control	2009-07-17 14:01:37 UTC (rev 9374)
@@ -4,10 +4,10 @@
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Arnaud Vandyck <avdyk at debian.org>, Paul Cager <paul-debian at home.paulcager.org>,
   Marcus Better <marcus at better.se>, Michael Koch <konqueror at gmx.de>, Damien Raude-Morvan <drazzib at drazzib.com>
-Build-Depends: debhelper (>= 5), cdbs, ant, default-jdk-builddep
-Standards-Version: 3.8.1
+Build-Depends: debhelper (>= 5), cdbs, ant, default-jdk-builddep, quilt
+Standards-Version: 3.8.2
 Homepage: http://www.mozilla.org/rhino/
-Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/rhino
+Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/rhino/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/rhino/
 
 Package: rhino

Modified: trunk/rhino/debian/patches/01_rhino-nowarn.patch
===================================================================
--- trunk/rhino/debian/patches/01_rhino-nowarn.patch	2009-07-17 13:32:57 UTC (rev 9373)
+++ trunk/rhino/debian/patches/01_rhino-nowarn.patch	2009-07-17 14:01:37 UTC (rev 9374)
@@ -1,6 +1,5 @@
-diff -Nur rhino-1.7R1/src/build.xml rhino-1.7R1.new/src/build.xml
---- rhino-1.7R1/src/build.xml	2008-03-22 13:56:31.000000000 +0100
-+++ rhino-1.7R1.new/src/build.xml	2008-03-22 13:56:54.000000000 +0100
+--- a/src/build.xml
++++ b/src/build.xml
 @@ -57,6 +57,7 @@
             debug="${debug}"
         target="${target-jvm}"

Modified: trunk/rhino/debian/patches/02_exclude-jdk15.patch
===================================================================
--- trunk/rhino/debian/patches/02_exclude-jdk15.patch	2009-07-17 13:32:57 UTC (rev 9373)
+++ trunk/rhino/debian/patches/02_exclude-jdk15.patch	2009-07-17 14:01:37 UTC (rev 9374)
@@ -1,5 +1,5 @@
---- src/build.xml.orig	2009-04-13 00:08:36.000000000 +0200
-+++ src/build.xml	2009-04-13 00:09:00.000000000 +0200
+--- a/src/build.xml
++++ b/src/build.xml
 @@ -72,6 +72,7 @@
    <target name="compile-jdk15" if="jdk15">
      <javac srcdir="src"

Added: trunk/rhino/debian/patches/series
===================================================================
--- trunk/rhino/debian/patches/series	                        (rev 0)
+++ trunk/rhino/debian/patches/series	2009-07-17 14:01:37 UTC (rev 9374)
@@ -0,0 +1,2 @@
+01_rhino-nowarn.patch
+02_exclude-jdk15.patch

Added: trunk/rhino/debian/rhino-debugger.1
===================================================================
--- trunk/rhino/debian/rhino-debugger.1	                        (rev 0)
+++ trunk/rhino/debian/rhino-debugger.1	2009-07-17 14:01:37 UTC (rev 9374)
@@ -0,0 +1,60 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH RHINO-DEBUGGER 1 "Friday  17, 2009"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+rhino-debugger \- invokes the rhino JavaScript debugger GUI
+
+.SH SYNOPSIS
+.B rhino-debugger
+.I [options]
+.I script_filename_or_url
+.I [script_arguments]
+
+.SH DESCRIPTION
+This manual page documents briefly the
+.B rhino-debugger
+command.
+This manual page was written for the Debian distribution because the original 
+program does not have a manual page. It is written according to the html documentation.
+.PP
+\fBrhino-debugger\fP is a start script for the rhino JavaScript debugger. The Rhino JavaScript debugger is a GUI that allows debugging of interpreted JavaScript scripts run in Rhino. Note that this debugger will not work with JavaScript scripts run in the mozilla browser since Rhino is not the engine used in such environments.
+
+.SH OPTIONS
+
+.IP -e\ \fIscript_source\fP
+Executes script_source as a JavaScript script.
+.IP -f\ \fIscript_filename_or_url\fP
+Reads script_filename_or_url content and execute it as a JavaScript script.
+.IP -opt,\ -O\ \fIoptLevel\fP
+Optimizes at level optLevel, which must be an integer between 0 and 9. 
+.IP -version\ \fIversionNumber\fP
+Specifies the language version to compile with. The string versionNumber must be one of 100, 110, 120, 130, or 140. See JavaScript Language Versions for more information on language versions. 
+.IP -strict
+Enable strict mode.
+
+.SH EXAMPLE
+
+Example debugging the NervousText.js applet written in JavaScript. The example is provided in the rhino-doc package.
+
+$ rhino-debugger NervousText.js 
+
+.SH SEE ALSO
+The online documentation under http://www.mozilla.org/rhino/debugger.html
+
+.SH AUTHOR
+This manual page was written by Damien Raude-Morvan <drazzib at drazzib.com>,
+for the Debian project (but may be used by others).

Modified: trunk/rhino/debian/rhino.1
===================================================================
--- trunk/rhino/debian/rhino.1	2009-07-17 13:32:57 UTC (rev 9373)
+++ trunk/rhino/debian/rhino.1	2009-07-17 14:01:37 UTC (rev 9374)
@@ -47,6 +47,8 @@
 Optimizes at level optLevel, which must be an integer between 0 and 9. 
 .IP -version\ \fIversionNumber\fP
 Specifies the language version to compile with. The string versionNumber must be one of 100, 110, 120, 130, or 140. See JavaScript Language Versions for more information on language versions. 
+.IP -strict
+Enable strict mode.
 
 .SH PREDEFINED PROPERTIES
 

Modified: trunk/rhino/debian/rhino.manpages
===================================================================
--- trunk/rhino/debian/rhino.manpages	2009-07-17 13:32:57 UTC (rev 9373)
+++ trunk/rhino/debian/rhino.manpages	2009-07-17 14:01:37 UTC (rev 9374)
@@ -1,2 +1,3 @@
 debian/rhino.1
 debian/rhino-jsc.1
+debian/rhino-debugger.1

Modified: trunk/rhino/debian/rules
===================================================================
--- trunk/rhino/debian/rules	2009-07-17 13:32:57 UTC (rev 9373)
+++ trunk/rhino/debian/rules	2009-07-17 14:01:37 UTC (rev 9374)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/class/ant.mk
 
 JAVA_HOME := /usr/lib/jvm/default-java




More information about the pkg-java-commits mailing list