This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-beanutils.
commit d9c63c30ed29e2210f69799c89ebb25ef0a49038 Author: Emmanuel Bourg <[email protected]> Date: Fri May 30 16:01:31 2014 +0200 Disabled the BeanMap test --- debian/changelog | 4 +++- debian/patches/01-disable-beanmaptestcase.patch | 21 +++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7e27fcf..57f1d95 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ -commons-beanutils (1.9.1-2) UNRELEASED; urgency=medium +commons-beanutils (1.9.2-1) unstable; urgency=medium + * New upstream release + * Disabled the BeanMap test which relies on a class not packaged in Debian * Moved the package to Git -- Emmanuel Bourg <[email protected]> Fri, 30 May 2014 13:58:47 +0200 diff --git a/debian/patches/01-disable-beanmaptestcase.patch b/debian/patches/01-disable-beanmaptestcase.patch new file mode 100644 index 0000000..9530e0a --- /dev/null +++ b/debian/patches/01-disable-beanmaptestcase.patch @@ -0,0 +1,21 @@ +Description: Disables the BeanMapTestCase which relies on a class not packaged in Debian +Author: Emmanuel Bourg <[email protected]> +Forwarded: not-needed +--- a/pom.xml ++++ b/pom.xml +@@ -295,6 +295,15 @@ + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> ++ <artifactId>maven-compiler-plugin</artifactId> ++ <configuration> ++ <testExcludes> ++ <exclude>**/BeanMapTestCase.java</exclude> ++ </testExcludes> ++ </configuration> ++ </plugin> ++ <plugin> ++ <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <forkMode>pertest</forkMode> diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..629dffa --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +01-disable-beanmaptestcase.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-beanutils.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

