[pkg-java] r6418 - in trunk/statcvs/debian: . patches

fourmond at alioth.debian.org fourmond at alioth.debian.org
Wed May 7 19:57:51 UTC 2008


Author: fourmond
Date: 2008-05-07 19:57:50 +0000 (Wed, 07 May 2008)
New Revision: 6418

Modified:
   trunk/statcvs/debian/changelog
   trunk/statcvs/debian/patches/01-disable-unjar.dpatch
Log:
[statcvs] Some progresses took the program further, but this time I really don't know what to modify so it works

Modified: trunk/statcvs/debian/changelog
===================================================================
--- trunk/statcvs/debian/changelog	2008-05-07 19:26:16 UTC (rev 6417)
+++ trunk/statcvs/debian/changelog	2008-05-07 19:57:50 UTC (rev 6418)
@@ -2,13 +2,14 @@
 
   * New upstream release: updated debian/new-upstream to cope for the
     new test files in the archive
-  * Updated 01-disable-unjar
+  * Updated 01-disable-unjar, to remove various tests and to
+    have jar as the default build target.
   * Disabling 10-fix-null-exception, not needed anymore
   * Now depends on libjdom-java as well
   * Fix the old-fsf-address-in-copyright-file lintian warning
   * DOES NOT CURRENTLY WORK !!!!!
 
- -- Vincent Fourmond <fourmond at debian.org>  Wed, 07 May 2008 21:25:46 +0200
+ -- Vincent Fourmond <fourmond at debian.org>  Wed, 07 May 2008 21:48:37 +0200
 
 statcvs (1:0.3.dfsg+1-1) unstable; urgency=low
 

Modified: trunk/statcvs/debian/patches/01-disable-unjar.dpatch
===================================================================
--- trunk/statcvs/debian/patches/01-disable-unjar.dpatch	2008-05-07 19:26:16 UTC (rev 6417)
+++ trunk/statcvs/debian/patches/01-disable-unjar.dpatch	2008-05-07 19:57:50 UTC (rev 6418)
@@ -7,7 +7,7 @@
 @DPATCH@
 diff -urNad statcvs-0.4.0.dfsg~/build.xml statcvs-0.4.0.dfsg/build.xml
 --- statcvs-0.4.0.dfsg~/build.xml	2008-04-21 17:33:32.000000000 +0200
-+++ statcvs-0.4.0.dfsg/build.xml	2008-05-07 21:00:52.000000000 +0200
++++ statcvs-0.4.0.dfsg/build.xml	2008-05-07 21:43:43.000000000 +0200
 @@ -1,5 +1,5 @@
  <?xml version="1.0" encoding="iso-8859-1"?>
 -<project name="statcvs" default="all" basedir=".">
@@ -20,7 +20,7 @@
      </java>
    </target>
 -  <target name="jar" depends="test">
-+  <target name="jar" depends="compile,javadoc">
++  <target name="jar" depends="compile,javadoc,copyfiles">
      <!-- Creates an executable jar file for the project -->
 -    <unjar src="${lib}/${jfreechart.jar}" dest="${build}" />
 -    <unjar src="${lib}/${jcommon.jar}" dest="${build}" />




More information about the pkg-java-commits mailing list