[SCM] postgis branch, master, updated. upstream/2.0.1-49-gaaf80f8

Markus Wanner markus at bluegap.ch
Wed Jun 12 13:03:24 UTC 2013


The following commit has been merged in the master branch:
commit aaf80f86cb206d7ab8b9b3fb05a5485b597e3290
Author: Markus Wanner <markus at bluegap.ch>
Date:   Wed Jun 12 15:00:19 2013 +0200

    Correct patches/use-debian-maven to consistently link against
    postgresql-jdbc3.jar, rather than any more or less specific
    version.

diff --git a/debian/patches/use-debian-maven b/debian/patches/use-debian-maven
index a004075..e81b2b7 100644
--- a/debian/patches/use-debian-maven
+++ b/debian/patches/use-debian-maven
@@ -41,7 +41,7 @@ Last-Update: 2013-04-14
 +							<addClasspath>true</addClasspath>
 +						</manifest>
 +						<manifestEntries>
-+							<Class-Path>/usr/share/java/postgresql-jdbc.jar</Class-Path>
++							<Class-Path>/usr/share/java/postgresql-jdbc3.jar</Class-Path>
 +						</manifestEntries>
 +					</archive>
 +				</configuration>
@@ -56,7 +56,7 @@ Last-Update: 2013-04-14
  			<artifactId>postgresql</artifactId>
  			<version>9.1-901.jdbc3</version>
 +			<scope>system</scope>
-+			<systemPath>/usr/share/java/postgresql-jdbc3-9.1.jar</systemPath>
++			<systemPath>/usr/share/java/postgresql-jdbc3.jar</systemPath>
  		</dependency>
  	</dependencies>
  	<reporting>

-- 
PostGIS for PostgreSQL



More information about the Pkg-grass-devel mailing list