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 c0ae670655210dc5211f52f53be00f7cae849370 Author: Emmanuel Bourg <[email protected]> Date: Mon Oct 3 13:55:52 2016 +0200 Refreshed the patches --- debian/changelog | 4 ++- debian/patches/01-disable-beanmaptestcase.patch | 36 +++++++++++++------------ 2 files changed, 22 insertions(+), 18 deletions(-) diff --git a/debian/changelog b/debian/changelog index 83b3fdf..05eea11 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ -commons-beanutils (1.9.2-4) UNRELEASED; urgency=medium +commons-beanutils (1.9.3-1) UNRELEASED; urgency=medium + * New upstream release + - Refreshed the patches * Standards-Version updated to 3.9.8 * Use a secure Vcs-Git URL diff --git a/debian/patches/01-disable-beanmaptestcase.patch b/debian/patches/01-disable-beanmaptestcase.patch index 9530e0a..2940474 100644 --- a/debian/patches/01-disable-beanmaptestcase.patch +++ b/debian/patches/01-disable-beanmaptestcase.patch @@ -1,21 +1,23 @@ -Description: Disables the BeanMapTestCase which relies on a class not packaged in Debian +Description: Disables the BeanMapTestCase which relies on the BulkTest class + from commons-collections-testframework which is 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> +@@ -329,6 +329,16 @@ + <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> -- 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

