[statcvs] 19/43: [statcvs] Some progresses took the program further, but this time I really don't know what to modify so it works

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Apr 18 20:47:46 BST 2018


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository statcvs.

commit bfa7470373421bfa3cb768fb615a8a47bb4d0a7a
Author: Vincent Fourmond <fourmond at debian.org>
Date:   Wed May 7 19:57:50 2008 +0000

    [statcvs] Some progresses took the program further, but this time I really don't know what to modify so it works
---
 debian/changelog                       | 5 +++--
 debian/patches/01-disable-unjar.dpatch | 4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index da941b6..9d56bb3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,13 +2,14 @@ statcvs (1:0.4.0.dfsg-1) UNRELEASED; urgency=low
 
   * 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
 
diff --git a/debian/patches/01-disable-unjar.dpatch b/debian/patches/01-disable-unjar.dpatch
index f2c3dbe..cdac19e 100755
--- a/debian/patches/01-disable-unjar.dpatch
+++ b/debian/patches/01-disable-unjar.dpatch
@@ -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 @@ diff -urNad statcvs-0.4.0.dfsg~/build.xml statcvs-0.4.0.dfsg/build.xml
      </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}" />

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/statcvs.git



More information about the pkg-java-commits mailing list