This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jboss-modules.
commit e56a10af985094a67ad3a8510618e78255198578 Author: Markus Koschany <[email protected]> Date: Sun Feb 18 18:45:37 2018 +0100 Add invalid-release-flag.patch to work around a FTBFS. --- debian/patches/invalid-release-flag.patch | 28 ++++++++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 29 insertions(+) diff --git a/debian/patches/invalid-release-flag.patch b/debian/patches/invalid-release-flag.patch new file mode 100644 index 0000000..69c929e --- /dev/null +++ b/debian/patches/invalid-release-flag.patch @@ -0,0 +1,28 @@ +From: Markus Koschany <[email protected]> +Date: Sun, 18 Feb 2018 18:45:23 +0100 +Subject: invalid release flag + +--- + pom.xml | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/pom.xml b/pom.xml +index 7a5ab95..ae730a4 100644 +--- a/pom.xml ++++ b/pom.xml +@@ -149,7 +149,6 @@ + <goal>compile</goal> + </goals> + <configuration> +- <release>8</release> + <buildDirectory>${project.build.directory}</buildDirectory> + <compileSourceRoots>${project.compileSourceRoots}</compileSourceRoots> + <outputDirectory>${project.build.outputDirectory}</outputDirectory> +@@ -165,7 +164,6 @@ + <goal>compile</goal> + </goals> + <configuration> +- <release>9</release> + <buildDirectory>${project.build.directory}</buildDirectory> + <compileSourceRoots>${project.basedir}/src/main/java9</compileSourceRoots> + <outputDirectory>${project.build.directory}/classes/META-INF/versions/9</outputDirectory> diff --git a/debian/patches/series b/debian/patches/series index fe24e15..ca4b8a7 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ build.patch duplicate-tag.patch +invalid-release-flag.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jboss-modules.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

