This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-sec-dispatcher.
commit 134cb26c2f3ee30695b19026bcabdbfb6ac93c4b Author: Ludovic Claude <[email protected]> Date: Thu Jul 9 17:52:09 2009 +0000 * Add version information to plexus-utils dependency --- debian/control | 2 +- debian/patches/pom.patch | 10 ++++++++++ debian/patches/series | 1 + debian/rules | 1 + 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index bb9407f..1f58e72 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Ludovic Claude <[email protected]> -Build-Depends: debhelper (>= 6), cdbs, default-jdk-builddep +Build-Depends: debhelper (>= 6), cdbs, default-jdk, quilt Build-Depends-Indep: maven-repo-helper, maven-ant-helper (>> 4), ant, ant-optional, libmodello-java, libplexus-utils-java, libplexus-container-default-java, libplexus-cipher-java diff --git a/debian/patches/pom.patch b/debian/patches/pom.patch new file mode 100644 index 0000000..b5f2713 --- /dev/null +++ b/debian/patches/pom.patch @@ -0,0 +1,10 @@ +--- a/pom.xml ++++ b/pom.xml +@@ -70,6 +70,7 @@ + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-utils</artifactId> ++ <version>1.5.8</version> + </dependency> + <dependency> + <groupId>org.sonatype.plexus</groupId> diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..df4e068 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +pom.patch diff --git a/debian/rules b/debian/rules index 1015813..9dd6340 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk PACKAGE := $(DEB_SOURCE_PACKAGE) VERSION := $(DEB_UPSTREAM_VERSION) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-sec-dispatcher.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

