Author: fourmond Date: 2011-04-04 15:26:31 +0000 (Mon, 04 Apr 2011) New Revision: 13502
Added: tags/statsvn/0.7.0.dfsg-4/ tags/statsvn/0.7.0.dfsg-4/debian/changelog tags/statsvn/0.7.0.dfsg-4/debian/control tags/statsvn/0.7.0.dfsg-4/debian/patches/15-build-xml-build-jar-only.diff tags/statsvn/0.7.0.dfsg-4/debian/rules tags/statsvn/0.7.0.dfsg-4/debian/statsvn.classpath tags/statsvn/0.7.0.dfsg-4/debian/statsvn.install tags/statsvn/0.7.0.dfsg-4/debian/statsvn.jlibs tags/statsvn/0.7.0.dfsg-4/debian/wrappers/statsvn Removed: tags/statsvn/0.7.0.dfsg-4/debian/changelog tags/statsvn/0.7.0.dfsg-4/debian/control tags/statsvn/0.7.0.dfsg-4/debian/patches/15-build-xml-build-jar-only.diff tags/statsvn/0.7.0.dfsg-4/debian/rules tags/statsvn/0.7.0.dfsg-4/debian/wrappers/statsvn Log: [svn-buildpackage] Tagging statsvn 0.7.0.dfsg-4 Deleted: tags/statsvn/0.7.0.dfsg-4/debian/changelog =================================================================== --- trunk/statsvn/debian/changelog 2011-04-01 09:47:57 UTC (rev 13487) +++ tags/statsvn/0.7.0.dfsg-4/debian/changelog 2011-04-04 15:26:31 UTC (rev 13502) @@ -1,90 +0,0 @@ -statsvn (0.7.0.dfsg-3) unstable; urgency=low - - * Add libjdom1-java to dependencies + add jdom1 in the classpath - to fix class not found exception when generating XML (closes: #616412) - * Tighten up dependencies on more recent versions of java-wrapper - - -- Vincent Fourmond <[email protected]> Wed, 23 Mar 2011 11:01:07 +0100 - -statsvn (0.7.0.dfsg-2) unstable; urgency=low - - * Pull option documentation from upstream's wiki: - http://wiki.statsvn.org/Default.aspx?Page=User Manual (closes: 576664) - Thanks to Mathieu Malaterre for pointing out. - - -- Vincent Fourmond <[email protected]> Tue, 06 Apr 2010 22:24:27 +0200 - -statsvn (0.7.0.dfsg-1) unstable; urgency=low - - * New upstream release (closes: #572613) - * Switch to source format 3.0 (quilt) - * Drop build-dependency on dpatch, now unneeded - * Now conforms to standards 3.8.4 - * Switch to a dependency on default-jdk for building - * Now depends on libsvnkit-java - * Manual page updates. - - -- Vincent Fourmond <[email protected]> Tue, 16 Mar 2010 21:32:06 +0100 - -statsvn (0.5.0.dfsg-1) unstable; urgency=low - - * New upstream release - * Updated the debian/new-upstream script to remove extraneous files. - * Moved to the new section vcs - * Needs statcvs 0.5.0 or later. - * Added ${misc:Depends} for debhelper-induced dependencies - * Bumped debhelper compatibility level to 5 - * Added a debian/README.source file to explain the patch system - * Now conforms to standards 3.8.2 - - -- Vincent Fourmond <[email protected]> Mon, 22 Jun 2009 20:32:34 +0200 - -statsvn (0.4.0.dfsg-1) unstable; urgency=low - - * New upstream version (closes: #481799) - * Does not work with older statcvs, tightening up dependencies - * statsvn still complains about files with spaces within, but - it does not seem to affect statistics anymore, so it - closes: #469937,#469938 - - -- Vincent Fourmond <[email protected]> Sat, 28 Jun 2008 15:53:07 +0200 - -statsvn (0.3.1.dfsg+1-1) unstable; urgency=low - - [ Michael Koch ] - * Updated watch file to remove ".dfsg" part from debian version before - comparison. - - [ Vincent Fourmond ] - * Now that statcvs has moved to main, statsvn also works fine - within main; moving there (closes: #469820) - - -- Vincent Fourmond <[email protected]> Sat, 19 Apr 2008 21:13:17 +0200 - -statsvn (0.3.1.dfsg-3) unstable; urgency=low - - * The 'Whoa I never uploaded two versions that close together' release - * statsvn must of course Depend on java-wrappers... (closes: #470394) - - -- Vincent Fourmond <[email protected]> Mon, 10 Mar 2008 23:40:29 +0100 - -statsvn (0.3.1.dfsg-2) unstable; urgency=low - - * Move subversion to Depends, as it is truly required - * Document -tags in the manual page, patch courtesy of - Emmanuel Fleury <[email protected]> (closes: #470252) - - -- Vincent Fourmond <[email protected]> Mon, 10 Mar 2008 23:08:05 +0100 - -statsvn (0.3.1.dfsg-1) unstable; urgency=low - - * Initial release (Closes: 456250) - * 10-build-xml-classpath to get it to build with debian packages - * 15-build-xml-build-jar-only to tweak the build system to get a - jar containing only statsvn code (and not many more as upstreams'). - * 20-disable-jtreemap to disable the jtreemap-based report, as jtreemap - is not currently packaged for Debian - * Wrote a manual page, based on the one from statcvs - * Updated FSF's address in debian/copyright - - -- Vincent Fourmond <[email protected]> Wed, 05 Mar 2008 00:29:20 +0100 Copied: tags/statsvn/0.7.0.dfsg-4/debian/changelog (from rev 13501, trunk/statsvn/debian/changelog) =================================================================== --- tags/statsvn/0.7.0.dfsg-4/debian/changelog (rev 0) +++ tags/statsvn/0.7.0.dfsg-4/debian/changelog 2011-04-04 15:26:31 UTC (rev 13502) @@ -0,0 +1,99 @@ +statsvn (0.7.0.dfsg-4) experimental; urgency=low + + * Now using javahelper, thanks to mjj29 ! + * Now specifying a real classpath + * Letting java-wrappers find the classpath itself. + * Now almost using upstream target for building the jar + + -- Vincent Fourmond <[email protected]> Mon, 04 Apr 2011 17:12:20 +0200 + +statsvn (0.7.0.dfsg-3) unstable; urgency=low + + * Add libjdom1-java to dependencies + add jdom1 in the classpath + to fix class not found exception when generating XML (closes: #616412) + * Tighten up dependencies on more recent versions of java-wrapper + + -- Vincent Fourmond <[email protected]> Wed, 23 Mar 2011 11:01:07 +0100 + +statsvn (0.7.0.dfsg-2) unstable; urgency=low + + * Pull option documentation from upstream's wiki: + http://wiki.statsvn.org/Default.aspx?Page=User Manual (closes: 576664) + Thanks to Mathieu Malaterre for pointing out. + + -- Vincent Fourmond <[email protected]> Tue, 06 Apr 2010 22:24:27 +0200 + +statsvn (0.7.0.dfsg-1) unstable; urgency=low + + * New upstream release (closes: #572613) + * Switch to source format 3.0 (quilt) + * Drop build-dependency on dpatch, now unneeded + * Now conforms to standards 3.8.4 + * Switch to a dependency on default-jdk for building + * Now depends on libsvnkit-java + * Manual page updates. + + -- Vincent Fourmond <[email protected]> Tue, 16 Mar 2010 21:32:06 +0100 + +statsvn (0.5.0.dfsg-1) unstable; urgency=low + + * New upstream release + * Updated the debian/new-upstream script to remove extraneous files. + * Moved to the new section vcs + * Needs statcvs 0.5.0 or later. + * Added ${misc:Depends} for debhelper-induced dependencies + * Bumped debhelper compatibility level to 5 + * Added a debian/README.source file to explain the patch system + * Now conforms to standards 3.8.2 + + -- Vincent Fourmond <[email protected]> Mon, 22 Jun 2009 20:32:34 +0200 + +statsvn (0.4.0.dfsg-1) unstable; urgency=low + + * New upstream version (closes: #481799) + * Does not work with older statcvs, tightening up dependencies + * statsvn still complains about files with spaces within, but + it does not seem to affect statistics anymore, so it + closes: #469937,#469938 + + -- Vincent Fourmond <[email protected]> Sat, 28 Jun 2008 15:53:07 +0200 + +statsvn (0.3.1.dfsg+1-1) unstable; urgency=low + + [ Michael Koch ] + * Updated watch file to remove ".dfsg" part from debian version before + comparison. + + [ Vincent Fourmond ] + * Now that statcvs has moved to main, statsvn also works fine + within main; moving there (closes: #469820) + + -- Vincent Fourmond <[email protected]> Sat, 19 Apr 2008 21:13:17 +0200 + +statsvn (0.3.1.dfsg-3) unstable; urgency=low + + * The 'Whoa I never uploaded two versions that close together' release + * statsvn must of course Depend on java-wrappers... (closes: #470394) + + -- Vincent Fourmond <[email protected]> Mon, 10 Mar 2008 23:40:29 +0100 + +statsvn (0.3.1.dfsg-2) unstable; urgency=low + + * Move subversion to Depends, as it is truly required + * Document -tags in the manual page, patch courtesy of + Emmanuel Fleury <[email protected]> (closes: #470252) + + -- Vincent Fourmond <[email protected]> Mon, 10 Mar 2008 23:08:05 +0100 + +statsvn (0.3.1.dfsg-1) unstable; urgency=low + + * Initial release (Closes: 456250) + * 10-build-xml-classpath to get it to build with debian packages + * 15-build-xml-build-jar-only to tweak the build system to get a + jar containing only statsvn code (and not many more as upstreams'). + * 20-disable-jtreemap to disable the jtreemap-based report, as jtreemap + is not currently packaged for Debian + * Wrote a manual page, based on the one from statcvs + * Updated FSF's address in debian/copyright + + -- Vincent Fourmond <[email protected]> Wed, 05 Mar 2008 00:29:20 +0100 Deleted: tags/statsvn/0.7.0.dfsg-4/debian/control =================================================================== --- trunk/statsvn/debian/control 2011-04-01 09:47:57 UTC (rev 13487) +++ tags/statsvn/0.7.0.dfsg-4/debian/control 2011-04-04 15:26:31 UTC (rev 13502) @@ -1,30 +0,0 @@ -Source: statsvn -Section: vcs -Priority: optional -Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Vincent Fourmond <[email protected]> -Build-Depends: cdbs, debhelper (>= 5), ant, libbackport-util-concurrent-java, - libjcommon-java, libjfreechart-java, statcvs (>= 1:0.5.0), default-jdk, - libsvnkit-java, libjdom1-java -Standards-Version: 3.9.1 -Homepage: http://www.statsvn.org/ -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/statsvn -Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/statsvn - - -Package: statsvn -Architecture: all -Depends: java-gcj-compat | java-runtime, libjcommon-java, - libjfreechart-java, libbackport-util-concurrent-java, statcvs (>= 1:0.7.0), - subversion, java-wrappers (>= 0.1.16), ${misc:Depends}, - libsvnkit-java, libjdom1-java -Description: SVN repository statistics - StatSVN retrieves information from a Subversion repository and generates - various tables and charts describing the project evolution, e.g. - the lines of code over time, contribution of each developer, the - evolution of modules, directories, files, the time and days when most - checkins happen, etc. It also shows the commit logs and integrates - out of the box with ViewVc, BugZilla, Chora and others. - . - StatSVN generates a static suite of HTML or XDoc documents containing - tables and chart images. \ No newline at end of file Copied: tags/statsvn/0.7.0.dfsg-4/debian/control (from rev 13501, trunk/statsvn/debian/control) =================================================================== --- tags/statsvn/0.7.0.dfsg-4/debian/control (rev 0) +++ tags/statsvn/0.7.0.dfsg-4/debian/control 2011-04-04 15:26:31 UTC (rev 13502) @@ -0,0 +1,29 @@ +Source: statsvn +Section: vcs +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Vincent Fourmond <[email protected]> +Build-Depends: cdbs, debhelper (>= 5), ant, libbackport-util-concurrent-java, + libjcommon-java, libjfreechart-java, statcvs (>= 1:0.5.0), default-jdk, + libsvnkit-java, libjdom1-java, javahelper (>= 0.19) +Standards-Version: 3.9.1 +Homepage: http://www.statsvn.org/ +Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/statsvn +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/statsvn + + +Package: statsvn +Architecture: all +Depends: java-gcj-compat | java-runtime, ${java:Depends}, + statcvs (>= 1:0.7.0), subversion, java-wrappers (>= 0.1.20), + ${misc:Depends} +Description: SVN repository statistics + StatSVN retrieves information from a Subversion repository and generates + various tables and charts describing the project evolution, e.g. + the lines of code over time, contribution of each developer, the + evolution of modules, directories, files, the time and days when most + checkins happen, etc. It also shows the commit logs and integrates + out of the box with ViewVc, BugZilla, Chora and others. + . + StatSVN generates a static suite of HTML or XDoc documents containing + tables and chart images. \ No newline at end of file Deleted: tags/statsvn/0.7.0.dfsg-4/debian/patches/15-build-xml-build-jar-only.diff =================================================================== --- trunk/statsvn/debian/patches/15-build-xml-build-jar-only.diff 2011-04-01 09:47:57 UTC (rev 13487) +++ tags/statsvn/0.7.0.dfsg-4/debian/patches/15-build-xml-build-jar-only.diff 2011-04-04 15:26:31 UTC (rev 13502) @@ -1,32 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 15-build-xml-build-jar-only.dpatch by <[email protected]> -## -## DP: Only build the jar file during the build - -@DPATCH@ -Index: statsvn-0.7.0.dfsg/build.xml -=================================================================== ---- statsvn-0.7.0.dfsg.orig/build.xml 2010-03-08 20:25:30.347534255 +0100 -+++ statsvn-0.7.0.dfsg/build.xml 2010-03-08 20:25:34.015528882 +0100 -@@ -1,6 +1,6 @@ - <?xml version="1.0" encoding="ISO-8859-1"?> - --<project name="statsvn" default="all" basedir="."> -+<project name="statsvn" default="jar" basedir="."> - - <property file="project.properties" /> - <property name="project" value="statsvn" /> -@@ -93,6 +93,13 @@ - </java> - </target> - -+ <target name="jar" depends="compile,copyfiles"> -+ <!-- Creates an executable jar file for the project --> -+ <mkdir dir="${dist}" /> -+ <jar jarfile="${dist}/${project.jar}" basedir="${build}" /> -+ </target> -+ -+ - <target name="init.tests"> - <!-- Create the build directory structure used by compile.tests --> - <mkdir dir="${build.tests}" /> Copied: tags/statsvn/0.7.0.dfsg-4/debian/patches/15-build-xml-build-jar-only.diff (from rev 13501, trunk/statsvn/debian/patches/15-build-xml-build-jar-only.diff) =================================================================== --- tags/statsvn/0.7.0.dfsg-4/debian/patches/15-build-xml-build-jar-only.diff (rev 0) +++ tags/statsvn/0.7.0.dfsg-4/debian/patches/15-build-xml-build-jar-only.diff 2011-04-04 15:26:31 UTC (rev 13502) @@ -0,0 +1,34 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 15-build-xml-build-jar-only.dpatch by <[email protected]> +## +## DP: Only build the jar file during the build + +@DPATCH@ +Index: statsvn-0.7.0.dfsg/build.xml +=================================================================== +--- statsvn-0.7.0.dfsg.orig/build.xml 2011-04-04 17:02:57.269898047 +0200 ++++ statsvn-0.7.0.dfsg/build.xml 2011-04-04 17:04:41.013898105 +0200 +@@ -1,6 +1,6 @@ + <?xml version="1.0" encoding="ISO-8859-1"?> + +-<project name="statsvn" default="all" basedir="."> ++<project name="statsvn" default="jar" basedir="."> + + <property file="project.properties" /> + <property name="project" value="statsvn" /> +@@ -132,15 +132,6 @@ + </target> + + <target name="dist" depends="compile,copyfiles"> +- <!-- Creates an executable jar file for the project --> +- <unjar src="${lib}/${statcvs.jar}" dest="${build}" /> +- <!-- Expand and use the concurrent JAR --> +- <unjar src="${lib}/${concurrent.jar}" dest="${build}" /> +- +- <!-- Now included in statcvs.jar --> +- <!--<unjar src="${lib}/${jfreechart.jar}" dest="${build}" /> +- <unjar src="${lib}/${jcommon.jar}" dest="${build}" />--> +- + <mkdir dir="${dist}" /> + <jar jarfile="${dist}/${project.jar}" basedir="${build}"> + <manifest> Deleted: tags/statsvn/0.7.0.dfsg-4/debian/rules =================================================================== --- trunk/statsvn/debian/rules 2011-04-01 09:47:57 UTC (rev 13487) +++ tags/statsvn/0.7.0.dfsg-4/debian/rules 2011-04-04 15:26:31 UTC (rev 13502) @@ -1,35 +0,0 @@ -#!/usr/bin/make -f -# debian/rules for statsvn, based on the one from Batik (uses CDBS) - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -VERSION = $(shell dpkg-parsechangelog | egrep '^Version' | \ - sed -r 's/Version:\s*//' | sed -r 's/^[0-9]+://' | \ - sed -r 's/(\.dfsg)?-[0-9.]+//') - -# export JITC_PROCESSOR_TYPE=6 - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/ant.mk -# include /usr/share/cdbs/1/rules/dpatch.mk - -JAVA_HOME_DIRS := /usr/lib/jvm/default-java -ANT_HOME := /usr/share/ant -DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar \ - junit jcommon jfreechart svnkit -DEB_ANT_COMPILER := modern -# DEB_ANT_BUILD_TARGET := all-jar libs-jar ext-jar transcoder -DEB_BUILDDIR := . -DEB_ANT_BUILDFILE := build.xml -DEB_ANT_CLEAN_TARGET := clean - -print-version: - echo $(VERSION) - -install/statsvn:: - install -m 644 dist/statsvn.jar debian/statsvn/usr/share/java/statsvn-$(VERSION).jar - ln -s statsvn-$(VERSION).jar debian/statsvn/usr/share/java/statsvn.jar - install -m 755 -t debian/statsvn/usr/bin debian/wrappers/statsvn - - Copied: tags/statsvn/0.7.0.dfsg-4/debian/rules (from rev 13501, trunk/statsvn/debian/rules) =================================================================== --- tags/statsvn/0.7.0.dfsg-4/debian/rules (rev 0) +++ tags/statsvn/0.7.0.dfsg-4/debian/rules 2011-04-04 15:26:31 UTC (rev 13502) @@ -0,0 +1,24 @@ +#!/usr/bin/make -f +# debian/rules for statsvn, based on the one from Batik (uses CDBS) + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/javahelper.mk +include /usr/share/cdbs/1/class/ant.mk + +VERSION=$(subst .dfsg,,$(DEB_UPSTREAM_VERSION)) + +JAVA_HOME_DIRS := /usr/lib/jvm/default-java +ANT_HOME := /usr/share/ant +DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar \ + junit jcommon jfreechart svnkit statcvs +DEB_ANT_COMPILER := modern +DEB_BUILDDIR := . +DEB_ANT_BUILDFILE := build.xml +DEB_ANT_CLEAN_TARGET := clean +DEB_ANT_BUILD_TARGET := dist + +print-version: + echo $(VERSION) + echo $(DEB_UPSTREAM_VERSION) + +JH_INSTALLLIBS_ARGS = --upstream-version=$(VERSION) Copied: tags/statsvn/0.7.0.dfsg-4/debian/statsvn.classpath (from rev 13501, trunk/statsvn/debian/statsvn.classpath) =================================================================== --- tags/statsvn/0.7.0.dfsg-4/debian/statsvn.classpath (rev 0) +++ tags/statsvn/0.7.0.dfsg-4/debian/statsvn.classpath 2011-04-04 15:26:31 UTC (rev 13502) @@ -0,0 +1 @@ +dist/statsvn.jar /usr/share/java/backport-util-concurrent.jar /usr/share/java/statcvs.jar /usr/share/java/svnkit.jar Copied: tags/statsvn/0.7.0.dfsg-4/debian/statsvn.install (from rev 13501, trunk/statsvn/debian/statsvn.install) =================================================================== --- tags/statsvn/0.7.0.dfsg-4/debian/statsvn.install (rev 0) +++ tags/statsvn/0.7.0.dfsg-4/debian/statsvn.install 2011-04-04 15:26:31 UTC (rev 13502) @@ -0,0 +1 @@ +debian/wrappers/statsvn usr/bin \ No newline at end of file Copied: tags/statsvn/0.7.0.dfsg-4/debian/statsvn.jlibs (from rev 13501, trunk/statsvn/debian/statsvn.jlibs) =================================================================== --- tags/statsvn/0.7.0.dfsg-4/debian/statsvn.jlibs (rev 0) +++ tags/statsvn/0.7.0.dfsg-4/debian/statsvn.jlibs 2011-04-04 15:26:31 UTC (rev 13502) @@ -0,0 +1 @@ +dist/statsvn.jar \ No newline at end of file Deleted: tags/statsvn/0.7.0.dfsg-4/debian/wrappers/statsvn =================================================================== --- trunk/statsvn/debian/wrappers/statsvn 2011-04-01 09:47:57 UTC (rev 13487) +++ tags/statsvn/0.7.0.dfsg-4/debian/wrappers/statsvn 2011-04-04 15:26:31 UTC (rev 13502) @@ -1,11 +0,0 @@ -#!/bin/sh - -# Include the wrappers utility script -. /usr/lib/java-wrappers/java-wrappers.sh - -# We first look for sun's runtime, and then for all the rest -find_java_runtime sun || find_java_runtime -find_jars jfreechart jcommon statcvs backport-util-concurrent statsvn \ - jdom1 - -run_java net.sf.statsvn.Main "$@" Copied: tags/statsvn/0.7.0.dfsg-4/debian/wrappers/statsvn (from rev 13501, trunk/statsvn/debian/wrappers/statsvn) =================================================================== --- tags/statsvn/0.7.0.dfsg-4/debian/wrappers/statsvn (rev 0) +++ tags/statsvn/0.7.0.dfsg-4/debian/wrappers/statsvn 2011-04-04 15:26:31 UTC (rev 13502) @@ -0,0 +1,10 @@ +#!/bin/sh + +# Include the wrappers utility script +. /usr/lib/java-wrappers/java-wrappers.sh + +# We first look for sun's runtime, and then for all the rest +find_java_runtime sun || find_java_runtime +find_jar_classpath statsvn + +run_java net.sf.statsvn.Main "$@" _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

