Author: kobold
Date: 2006-07-20 17:12:50 +0000 (Thu, 20 Jul 2006)
New Revision: 490

Modified:
   packages/postgis/bpo/postgis-1.1.2-1/debian/changelog
   packages/postgis/bpo/postgis-1.1.2-1/debian/control
   packages/postgis/bpo/postgis-1.1.2-1/debian/rules
Log:
Changes for the sarge backport.


Modified: packages/postgis/bpo/postgis-1.1.2-1/debian/changelog
===================================================================
--- packages/postgis/bpo/postgis-1.1.2-1/debian/changelog       2006-07-20 
17:10:15 UTC (rev 489)
+++ packages/postgis/bpo/postgis-1.1.2-1/debian/changelog       2006-07-20 
17:12:50 UTC (rev 490)
@@ -1,3 +1,11 @@
+postgis (1.1.2-0bpo1) sarge-backports; urgency=low
+
+  * Rebuild for sarge.
+  * Removed java packages, the dependencies are not in sarge or
+    sarge-backports.
+
+ -- Fabio Tranchitella <[EMAIL PROTECTED]>  Wed, 12 Jul 2006 10:12:33 +0200
+
 postgis (1.1.2-1) unstable; urgency=low
 
   - Fabio Tranchitella <[EMAIL PROTECTED]>

Modified: packages/postgis/bpo/postgis-1.1.2-1/debian/control
===================================================================
--- packages/postgis/bpo/postgis-1.1.2-1/debian/control 2006-07-20 17:10:15 UTC 
(rev 489)
+++ packages/postgis/bpo/postgis-1.1.2-1/debian/control 2006-07-20 17:12:50 UTC 
(rev 490)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
 Uploaders: Stephen Frost <[EMAIL PROTECTED]>, Fabio Tranchitella <[EMAIL 
PROTECTED]>
-Build-Depends: debhelper (>= 5.0.0), autotools-dev, flex, bison, 
postgresql-server-dev-8.1, libgeos-dev, proj, libssl-dev, xsltproc, docbook, 
docbook-xsl, libpg-java, jikes-classpath, fastjar
+Build-Depends: debhelper (>= 5.0.0), autotools-dev, flex, bison, 
postgresql-server-dev-8.1, libgeos-dev, proj, libssl-dev, xsltproc, docbook, 
docbook-xsl
 Standards-Version: 3.7.2
 
 Package: postgresql-8.1-postgis
@@ -34,19 +34,3 @@
  .
  This package contains the PostGIS userland binaries, common files and
  documentation.
-
-Package: libpostgis-java
-Architecture: all
-Section: libs
-Depends: libpg-java
-Suggests: postgresql-8.1-postgis | postgresql-7.4-postgis
-Conflicts: libpostgis-jdbc, libpostgisjava, postgresql-postgis-java
-Replaces: libpostgis-jdbc, libpostgisjava, postgresql-postgis-java
-Description: geographic objects support for PostgreSQL -- JDBC support
- PostGIS adds support for geographic objects to the PostgreSQL 
object-relational
- database. In effect, PostGIS "spatially enables" the PostgreSQL server, 
- allowing it to be used as a backend spatial database for geographic 
information
- systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS
- follows the OpenGIS "Simple Features Specification for SQL".
- .
- This package contains JDBC support for PostGIS.

Modified: packages/postgis/bpo/postgis-1.1.2-1/debian/rules
===================================================================
--- packages/postgis/bpo/postgis-1.1.2-1/debian/rules   2006-07-20 17:10:15 UTC 
(rev 489)
+++ packages/postgis/bpo/postgis-1.1.2-1/debian/rules   2006-07-20 17:12:50 UTC 
(rev 490)
@@ -54,17 +54,6 @@
        dh_testroot
        dh_clean -k -i 
        dh_installdirs -i
-
-       CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure \
-               --with-docdir=\$${prefix}/share/doc/postgis \
-               --mandir=\$${prefix}/share/man \
-               --infodir=\$${prefix}/share/info
-
-       # PostGIS JDBC (with debug support)
-       $(MAKE) -C jdbc2 clean
-       DEBUGJAR=postgis_debug.fastjar JAR=fastjar JAVAC=jikes-classpath 
$(MAKE) -C jdbc2 jar
-       DEBUGJAR=postgis_debug.fastjar JAR=fastjar JAVAC=jikes-classpath 
$(MAKE) -C jdbc2 install 
DESTDIR=$(CURDIR)/debian/libpostgis-java/usr/share/java/$(JAVA_PATH)
-       $(MAKE) distclean
        dh_install -i
 
 install-arch:


_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to