This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-maven-plugin.
commit 1182fb1e3abbf71a995abd833082be609df56330 Author: Damien Raude-Morvan <[email protected]> Date: Mon Oct 26 19:43:25 2009 +0000 * Add myself to Uploaders * Rebuild with plexus-cdc >= 1.0~alpha14-4 to get fixed SourceComponentDescriptorExtractor.class (Closes: #545631) * Bumped Standards-Version to 3.8.3: - Add debian/README.source to describe patch system * Bump debhelper version to 7 --- debian/README.source | 6 ++++++ debian/changelog | 12 ++++++++++++ debian/compat | 2 +- debian/control | 12 ++++++------ 4 files changed, 25 insertions(+), 7 deletions(-) diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..7df3fd2 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,6 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. + diff --git a/debian/changelog b/debian/changelog index d6a1aeb..1ff919e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +plexus-maven-plugin (1.3.8-5) unstable; urgency=low + + * Add myself to Uploaders + * Rebuild with plexus-cdc >= 1.0~alpha14-4 + to get fixed SourceComponentDescriptorExtractor.class + (Closes: #545631) + * Bumped Standards-Version to 3.8.3: + - Add debian/README.source to describe patch system + * Bump debhelper version to 7 + + -- Damien Raude-Morvan <[email protected]> Mon, 26 Oct 2009 20:43:03 +0100 + plexus-maven-plugin (1.3.8-4) unstable; urgency=low * Fix component descriptors diff --git a/debian/compat b/debian/compat index 1e8b314..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -6 +7 diff --git a/debian/control b/debian/control index b9c3873..7e241ac 100644 --- a/debian/control +++ b/debian/control @@ -2,19 +2,19 @@ Source: plexus-maven-plugin Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Torsten Werner <[email protected]> -Build-Depends: debhelper (>= 6), cdbs, default-jdk, quilt +Uploaders: Torsten Werner <[email protected]>, Damien Raude-Morvan <[email protected]> +Build-Depends: debhelper (>= 7), cdbs, default-jdk, quilt Build-Depends-Indep: maven-repo-helper, maven-ant-helper (>> 4), ant, ant-optional, junit, libmaven-plugin-tools-java, libplexus-velocity-java, velocity, - libplexus-cdc-java, libslf4j-java, libmaven-reporting-impl-java -Standards-Version: 3.8.1 -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-maven-helper + libplexus-cdc-java (>= 1.0~alpha14-4), libslf4j-java, libmaven-reporting-impl-java +Standards-Version: 3.8.3 +Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-maven-helper/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-maven-helper/ Homepage: http://plexus.codehaus.org/plexus-maven-plugin/ Package: libplexus-maven-plugin-java Architecture: all -Depends: ${misc:Depends}, libplexus-cdc-java, +Depends: ${misc:Depends}, libplexus-cdc-java (>= 1.0~alpha14-4), libslf4j-java, libmaven-reporting-impl-java Description: Maven plugin for the Plexus Component Descriptor Creator The Plexus project provides a full software stack for creating and -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

