[librasterlite2] 06/12: Add install files, but don't install .la files.
Bas Couwenberg
sebastic at xs4all.nl
Fri Nov 21 22:27:44 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a commit to branch master
in repository librasterlite2.
commit adfaa72abad7615a45861e4722481ecd48e9517c
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Nov 21 19:01:38 2014 +0100
Add install files, but don't install .la files.
---
debian/control | 25 +++++++++++++++++++++----
debian/librasterlite-dev.install | 4 ++++
debian/librasterlite2-1.install | 1 +
debian/mod-rasterlite2-1.install | 1 +
debian/rasterlite2-bin.install | 1 +
debian/rules | 1 +
6 files changed, 29 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 1cffb4f..ce0dfe4 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/librasterlite2.git
Vcs-Git: git://anonscm.debian.org/pkg-grass/librasterlite2.git
Homepage: https://www.gaia-gis.it/fossil/librasterlite2/
-Package: librasterlite21
+Package: librasterlite2-1
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
@@ -40,11 +40,28 @@ Description: library for huge raster coverages using a SpatiaLite DBMS
.
This package contains the shared library.
+Package: mod-rasterlite2-1
+Architecture: any
+Multi-Arch: same
+Section: libs
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Description: SQLite 3 module for huge raster coverages
+ librasterlite2 is an open source library that stores and retrieves huge
+ raster coverages using a SpatiaLite DBMS.
+ .
+ It is intended to completely replace and supersede librasterlite.
+ The two projects are completely unrelated: the unique similarity between
+ both is just in covering the same identical application area.
+ .
+ This package contains the loadable extension module for SQLite 3.
+
Package: librasterlite-dev
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: librasterlite21 (= ${binary:Version}),
+Depends: librasterlite2-1 (= ${binary:Version}),
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: library for huge raster coverages using a SpatiaLite DBMS - headers
@@ -61,7 +78,7 @@ Package: rasterlite2-bin
Architecture: any
Multi-Arch: foreign
Section: graphics
-Depends: librasterlite21 (= ${binary:Version}),
+Depends: librasterlite2-1 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: command line tools for librasterlite2
@@ -79,7 +96,7 @@ Architecture: any
Multi-Arch: same
Section: debug
Priority: extra
-Depends: librasterlite21 (= ${binary:Version}),
+Depends: librasterlite2-1 (= ${binary:Version}),
rasterlite2-bin (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
diff --git a/debian/librasterlite-dev.install b/debian/librasterlite-dev.install
new file mode 100644
index 0000000..90877cc
--- /dev/null
+++ b/debian/librasterlite-dev.install
@@ -0,0 +1,4 @@
+usr/lib/*/librasterlite2.a
+usr/lib/*/librasterlite2.so
+usr/lib/*/pkgconfig/rasterlite2.pc
+usr/include/
diff --git a/debian/librasterlite2-1.install b/debian/librasterlite2-1.install
new file mode 100644
index 0000000..814283a
--- /dev/null
+++ b/debian/librasterlite2-1.install
@@ -0,0 +1 @@
+usr/lib/*/librasterlite2.so.*
diff --git a/debian/mod-rasterlite2-1.install b/debian/mod-rasterlite2-1.install
new file mode 100644
index 0000000..9c4f4e6
--- /dev/null
+++ b/debian/mod-rasterlite2-1.install
@@ -0,0 +1 @@
+usr/lib/*/mod_rasterlite2.so*
diff --git a/debian/rasterlite2-bin.install b/debian/rasterlite2-bin.install
new file mode 100644
index 0000000..c703cf8
--- /dev/null
+++ b/debian/rasterlite2-bin.install
@@ -0,0 +1 @@
+usr/bin/
diff --git a/debian/rules b/debian/rules
index 01d1281..1be9d0a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,7 @@ override_dh_auto_test:
dh_auto_test || echo "Ignoring test failures"
override_dh_install:
+ find debian/tmp/usr/lib/ -type f -name "*.la" -delete
dh_install --list-missing
override_dh_strip:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/librasterlite2.git
More information about the Pkg-grass-devel
mailing list