[pkg-java] r16082 - trunk/javassist/debian

Damien Raude-Morvan drazzib at alioth.debian.org
Tue May 29 23:39:05 UTC 2012


Author: drazzib
Date: 2012-05-29 23:39:05 +0000 (Tue, 29 May 2012)
New Revision: 16082

Modified:
   trunk/javassist/debian/changelog
   trunk/javassist/debian/control
   trunk/javassist/debian/rules
Log:
* Team upload.
* Enable test suite for Ubuntu MIR (LP: #878186) (Closes: #646091):
  - d/rules: Use DEB_ANT_CHECK_TARGET to execute test suite, ensure
    ant-junit and junit are added to the classpath.
  - d/control: Added ant-optional and junit to B-D-I.
* Update Standards-Version: 3.9.3.

Modified: trunk/javassist/debian/changelog
===================================================================
--- trunk/javassist/debian/changelog	2012-05-29 23:32:51 UTC (rev 16081)
+++ trunk/javassist/debian/changelog	2012-05-29 23:39:05 UTC (rev 16082)
@@ -1,3 +1,18 @@
+javassist (1:3.12.1.ga-2) unstable; urgency=low
+
+  * Team upload.
+
+  [ James Page ]
+  * Enable test suite for Ubuntu MIR (LP: #878186) (Closes: #646091):
+    - d/rules: Use DEB_ANT_CHECK_TARGET to execute test suite, ensure
+      ant-junit and junit are added to the classpath.
+    - d/control: Added ant-optional and junit to B-D-I.
+
+  [ Damien Raude-Morvan ]
+  * Update Standards-Version: 3.9.3.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Wed, 30 May 2012 01:32:57 +0200
+
 javassist (1:3.12.1.ga-1) unstable; urgency=low
 
   * Newer but not newest upstream version.

Modified: trunk/javassist/debian/control
===================================================================
--- trunk/javassist/debian/control	2012-05-29 23:32:51 UTC (rev 16081)
+++ trunk/javassist/debian/control	2012-05-29 23:39:05 UTC (rev 16082)
@@ -5,8 +5,8 @@
 Uploaders: Varun Hiremath <varun at debian.org>, Torsten Werner <twerner at debian.org>,
  Niels Thykier <niels at thykier.net>
 Build-Depends: debhelper (>= 7), cdbs
-Build-Depends-Indep: ant, default-jdk, maven-repo-helper
-Standards-Version: 3.9.2
+Build-Depends-Indep: ant, default-jdk, maven-repo-helper, ant-optional, junit
+Standards-Version: 3.9.3
 Homepage: http://www.csg.is.titech.ac.jp/~chiba/javassist/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/javassist
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/javassist

Modified: trunk/javassist/debian/rules
===================================================================
--- trunk/javassist/debian/rules	2012-05-29 23:32:51 UTC (rev 16081)
+++ trunk/javassist/debian/rules	2012-05-29 23:39:05 UTC (rev 16082)
@@ -7,6 +7,8 @@
 VERSION              := $(DEB_UPSTREAM_VERSION)
 JAVA_HOME            := /usr/lib/jvm/default-java
 DEB_ANT_BUILD_TARGET := jar javadocs
+DEB_ANT_CHECK_TARGET := test
+DEB_JARS             := ant-junit junit
 ANT_OPTS             := -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5
 
 clean::




More information about the pkg-java-commits mailing list