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

Damien Raude-Morvan drazzib at alioth.debian.org
Sat Dec 12 14:24:05 UTC 2009


Author: drazzib
Date: 2009-12-12 14:24:05 +0000 (Sat, 12 Dec 2009)
New Revision: 11258

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
Log:
* Remove Arnaud Vandyck from Uploaders
* Add description to debian/patches/*.diff

Modified: trunk/rhino/debian/changelog
===================================================================
--- trunk/rhino/debian/changelog	2009-12-12 14:16:27 UTC (rev 11257)
+++ trunk/rhino/debian/changelog	2009-12-12 14:24:05 UTC (rev 11258)
@@ -1,4 +1,4 @@
-rhino (1.7R2-3) UNRELEASED; urgency=low
+rhino (1.7R2-3) unstable; urgency=low
 
   * Maven POMs:
     - debian/control: add a Build-Depends on maven-repo-helper
@@ -10,8 +10,10 @@
   * Bump debhelper version to >= 7
   * debian/rhino.1: Describe more precisly optimization levels and add missing
     level '-1'. Thanks to Marcus Better for notifying (Closes: #558086)
+  * Remove Arnaud Vandyck from Uploaders
+  * Add description to debian/patches/*.diff
 
- -- Damien Raude-Morvan <drazzib at debian.org>  Sun, 29 Nov 2009 02:55:12 +0100
+ -- Damien Raude-Morvan <drazzib at debian.org>  Sat, 12 Dec 2009 15:18:24 +0100
 
 rhino (1.7R2-2) unstable; urgency=low
 

Modified: trunk/rhino/debian/control
===================================================================
--- trunk/rhino/debian/control	2009-12-12 14:16:27 UTC (rev 11257)
+++ trunk/rhino/debian/control	2009-12-12 14:24:05 UTC (rev 11258)
@@ -2,7 +2,7 @@
 Section: interpreters
 Priority: optional
 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>,
+Uploaders: 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 debian.org>
 Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk, quilt, maven-repo-helper
 Standards-Version: 3.8.3

Modified: trunk/rhino/debian/patches/01_rhino-nowarn.patch
===================================================================
--- trunk/rhino/debian/patches/01_rhino-nowarn.patch	2009-12-12 14:16:27 UTC (rev 11257)
+++ trunk/rhino/debian/patches/01_rhino-nowarn.patch	2009-12-12 14:24:05 UTC (rev 11258)
@@ -1,3 +1,5 @@
+Description: Pass "nowarn" to javac ant task to disable printing of warning
+ during compilation.
 --- a/src/build.xml
 +++ b/src/build.xml
 @@ -57,6 +57,7 @@

Modified: trunk/rhino/debian/patches/02_exclude-jdk15.patch
===================================================================
--- trunk/rhino/debian/patches/02_exclude-jdk15.patch	2009-12-12 14:16:27 UTC (rev 11257)
+++ trunk/rhino/debian/patches/02_exclude-jdk15.patch	2009-12-12 14:24:05 UTC (rev 11258)
@@ -1,3 +1,5 @@
+Description: Exclude everything except "jdk1.5/**" when building
+ 1.5 specific source code.
 --- a/src/build.xml
 +++ b/src/build.xml
 @@ -72,6 +72,7 @@




More information about the pkg-java-commits mailing list