[pkg-java] r7139 - in trunk/statcvs/debian: . patches wrappers
fourmond at alioth.debian.org
fourmond at alioth.debian.org
Mon Oct 13 19:18:22 UTC 2008
Author: fourmond
Date: 2008-10-13 19:18:22 +0000 (Mon, 13 Oct 2008)
New Revision: 7139
Added:
trunk/statcvs/debian/README.source
Modified:
trunk/statcvs/debian/changelog
trunk/statcvs/debian/control
trunk/statcvs/debian/patches/01-disable-unjar.dpatch
trunk/statcvs/debian/patches/10-disable-jtreemap.dpatch
trunk/statcvs/debian/rules
trunk/statcvs/debian/wrappers/statcvs
Log:
[statcvs] Remove dependency on libjdom-java, README.source, documenting patches so that lintian is happy
Added: trunk/statcvs/debian/README.source
===================================================================
--- trunk/statcvs/debian/README.source (rev 0)
+++ trunk/statcvs/debian/README.source 2008-10-13 19:18:22 UTC (rev 7139)
@@ -0,0 +1,7 @@
+This package uses dpatch to manage all modifications to the upstream
+source. See /usr/share/doc/dpatch/README.source.gz to get more information
+on how to use it.
+
+ -- Vincent Fourmond <fourmond at debian.org> Mon, 13 Oct 2008 20:54:27 +0200
+
+
Modified: trunk/statcvs/debian/changelog
===================================================================
--- trunk/statcvs/debian/changelog 2008-10-13 10:38:10 UTC (rev 7138)
+++ trunk/statcvs/debian/changelog 2008-10-13 19:18:22 UTC (rev 7139)
@@ -1,3 +1,12 @@
+statcvs (1:0.4.0.dfsg-3) unstable; urgency=low
+
+ * Document patches, to make lintian a fair deal happier
+ * Add a debian/README.source file to comply with standards 3.8.0
+ * Replace the dependency on libjdom-java by libjdom1-java and update
+ debian/wrappers/statcvs and debian/rules accordingly (closes: #502037)
+
+ -- Vincent Fourmond <fourmond at debian.org> Mon, 13 Oct 2008 21:02:42 +0200
+
statcvs (1:0.4.0.dfsg-2) unstable; urgency=low
* Conflicts with older statsvn, as statsvn crashes with the newer
Modified: trunk/statcvs/debian/control
===================================================================
--- trunk/statcvs/debian/control 2008-10-13 10:38:10 UTC (rev 7138)
+++ trunk/statcvs/debian/control 2008-10-13 19:18:22 UTC (rev 7139)
@@ -5,8 +5,8 @@
Uploaders: Vincent Fourmond <fourmond at debian.org>, Christian Bayle <bayle at debian.org>
Build-Depends-Indep: java-gcj-compat-dev
Build-Depends: cdbs, debhelper (>= 5), dpatch, ant, junit,
- libjcommon-java, libjfreechart-java, libjdom-java
-Standards-Version: 3.7.3
+ libjcommon-java, libjfreechart-java, libjdom1-java
+Standards-Version: 3.8.0
Homepage: http://statcvs.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/statcvs
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/statcvs
@@ -15,7 +15,7 @@
Package: statcvs
Architecture: all
Depends: java-gcj-compat | java-runtime, libjcommon-java,
- libjfreechart-java, java-wrappers (>= 0.1.3), libjdom-java
+ libjfreechart-java, java-wrappers (>= 0.1.3), libjdom1-java
Conflicts: statsvn (< 0.4.0)
Recommends: cvs
Description: CVS Repository statistic analysis tool, written in Java
@@ -23,8 +23,8 @@
various tables and charts describing the project development,
e.g. timeline for the lines of code, contribution of each developer
etc.
+ .
The current version of StatCvs generates a static suite of
HTML documents containing tables and chart images.
- StatCvs is opens source software,
- released under the terms oft the LGPL.
+ StatCvs is opens source software, released under the terms oft the LGPL.
StatCvs uses JFreeChart to generate charts.
Modified: trunk/statcvs/debian/patches/01-disable-unjar.dpatch
===================================================================
--- trunk/statcvs/debian/patches/01-disable-unjar.dpatch 2008-10-13 10:38:10 UTC (rev 7138)
+++ trunk/statcvs/debian/patches/01-disable-unjar.dpatch 2008-10-13 19:18:22 UTC (rev 7139)
@@ -1,8 +1,8 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## 01-disable-unjar.dpatch by <fourmond at debian.org>
##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: We don't ship the external prebuilt jars, so we don't need
+## DP: to unpack them.
@DPATCH@
diff -urNad statcvs-0.4.0.dfsg~/build.xml statcvs-0.4.0.dfsg/build.xml
Modified: trunk/statcvs/debian/patches/10-disable-jtreemap.dpatch
===================================================================
--- trunk/statcvs/debian/patches/10-disable-jtreemap.dpatch 2008-10-13 10:38:10 UTC (rev 7138)
+++ trunk/statcvs/debian/patches/10-disable-jtreemap.dpatch 2008-10-13 19:18:22 UTC (rev 7139)
@@ -1,8 +1,8 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## 10-disable-jtreemap.dpatch by <fourmond at debian.org>
##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: jtreemap is not available for Debian, so we don't generate the
+## DP: corresponding page.
@DPATCH@
diff -urNad statcvs-0.4.0.dfsg~/src/net/sf/statcvs/pages/ReportSuiteMaker.java statcvs-0.4.0.dfsg/src/net/sf/statcvs/pages/ReportSuiteMaker.java
Modified: trunk/statcvs/debian/rules
===================================================================
--- trunk/statcvs/debian/rules 2008-10-13 10:38:10 UTC (rev 7138)
+++ trunk/statcvs/debian/rules 2008-10-13 19:18:22 UTC (rev 7139)
@@ -17,7 +17,7 @@
JAVA_HOME_DIRS := /usr/lib/jvm/java-gcj
ANT_HOME := /usr/share/ant
DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar \
- junit jcommon jfreechart jdom
+ junit jcommon jfreechart jdom1
DEB_ANT_COMPILER := modern
# DEB_ANT_BUILD_TARGET := all-jar libs-jar ext-jar transcoder
DEB_BUILDDIR := .
Modified: trunk/statcvs/debian/wrappers/statcvs
===================================================================
--- trunk/statcvs/debian/wrappers/statcvs 2008-10-13 10:38:10 UTC (rev 7138)
+++ trunk/statcvs/debian/wrappers/statcvs 2008-10-13 19:18:22 UTC (rev 7139)
@@ -5,6 +5,6 @@
# We first look for sun's runtime, and then for all the rest
find_java_runtime sun || find_java_runtime
-find_jars jfreechart jcommon jdom statcvs
+find_jars jfreechart jcommon jdom1 statcvs
run_java net.sf.statcvs.Main "$@"
More information about the pkg-java-commits
mailing list