This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-assembly-plugin.
commit d191e5946f80d1e87b15997e40d576d990bf3306 Author: Torsten Werner <[email protected]> Date: Wed Aug 4 03:38:16 2010 +0000 * Drop unnecessary Build-Depends on quilt. * Bump Standards-Version to 3.9.1. No changes were required. --- debian/changelog | 5 +++++ debian/control | 4 ++-- debian/rules | 1 - 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index b9eab18..63ff039 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,12 @@ maven-assembly-plugin (2.2~beta5-2) unstable; urgency=low + [ Torsten Werner ] * Fix the ignore rule for the test dependencies. (Closes: #591134) + [ Miguel Landaeta ] + * Drop unnecessary Build-Depends on quilt. + * Bump Standards-Version to 3.9.1. No changes were required. + -- Torsten Werner <[email protected]> Wed, 04 Aug 2010 05:35:15 +0200 maven-assembly-plugin (2.2~beta5-1) unstable; urgency=low diff --git a/debian/control b/debian/control index ada053b..ac7b24e 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Ludovic Claude <[email protected]>, Michael Koch <[email protected]>, Damien Raude-Morvan <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper, quilt +Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper Build-Depends-Indep: libmaven-invoker-plugin-java (>= 1.3), libmaven-plugin-tools-java (>= 2.5), libmodello-maven-plugin-java (>= 1.1), libplexus-maven-plugin-java (>= 1.3.8-5), libmaven-archiver-java, libmaven-common-artifact-filters-java, libmaven-file-management-java, @@ -12,7 +12,7 @@ Build-Depends-Indep: libmaven-invoker-plugin-java (>= 1.3), libmaven-plugin-tool libplexus-active-collections-java, libplexus-archiver-java, libplexus-container-default-java, libplexus-interpolation-java, libplexus-io-java, libplexus-utils-java, libmaven-plugin-testing-java -Standards-Version: 3.8.4 +Standards-Version: 3.9.1 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-assembly-plugin Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-assembly-plugin/ Homepage: http://maven.apache.org/plugins/maven-assembly-plugin/ diff --git a/debian/rules b/debian/rules index 21f68b5..160f238 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/maven.mk -include /usr/share/cdbs/1/rules/patchsys-quilt.mk JAVA_HOME := /usr/lib/jvm/default-java DEB_PATCHPOMS_ARGS := --ignore-rules=debian/maven.ignoreRules -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-assembly-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

