[DebianGIS-dev] r2199 - packages/spatialite/trunk/debian
frankie at alioth.debian.org
frankie at alioth.debian.org
Mon May 11 20:58:01 UTC 2009
Author: frankie
Date: 2009-05-11 20:58:00 +0000 (Mon, 11 May 2009)
New Revision: 2199
Modified:
packages/spatialite/trunk/debian/changelog
packages/spatialite/trunk/debian/control
packages/spatialite/trunk/debian/libspatialite-dev.install
packages/spatialite/trunk/debian/rules
Log:
Modified: packages/spatialite/trunk/debian/changelog
===================================================================
--- packages/spatialite/trunk/debian/changelog 2009-05-11 18:10:12 UTC (rev 2198)
+++ packages/spatialite/trunk/debian/changelog 2009-05-11 20:58:00 UTC (rev 2199)
@@ -4,10 +4,11 @@
* New upstream packaging: now this package includes all spatialite-related
tarballs to provide the whole set of binary packages, based on the
amalgameted sources.
- * Added quilt support. Now the upstream tarball is included as a compressed archive
- to facilitate interactive cleanaups and patching.
+ * Added quilt support. Now the upstream tarball is included as a
+ compressed archive to facilitate interactive cleanaups and patching.
* [PATCH] split.diff removes embedded sqlite3 and uses system library.
- The patch is built by autoreconfiguring a suitable fixed automake root file.
+ The patch is built by autoreconfiguring a suitable fixed automake
+ root file.
* [PATCH] tools.diff allows building without pre-installation and fixes use
of static libs instead of libtools helpers for external libraries.
* Removed superfluous removing of *-stamp files.
@@ -16,6 +17,7 @@
* Currently still does not build spatialite-gui.
* Now the library is distributed under MPL 1.1, tools under GPL-3: changed
debian/copyright to explain that.
+ * Now adds pkg-config support (fixed for Debian use).
(closes: #519251)
-- Francesco Paolo Lovergine <frankie at debian.org> Tue, 31 Mar 2009 09:53:03 +0200
Modified: packages/spatialite/trunk/debian/control
===================================================================
--- packages/spatialite/trunk/debian/control 2009-05-11 18:10:12 UTC (rev 2198)
+++ packages/spatialite/trunk/debian/control 2009-05-11 20:58:00 UTC (rev 2199)
@@ -25,6 +25,7 @@
Architecture: any
Section: libdevel
Depends: libspatialite2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Recommends: pkg-config
Description: Geospatial extension for SQLite - development files
The SpatiaLite extension enables SQLite to support spatial (geometry) data
in a way conformant to OpenGis specifications, with both WKT and WKB formats.
Modified: packages/spatialite/trunk/debian/libspatialite-dev.install
===================================================================
--- packages/spatialite/trunk/debian/libspatialite-dev.install 2009-05-11 18:10:12 UTC (rev 2198)
+++ packages/spatialite/trunk/debian/libspatialite-dev.install 2009-05-11 20:58:00 UTC (rev 2199)
@@ -2,3 +2,4 @@
usr/lib/libspatialite.la
usr/lib/libspatialite.so
usr/include
+usr/lib/pkgconfig/spatialite.pc
Modified: packages/spatialite/trunk/debian/rules
===================================================================
--- packages/spatialite/trunk/debian/rules 2009-05-11 18:10:12 UTC (rev 2198)
+++ packages/spatialite/trunk/debian/rules 2009-05-11 20:58:00 UTC (rev 2199)
@@ -136,7 +136,7 @@
# Build architecture independant packages using the common target.
# Currently there are no packages to build.
binary-indep: build-indep install-indep
- $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
+# $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
# Build architecture dependant packages using the common target.
binary-arch: build-arch install-arch
More information about the Pkg-grass-devel
mailing list