Author: fourmond Date: 2008-03-10 22:48:02 +0000 (Mon, 10 Mar 2008) New Revision: 5982
Modified: trunk/statsvn/debian/changelog trunk/statsvn/debian/control Log: [statsvn] yet another dependency fix for statsvn Modified: trunk/statsvn/debian/changelog =================================================================== --- trunk/statsvn/debian/changelog 2008-03-10 22:11:28 UTC (rev 5981) +++ trunk/statsvn/debian/changelog 2008-03-10 22:48:02 UTC (rev 5982) @@ -1,3 +1,10 @@ +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 Modified: trunk/statsvn/debian/control =================================================================== --- trunk/statsvn/debian/control 2008-03-10 22:11:28 UTC (rev 5981) +++ trunk/statsvn/debian/control 2008-03-10 22:48:02 UTC (rev 5982) @@ -17,7 +17,7 @@ Architecture: all Depends: sun-java5-jre | sun-java6-jre | java2-runtime, libjcommon-java, libjfreechart-java, libbackport-util-concurrent-java, statcvs (>= 3), - subversion + subversion, java-wrappers (>= 0.1.4) Description: SVN repository statistics StatSVN retrieves information from a Subversion repository and generates various tables and charts describing the project evolution, e.g. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

