Bug#575622: README.Debian referring to renamed file lwpostgis.sql

Martin Krüger martin.krueger at gmx.com
Tue Sep 6 20:28:00 UTC 2011


Package: postgresql-8.4-postgis
Version: 1.5.2-1
Followup-For: Bug #575622

Problem still exists.
Patch on README.Debian:

diff -pur postgis-1.5.2.b//debian/README.Debian postgis-1.5.2/debian/README.Debian
--- postgis-1.5.2.b//debian/README.Debian       2011-09-06 22:06:17.000000000 +0200
+++ postgis-1.5.2/debian/README.Debian  2011-09-06 22:12:13.630547401 +0200
@@ -72,8 +72,8 @@ Type as root:
   createlang plpgsql -d <databasename>
 
   # Finally, load the functions and reference system tables
-  psql <databasename> -f /usr/share/postgresql-8.4-postgis/postgis.sql
-  psql <databasename> -f /usr/share/postgresql-8.4-postgis/spatial_ref_sys.sql
+  psql <databasename> -f /usr/share/postgresql/8.4/contrib/postgis-1.5/postgis.sql
+  psql <databasename> -f /usr/share/postgresql/8.4/contrib/postgis-1.5/spatial_ref_sys.sql
 
   # login in new database (still as superuser postgres)
   psql <databasename>
@@ -117,8 +117,8 @@ geodatabase, type as root:
   createlang plpgsql -d template_gis
 
   # Finally, load the functions and reference system tables
-  psql template_gis -f /usr/share/postgresql-8.4-postgis/postgis.sql
-  psql template_gis -f /usr/share/postgresql-8.4-postgis/spatial_ref_sys.sql
+  psql template_gis -f /usr/share/postgresql/8.4/contrib/postgis-1.5/postgis.sql
+  psql template_gis -f /usr/share/postgresql/8.4/contrib/postgis-1.5/spatial_ref_sys.sql
 
   # login in new database (still as superuser postgres)
   psql template_gis





More information about the Pkg-grass-devel mailing list