[SCM] Maven build rule execution framework branch, master, updated. upstream/1.0.beta2-7-gd85a732
Gabriele Giacone
gg0-guest at alioth.debian.org
Mon Mar 1 20:46:19 UTC 2010
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Maven build rule execution framework".
The branch, master has been updated
via d85a73241c5e959b920d289066c11485b5fcc7b9 (commit)
from f86222e1f11b6a42d3b090ae233116efde1ccc53 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d85a73241c5e959b920d289066c11485b5fcc7b9
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date: Mon Mar 1 21:45:50 2010 +0100
some fixes to build fine
-----------------------------------------------------------------------
Summary of changes:
debian/README.source | 2 +-
debian/changelog | 2 +-
debian/control | 11 +++++------
debian/maven.ignoreRules | 8 +++++---
debian/maven.rules | 3 ---
debian/patches/00plexuspluginversion | 27 ---------------------------
debian/patches/series | 1 -
7 files changed, 12 insertions(+), 42 deletions(-)
diff --git a/debian/README.source b/debian/README.source
index c60f10b..1d0a093 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,4 +1,4 @@
-Information about enforcer
+Information about maven-enforcer
------------------------------
This package was debianized using the mh_make command
diff --git a/debian/changelog b/debian/changelog
index 8789150..38a992f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ maven-enforcer (1.0~beta2-1) unstable; urgency=low
* Initial release (Closes: #570673)
- -- Gabriele Giacone <1o5g4r8o at gmail.com> Sat, 20 Feb 2010 18:27:20 +0100
+ -- Gabriele Giacone <1o5g4r8o at gmail.com> Mon, 01 Mar 2010 02:28:06 +0100
diff --git a/debian/control b/debian/control
index 5807bf9..42840cd 100644
--- a/debian/control
+++ b/debian/control
@@ -4,12 +4,11 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Gabriele Giacone <1o5g4r8o at gmail.com>
Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper
-Build-Depends-Indep: libmaven-assembly-plugin-java (>= 2.2~beta4),
- libmaven-cobertura-plugin-java (>= 2.3), libplexus-utils-java,
- libmaven-compiler-plugin-java (>= 2.0.2), libmaven-jar-plugin-java (>= 2.2),
- libmaven-plugin-tools-java (>= 2.5), libmaven-site-plugin-java (>= 2.0),
- libplexus-maven-plugin-java (>= 1.3.8), bsh, libcommons-lang-java,
- libmaven2-core-java, libplexus-container-default-java
+Build-Depends-Indep: libmaven-cobertura-plugin-java (>= 2.3), libmaven-compiler-plugin-java (>= 2.0.2),
+ libmaven-jar-plugin-java (>= 2.2), libmaven-plugin-tools-java (>= 2.5),
+ libmaven-site-plugin-java (>= 2.1), libplexus-maven-plugin-java (>= 1.3.8),
+ bsh, libcommons-lang-java, libmaven2-core-java, libplexus-container-default-java,
+ libplexus-utils-java
Standards-Version: 3.8.4
Vcs-Git: git://git.debian.org/pkg-java/maven-enforcer.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/maven-enforcer.git
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
index 31c1892..e96283b 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -1,4 +1,6 @@
-easymock easymock maven-plugin *
-junit junit jar s/.*/3.x/ *
+easymock easymock jar * *
+junit junit jar * *
org.apache.maven.enforcer enforcer-rules test-jar * *
-s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-harness jar *
+org.apache.maven.plugins maven-assembly-plugin maven-plugin * *
+org.apache.maven.shared maven-plugin-testing-harness jar * *
+org.codehaus.plexus plexus-maven-plugin * *
diff --git a/debian/maven.rules b/debian/maven.rules
index 5bc70ef..bd0231e 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,4 +1 @@
org.codehaus.plexus plexus-container-default jar s/1\.0-alpha.*/1.0-alpha/ *
-org.apache.maven.plugins maven-assembly-plugin s/.*/maven-plugin/ s/.*/2.2-beta-4/ *
-org.codehaus.mojo cobertura-maven-plugin s/.*/pom/ s/.*/2.3/ *
-org.apache.maven.plugins maven-plugin-plugin s/.*/pom/ s/.*/2.5/ *
diff --git a/debian/patches/00plexuspluginversion b/debian/patches/00plexuspluginversion
deleted file mode 100644
index 53d4c38..0000000
--- a/debian/patches/00plexuspluginversion
+++ /dev/null
@@ -1,27 +0,0 @@
-Description: To find plexus-maven-plugin
-Author: Gabriele Giacone <1o5g4r8o at gmail.com>
-
-Index: enforcer-1.0~beta2/enforcer-api/pom.xml
-===================================================================
---- enforcer-1.0~beta2.orig/enforcer-api/pom.xml 2010-02-21 04:18:00.000000000 +0100
-+++ enforcer-1.0~beta2/enforcer-api/pom.xml 2010-02-21 04:20:33.000000000 +0100
-@@ -60,6 +60,7 @@
- <plugin>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-maven-plugin</artifactId>
-+ <version>1.3.8</version>
- <executions>
- <execution>
- <goals>
-Index: enforcer-1.0~beta2/enforcer-rules/pom.xml
-===================================================================
---- enforcer-1.0~beta2.orig/enforcer-rules/pom.xml 2010-02-21 04:18:00.000000000 +0100
-+++ enforcer-1.0~beta2/enforcer-rules/pom.xml 2010-02-21 04:20:58.000000000 +0100
-@@ -88,6 +88,7 @@
- <plugin>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-maven-plugin</artifactId>
-+ <version>1.3.8</version>
- <executions>
- <execution>
- <goals>
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 2b119f9..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-00plexuspluginversion
hooks/post-receive
--
Maven build rule execution framework
More information about the pkg-java-commits
mailing list