This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jboss-modules.
commit 13dee785fd0493f2c9a8981062f53b364d59f6ab Author: Markus Koschany <[email protected]> Date: Sun Feb 18 18:57:45 2018 +0100 Drop build.patch and duplicate-tag.patch again. --- debian/changelog | 1 + debian/patches/build.patch | 31 ------------------------------- debian/patches/duplicate-tag.patch | 31 ------------------------------- debian/patches/series | 2 -- 4 files changed, 1 insertion(+), 64 deletions(-) diff --git a/debian/changelog b/debian/changelog index f8144ee..c558f0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ jboss-modules (1.7.0-1) unstable; urgency=medium * Declare compliance with Debian Policy 4.1.3. * Build-depend on libjboss-bridger-java. * Build with Java 9. + * Drop build.patch. -- Markus Koschany <[email protected]> Sun, 18 Feb 2018 18:40:33 +0100 diff --git a/debian/patches/build.patch b/debian/patches/build.patch deleted file mode 100644 index 6ef098d..0000000 --- a/debian/patches/build.patch +++ /dev/null @@ -1,31 +0,0 @@ -From: Markus Koschany <[email protected]> -Date: Sat, 19 Aug 2017 00:34:22 +0200 -Subject: build - ---- - pom.xml | 12 ++++++++++++ - 1 file changed, 12 insertions(+) - -diff --git a/pom.xml b/pom.xml -index 7a5ab95..7acae39 100644 ---- a/pom.xml -+++ b/pom.xml -@@ -181,6 +181,18 @@ - <skipMain>${skip.compile}</skipMain> - <skip>${skip.compile}</skip> - </configuration> -+ <executions> -+ <execution> -+ <id>default-testCompile</id> -+ <phase>test-compile</phase> -+ <goals> -+ <goal>testCompile</goal> -+ </goals> -+ <configuration> -+ <skip>true</skip> -+ </configuration> -+ </execution> -+ </executions> - </plugin> - - <!-- Surefire --> diff --git a/debian/patches/duplicate-tag.patch b/debian/patches/duplicate-tag.patch deleted file mode 100644 index 3b920b1..0000000 --- a/debian/patches/duplicate-tag.patch +++ /dev/null @@ -1,31 +0,0 @@ -From: Markus Koschany <[email protected]> -Date: Fri, 16 Feb 2018 19:09:39 +0100 -Subject: duplicate tag - ---- - pom.xml | 12 ------------ - 1 file changed, 12 deletions(-) - -diff --git a/pom.xml b/pom.xml -index 7acae39..7a5ab95 100644 ---- a/pom.xml -+++ b/pom.xml -@@ -181,18 +181,6 @@ - <skipMain>${skip.compile}</skipMain> - <skip>${skip.compile}</skip> - </configuration> -- <executions> -- <execution> -- <id>default-testCompile</id> -- <phase>test-compile</phase> -- <goals> -- <goal>testCompile</goal> -- </goals> -- <configuration> -- <skip>true</skip> -- </configuration> -- </execution> -- </executions> - </plugin> - - <!-- Surefire --> diff --git a/debian/patches/series b/debian/patches/series index 27d1eec..0eb3450 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,2 @@ -build.patch -duplicate-tag.patch invalid-release-flag.patch no-ModuleIteratorTest.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

