[postgis] 06/08: Generate pom.xml before running maven.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Mar 21 15:43:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository postgis.

commit 7bfbffdf5d7ecad384a9379079dbd70dc7360b5e
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Mar 21 13:11:24 2015 +0100

    Generate pom.xml before running maven.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index fa01659..1d47c31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ postgis (2.1.6+dfsg-1~exp1) UNRELEASED; urgency=medium
   * Skip tests on mipsel too, due to persistent buildd issues.
   * Use uscan repacking to exclude CITE tests from upstream source.
   * Update patches for new upstream release.
+  * Generate pom.xml before running maven.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 21 Mar 2015 02:10:45 +0100
 
diff --git a/debian/rules b/debian/rules
index cb18f08..cc17e72 100755
--- a/debian/rules
+++ b/debian/rules
@@ -133,7 +133,7 @@ build-indep-stamp: configuration-stamp
 	@[ -x "$(JAVA_HOME)/bin/javac" ] || (echo "ERROR: no javac in JAVA_HOME=$(JAVA_HOME)"; exit 2)
 
 #	PostGIS JDBC (with debug support)
-	cd $(CURDIR)/java/jdbc && $(MVN) package
+	cd $(CURDIR)/java/jdbc && make pom.xml && $(MVN) package
 
 #	Let PostGIS create a perl script from postgis_restore.pl.in
 	$(MAKE) -C utils

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git



More information about the Pkg-grass-devel mailing list