This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-site-plugin.
commit b38007d9e440f3d54d3f8f9c25fefcce9ab3c719 Author: Gabriele Giacone <[email protected]> Date: Wed Feb 24 02:07:41 2010 +0000 libjetty-java from Suggests to Depends --- debian/changelog | 12 +++++++++--- debian/control | 5 ++--- debian/source/format | 1 + 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index e729192..bf1d42a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,17 @@ -maven-site-plugin (2.0.1-1) UNRELEASED; urgency=low +maven-site-plugin (2.0-3) unstable; urgency=low + [ Michael Koch ] * New upstream release. * Added debian/README.source. * Added myself to Uploaders. - * Updated Standards-Version to 3.8.3. - -- Michael Koch <[email protected]> Wed, 04 Nov 2009 16:10:25 +0100 + [ Gabriele Giacone ] + * Moved libjetty-java from Suggests to Depends as it's a maven compile + dependency + * Updated Standards-Version to 3.8.4. + * Source format 3.0 (quilt) + + -- Gabriele Giacone <[email protected]> Wed, 24 Feb 2010 03:01:42 +0100 maven-site-plugin (2.0-2) unstable; urgency=low diff --git a/debian/control b/debian/control index 9cb8d5c..f27c143 100644 --- a/debian/control +++ b/debian/control @@ -7,15 +7,14 @@ Build-Depends: debhelper (>= 7), cdbs, openjdk-6-jdk, quilt, maven-ant-helper (> Build-Depends-Indep: maven-repo-helper, junit, libmaven-plugin-tools-java, libplexus-velocity-java, velocity, libmaven-doxia-tools-java, libjetty-java -Standards-Version: 3.8.3 +Standards-Version: 3.8.4 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-site-plugin Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-site-plugin/ Homepage: http://maven.apache.org/plugins/maven-site-plugin/ Package: libmaven-site-plugin-java Architecture: all -Depends: ${misc:Depends}, libmaven-doxia-tools-java -Suggests: libjetty6-java +Depends: ${misc:Depends}, libmaven-doxia-tools-java, libjetty-java Description: Maven Site Plugin for generating a site Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-site-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

