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

Vincent Fourmond fourmond at alioth.debian.org
Thu Jun 18 23:39:18 UTC 2009


Author: fourmond
Date: 2009-06-18 23:39:18 +0000 (Thu, 18 Jun 2009)
New Revision: 8541

Modified:
   trunk/statcvs/debian/changelog
   trunk/statcvs/debian/patches/01-disable-unjar.dpatch
   trunk/statcvs/debian/rules
Log:
[statcvs] Nearly builds now ;-)...

Modified: trunk/statcvs/debian/changelog
===================================================================
--- trunk/statcvs/debian/changelog	2009-06-18 23:03:43 UTC (rev 8540)
+++ trunk/statcvs/debian/changelog	2009-06-18 23:39:18 UTC (rev 8541)
@@ -1,4 +1,4 @@
-statcvs (1:0.5.0.dfsg-1) experimental; urgency=low
+statcvs (1:0.5.0.dfsg-1) UNRELEASED experimental; urgency=low
 
   * New upstream release.
   * Already conforms to standards 3.8.1
@@ -8,10 +8,11 @@
     in the orig tarball
   * Refreshed debian/patches/01-disable-unjar
   * Upload to experimental to allow for tests with statsvn
-  * NOT YET READY FOR UPLOAD.
   * I have finally learned how to use DEB_UPSTREAM_VERSION...
+  * This version requires libjfreechart-java version 1.0.13
+  * Disable tests from the build system, as their source isn't provided.
 
- -- Vincent Fourmond <fourmond at debian.org>  Wed, 17 Jun 2009 00:45:38 +0200
+ -- Vincent Fourmond <fourmond at debian.org>  Fri, 19 Jun 2009 01:24:07 +0200
 
 statcvs (1:0.4.0.dfsg-3) unstable; urgency=low
 

Modified: trunk/statcvs/debian/patches/01-disable-unjar.dpatch
===================================================================
--- trunk/statcvs/debian/patches/01-disable-unjar.dpatch	2009-06-18 23:03:43 UTC (rev 8540)
+++ trunk/statcvs/debian/patches/01-disable-unjar.dpatch	2009-06-18 23:39:18 UTC (rev 8541)
@@ -2,12 +2,12 @@
 ## 01-disable-unjar.dpatch by  <fourmond at debian.org>
 ##
 ## DP: We don't ship the external prebuilt jars, so we don't need
-## DP: to unpack them.
+## DP: to unpack them. Also disable tests, as their source isn't provided.
 
 @DPATCH@
 diff -urNad statcvs-0.5.0.dfsg~/build.xml statcvs-0.5.0.dfsg/build.xml
 --- statcvs-0.5.0.dfsg~/build.xml	2009-05-09 20:33:32.000000000 +0200
-+++ statcvs-0.5.0.dfsg/build.xml	2009-06-17 00:15:49.000000000 +0200
++++ statcvs-0.5.0.dfsg/build.xml	2009-06-19 01:23:35.000000000 +0200
 @@ -1,5 +1,5 @@
  <?xml version="1.0" encoding="iso-8859-1"?>
 -<project name="statcvs" default="all" basedir=".">
@@ -15,9 +15,12 @@
    <property file="project.properties" />
    <property name="project" value="statcvs" />
    <property name="project.path" value="net/sf/statcvs" />
-@@ -151,9 +151,9 @@
+@@ -149,11 +149,11 @@
+     </java>
+   </target>
    <target name="release" depends="clean,jar,javadoc,zip,zip.source"/>
-   <target name="jar" depends="test">
+-  <target name="jar" depends="test">
++  <target name="jar" depends="compile,copyfiles">
      <!-- Creates an executable jar file for the project -->
 -    <unjar src="${lib}/${jfreechart.jar}" dest="${build}" />
 -    <unjar src="${lib}/${jcommon.jar}" dest="${build}" />

Modified: trunk/statcvs/debian/rules
===================================================================
--- trunk/statcvs/debian/rules	2009-06-18 23:03:43 UTC (rev 8540)
+++ trunk/statcvs/debian/rules	2009-06-18 23:39:18 UTC (rev 8541)
@@ -10,14 +10,14 @@
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/dpatch.mk
 
-VERSION = $(subst .dfsg,, $(DEB_UPSTREAM_VERSION))
+VERSION=$(subst .dfsg,,$(DEB_UPSTREAM_VERSION))
 
 JAVA_HOME_DIRS       := /usr/lib/jvm/java-gcj
 ANT_HOME             := /usr/share/ant
 DEB_JARS             := $(ANT_HOME)/lib/ant-launcher.jar \
 	junit jcommon jfreechart jdom1
 DEB_ANT_COMPILER     := modern
-# DEB_ANT_BUILD_TARGET := all-jar libs-jar ext-jar transcoder
+DEB_ANT_BUILD_TARGET := jar javadoc
 DEB_BUILDDIR         := .
 DEB_ANT_BUILDFILE    := build.xml
 DEB_ANT_CLEAN_TARGET := clean




More information about the pkg-java-commits mailing list