Author: fourmond Date: 2011-04-02 23:37:49 +0000 (Sat, 02 Apr 2011) New Revision: 13488
Added: trunk/statcvs/debian/statcvs.classpath Modified: trunk/statcvs/debian/changelog trunk/statcvs/debian/control trunk/statcvs/debian/rules Log: [statcvs] First attempts at getting a correct classpath Modified: trunk/statcvs/debian/changelog =================================================================== --- trunk/statcvs/debian/changelog 2011-04-01 09:47:57 UTC (rev 13487) +++ trunk/statcvs/debian/changelog 2011-04-02 23:37:49 UTC (rev 13488) @@ -1,3 +1,19 @@ +statcvs (1:0.7.0.dfsg-3) experimental; urgency=low + + * Now (partly) using javahelper + * Profit from it to set a real classpath + * Now conforms to standards 3.9.1 + * Fix spelling mistakes in the package description + + -- Vincent Fourmond <[email protected]> Sun, 03 Apr 2011 01:34:40 +0200 + +statcvs (1:0.7.0.dfsg-2) unstable; urgency=low + + * Does not actually break statsvn 0.5.0, so upload to unstable is pretty + fine. + + -- Vincent Fourmond <[email protected]> Tue, 09 Mar 2010 21:17:00 +0100 + statcvs (1:0.7.0.dfsg-1) experimental; urgency=low * Newer upstream release Modified: trunk/statcvs/debian/control =================================================================== --- trunk/statcvs/debian/control 2011-04-01 09:47:57 UTC (rev 13487) +++ trunk/statcvs/debian/control 2011-04-02 23:37:49 UTC (rev 13488) @@ -5,8 +5,8 @@ Uploaders: Vincent Fourmond <[email protected]>, Christian Bayle <[email protected]> Build-Depends: cdbs, debhelper (>= 5), ant, junit, libjcommon-java, libjfreechart-java (>= 1.0.13), libjdom1-java, - default-jdk -Standards-Version: 3.8.4 + default-jdk, javahelper +Standards-Version: 3.9.1 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 @@ -17,8 +17,8 @@ Depends: java-gcj-compat | java-runtime, libjcommon-java, libjfreechart-java (>= 1.0.13), java-wrappers (>= 0.1.15), libjdom1-java, ${misc:Depends} -Breaks: statsvn (<< 0.7.0) -Conflicts: statsvn (<< 0.7.0) +Breaks: statsvn (<< 0.5.0) +Conflicts: statsvn (<< 0.5.0) Recommends: cvs Description: CVS Repository statistic analysis tool, written in Java StatCvs retrieves information from a CVS repository and generates @@ -26,7 +26,7 @@ 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 uses JFreeChart to generate charts. + The current version of StatCvs generates a static suite of HTML + documents containing tables and chart images. StatCvs is open source + software, released under the terms oft the LGPL. StatCvs uses + JFreeChart to generate charts. Modified: trunk/statcvs/debian/rules =================================================================== --- trunk/statcvs/debian/rules 2011-04-01 09:47:57 UTC (rev 13487) +++ trunk/statcvs/debian/rules 2011-04-02 23:37:49 UTC (rev 13488) @@ -27,8 +27,8 @@ echo $(DEB_UPSTREAM_VERSION) install/statcvs:: + jh_classpath install -m 644 dist/statcvs.jar debian/statcvs/usr/share/java/statcvs-$(VERSION).jar ln -s statcvs-$(VERSION).jar debian/statcvs/usr/share/java/statcvs.jar install -m 755 -t debian/statcvs/usr/bin debian/wrappers/statcvs - Added: trunk/statcvs/debian/statcvs.classpath =================================================================== --- trunk/statcvs/debian/statcvs.classpath (rev 0) +++ trunk/statcvs/debian/statcvs.classpath 2011-04-02 23:37:49 UTC (rev 13488) @@ -0,0 +1 @@ +dist/statcvs.jar /usr/share/java/jdom1.jar /usr/share/java/ant.jar /usr/share/java/jcommon.jar /usr/share/java/jfreechart.jar _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

