This is an automated email from the git hooks/post-receive script. jamespage pushed a commit to branch master in repository jenkins-json.
commit b0a82412963a24ba9d39718d92316c26adf299a4 Author: James Page <[email protected]> Date: Mon Aug 12 10:10:21 2013 +0100 New upstream release: * New upstream release: - Drop requirement for Maven >= 3.0.1 in upstream pom as Debian still uses Maven 2 for package builds. --- .gitignore | 1 + debian/changelog | 4 +++- .../0001-Drop-requirement-for-maven-3.0.1.patch | 23 ++++++++++++++++++++ debian/patches/series | 1 + 4 files changed, 28 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5ed6d84..23292ff 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ build.properties .settings build.sh build +.pc diff --git a/debian/changelog b/debian/changelog index c4a990f..fd98030 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ jenkins-json (2.4-jenkins-1-1) UNRELEASED; urgency=low - * New upstream release. + * New upstream release: + - Drop requirement for Maven >= 3.0.1 in upstream pom as Debian + still uses Maven 2 for package builds. * d/control: Removed DM-Upload-Allowed, bumped Standards-Version to 3.9.4 - no changes. diff --git a/debian/patches/0001-Drop-requirement-for-maven-3.0.1.patch b/debian/patches/0001-Drop-requirement-for-maven-3.0.1.patch new file mode 100644 index 0000000..71ab19b --- /dev/null +++ b/debian/patches/0001-Drop-requirement-for-maven-3.0.1.patch @@ -0,0 +1,23 @@ +From: James Page <[email protected]> +Date: Mon, 12 Aug 2013 10:08:43 +0100 +Subject: Drop requirement for maven 3.0.1 + +Debian still builds with Maven2 so this currently breaks. +--- + pom.xml | 3 --- + 1 file changed, 3 deletions(-) + +diff --git a/pom.xml b/pom.xml +index 5765f97..cce0d7e 100644 +--- a/pom.xml ++++ b/pom.xml +@@ -240,9 +240,6 @@ + </dependency> + </dependencies> + +- <prerequisites> +- <maven>3.0.1</maven> +- </prerequisites> + + <build> + <defaultGoal>install</defaultGoal> diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..143dc93 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +0001-Drop-requirement-for-maven-3.0.1.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins-json.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

