Hello James,

thank you for your patch. I publish a new Debian package, here is the
head of the changelong:

jsdoc-toolkit (2.4.0+dfsg-4) unstable; urgency=low

  * applied James Page's patch...
    Transition to using default java implementation:
    - d/control: BD switched from openjdk-6-jdk -> default-jdk.
    - d/rules: Set source/target = 1.5 to ensure backwards compatible
      bytecode is built.

 -- Georges Khaznadar <georg...@ofset.org>  Sun, 19 Aug 2012 08:52:43 +0200

Best regards,                   Georges.

James Page a écrit :
> Package: jsdoc-toolkit
> Version: 2.4.0+dfsg-3
> Severity: normal
> Tags: patch
> User: ubuntu-de...@lists.ubuntu.com
> Usertags: origin-ubuntu quantal ubuntu-patch openjdk-7-transition
> 
> Dear Maintainer,
> 
> In Ubuntu, the attached patch was applied to achieve the following:
> 
>   * Transition to using default java implementation:
>     - d/control: BD switched from openjdk-6-jdk -> default-jdk. 
>     - d/rules: Set source/target = 1.5 to ensure backwards compatible
>       bytecode is built.
> 
> Ubuntu is transitioning from openjdk-6 to openjdk-7 as default java; this 
> patch
> eases the transition and ensures that the code built by the package is 
> backwards
> compatible with java 1.5+.  Note that this transition is not a wheezy release
> goal.
> 
> Thanks for considering the patch.
> 
> 
> -- System Information:
> Debian Release: wheezy/sid
>   APT prefers quantal-updates
>   APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500, 
> 'quantal')
> Architecture: amd64 (x86_64)
> Foreign Architectures: i386
> 
> Kernel: Linux 3.5.0-8-generic (SMP w/8 CPU cores)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> 

> diff -Nru jsdoc-toolkit-2.4.0+dfsg/debian/changelog 
> jsdoc-toolkit-2.4.0+dfsg/debian/changelog
> diff -Nru jsdoc-toolkit-2.4.0+dfsg/debian/control 
> jsdoc-toolkit-2.4.0+dfsg/debian/control
> --- jsdoc-toolkit-2.4.0+dfsg/debian/control   2011-07-16 15:35:30.000000000 
> +0100
> +++ jsdoc-toolkit-2.4.0+dfsg/debian/control   2012-08-06 10:38:41.000000000 
> +0100
> @@ -2,7 +2,7 @@
>  Section: devel
>  Priority: extra
>  Maintainer: Georges Khaznadar <georg...@ofset.org>
> -Build-Depends: debhelper (>= 7.0.50~), quilt, ant, openjdk-6-jdk, rhino,
> +Build-Depends: debhelper (>= 7.0.50~), quilt, ant, default-jdk, rhino,
>   xsltproc, docbook-xsl
>  Standards-Version: 3.9.2
>  Homepage: http://code.google.com/p/jsdoc-toolkit/
> diff -Nru jsdoc-toolkit-2.4.0+dfsg/debian/rules 
> jsdoc-toolkit-2.4.0+dfsg/debian/rules
> --- jsdoc-toolkit-2.4.0+dfsg/debian/rules     2011-02-07 12:53:39.000000000 
> +0000
> +++ jsdoc-toolkit-2.4.0+dfsg/debian/rules     2012-08-06 10:33:54.000000000 
> +0100
> @@ -23,7 +23,7 @@
>       dh_auto_clean
>  
>  override_dh_auto_build:
> -     cd jsdoc-toolkit/java; ant clean-build
> +     cd jsdoc-toolkit/java; ant -Dant.build.javac.source=1.5 
> -Dant.build.javac.target=1.5 clean-build
>       cd debian; $(XP) $(DB2MAN) manpage.xml
>       dh_auto_build
>  


-- 
Georges KHAZNADAR et Jocelyne FOURNIER
22 rue des mouettes, 59240 Dunkerque France.
Téléphone +33 (0)3 28 29 17 70

Attachment: signature.asc
Description: Digital signature

Reply via email to