This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository java-wrappers.
commit f7f783815ec5283013cc8f28aab850f6817eda5e Author: Vincent Fourmond <[email protected]> Date: Tue May 4 21:40:45 2010 +0000 [java-wrappers] Some documentation updates + ready for 0.1.16 upload --- debian/changelog | 6 ++++-- debian/control | 2 +- java-wrappers.7 | 19 +++++++++++++++++-- 3 files changed, 22 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index d04bbda..5a62428 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,9 +3,11 @@ java-wrappers (0.1.16) unstable; urgency=low * Adding default as a valid jre choice, and make it the default for 'all'; patch courtesy of Torsten Werner <[email protected]> (closes: #580180) + * Slightly arrange the documentation, which addresses to some extent bug + #578944, but probably not satisfyingly enough. + * Conforms to 3.8.4 - - -- Vincent Fourmond <[email protected]> Tue, 04 May 2010 23:25:27 +0200 + -- Vincent Fourmond <[email protected]> Tue, 04 May 2010 23:39:04 +0200 java-wrappers (0.1.15) unstable; urgency=low diff --git a/debian/control b/debian/control index a91d074..912fa3f 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Vincent Fourmond <[email protected]> Build-Depends: debhelper (>= 5) -Standards-Version: 3.8.1 +Standards-Version: 3.8.4 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/java-wrappers Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/java-wrappers diff --git a/java-wrappers.7 b/java-wrappers.7 index 5f0a65b..90d7b4e 100644 --- a/java-wrappers.7 +++ b/java-wrappers.7 @@ -15,7 +15,7 @@ \" You should have received a copy of the GNU General Public License \" along with this program; if not, write to the Free Software \" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -.TH JAVA-WRAPPERS 7 "2008-01-05" "Version 0.27" "Java wrappers" +.TH JAVA-WRAPPERS 7 "2010-05-04" "Version 0.1.16" "Java wrappers" .SH NAME .B java-wrappers @@ -124,6 +124,8 @@ Setting it incorrectly will most probably result in early crashes. The examples all rely on .BR rasterizer (1), +from the package +.B libbatik-java\fR, but they really apply to all scripts that use java-wrappers. Print out debugging information: @@ -167,7 +169,20 @@ If you wish to submit any problem with a java executable relying on please also submit the output of the command run with .IR DEBUG_WRAPPER=1 . It will save one mail exchange and therefore potentially reduce the -time it will take to fix the bug. +time it takes to fix the bug. + +.SH DEVELOPERS + +There is currently no documentation about writing a wrapper script +save the comments in +.IR /usr/lib/java-wrappers/java-wrappers.sh . +If you have to write one, we suggest you base yourself upon, for +instance, the +.I rasterizer +wrapper script, or any other one (just pick up any direct reverse +dependency of +.B java-wrappers +and look for scripts). .SH SEE ALSO -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-wrappers.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

