This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository statsvn.
commit e7b4440acb0edb609241e538bb8b70d6498f4d5b Author: Vincent Fourmond <[email protected]> Date: Mon Jun 22 18:58:15 2009 +0000 [statsvn] New shiny upstream release ! --- debian/README.source | 7 +++++++ debian/changelog | 13 +++++++++++++ debian/compat | 2 +- debian/control | 10 +++++----- debian/new-upstream | 11 +++++++---- 5 files changed, 33 insertions(+), 10 deletions(-) diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..05d509e --- /dev/null +++ b/debian/README.source @@ -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 diff --git a/debian/changelog b/debian/changelog index b350945..0d95f2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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) diff --git a/debian/compat b/debian/compat index bf0d87a..7813681 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -4 \ No newline at end of file +5 \ No newline at end of file diff --git a/debian/control b/debian/control index 712318b..d989347 100644 --- a/debian/control +++ b/debian/control @@ -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 @@ 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.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. diff --git a/debian/new-upstream b/debian/new-upstream index d51a6a0..4e905fa 100755 --- a/debian/new-upstream +++ b/debian/new-upstream @@ -23,14 +23,17 @@ dir=`mktemp -d` 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 .. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/statsvn.git _______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

