Author: fourmond Date: 2009-06-22 18:58:15 +0000 (Mon, 22 Jun 2009) New Revision: 8558
Added: trunk/statsvn/debian/README.source Modified: trunk/statsvn/debian/changelog trunk/statsvn/debian/compat trunk/statsvn/debian/control trunk/statsvn/debian/new-upstream Log: [statsvn] New shiny upstream release ! Added: trunk/statsvn/debian/README.source =================================================================== --- trunk/statsvn/debian/README.source (rev 0) +++ trunk/statsvn/debian/README.source 2009-06-22 18:58:15 UTC (rev 8558) @@ -0,0 +1,7 @@ +Note about the source package of statsvn + +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 <[email protected]>, Mon, 22 Jun 2009 20:20:55 +0200 Modified: trunk/statsvn/debian/changelog =================================================================== --- trunk/statsvn/debian/changelog 2009-06-21 20:04:52 UTC (rev 8557) +++ trunk/statsvn/debian/changelog 2009-06-22 18:58:15 UTC (rev 8558) @@ -1,3 +1,16 @@ +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) Modified: trunk/statsvn/debian/compat =================================================================== --- trunk/statsvn/debian/compat 2009-06-21 20:04:52 UTC (rev 8557) +++ trunk/statsvn/debian/compat 2009-06-22 18:58:15 UTC (rev 8558) @@ -1 +1 @@ -4 \ No newline at end of file +5 \ No newline at end of file Modified: trunk/statsvn/debian/control =================================================================== --- trunk/statsvn/debian/control 2009-06-21 20:04:52 UTC (rev 8557) +++ trunk/statsvn/debian/control 2009-06-22 18:58:15 UTC (rev 8558) @@ -1,13 +1,13 @@ Source: statsvn -Section: devel +Section: vcs Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Vincent Fourmond <[email protected]> Build-Depends-Indep: java-gcj-compat-dev Build-Depends: cdbs, debhelper (>= 5), dpatch, ant, libbackport-util-concurrent-java, - libjcommon-java, libjfreechart-java, statcvs (>= 1:0.4.0) -Standards-Version: 3.7.3 + libjcommon-java, libjfreechart-java, statcvs (>= 1:0.5.0) +Standards-Version: 3.8.2 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 @@ -16,8 +16,8 @@ Package: statsvn Architecture: all Depends: java-gcj-compat | java-runtime, libjcommon-java, - libjfreechart-java, libbackport-util-concurrent-java, statcvs (>= 1:0.4.0), - subversion, java-wrappers (>= 0.1.4) + libjfreechart-java, libbackport-util-concurrent-java, statcvs (>= 1:0.5.0), + subversion, java-wrappers (>= 0.1.4), ${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. Modified: trunk/statsvn/debian/new-upstream =================================================================== --- trunk/statsvn/debian/new-upstream 2009-06-21 20:04:52 UTC (rev 8557) +++ trunk/statsvn/debian/new-upstream 2009-06-22 18:58:15 UTC (rev 8558) @@ -23,14 +23,17 @@ unzip $filename -d $dir origname=statsvn_$version.dfsg.orig.tar.gz -# We repackage excluding the lib/ subdir +# We repackage excluding the lib/ subdir -- and various other ones cd $dir tar cvz \ --exclude '*/lib/*.jar' \ - --exclude '*/bin/*' \ + --exclude 'bin' \ --exclude '*jtreemap*.jar' \ - --exclude '*/tests-src/*' \ - --exclude '*/site/*' \ + --exclude 'tests-src' \ + --exclude 'site' \ + --exclude 'src-temp' \ + --exclude 'build' \ + --exclude 'doc' \ -f $origname stat* cd - mv $dir/$origname .. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

