[SCM] spatialite branch, master, updated. debian/4.0.0-1-16-g407ea2f

Bas Couwenberg sebastic at xs4all.nl
Mon Sep 30 00:22:11 UTC 2013


The following commit has been merged in the master branch:
commit db68ab59cd11bd1bbe7db88cac3ee6cc246924d9
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Sep 30 02:01:53 2013 +0200

    Add patch to set automake option subdir-objects.

diff --git a/debian/changelog b/debian/changelog
index 65f3fd6..4ad4f86 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ spatialite (4.1.1-1) UNRELEASED; urgency=low
   * Add lintian overrides for no upstream changelog, link to online timeline.
   * Strip debian revision in symbols file.
   * Use upstream version without debian revision when generating symbols.
+  * Add patch to set automake option subdir-objects.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Sun, 29 Sep 2013 22:00:45 +0200
 
diff --git a/debian/patches/10-automake-subdir-objects.patch b/debian/patches/10-automake-subdir-objects.patch
new file mode 100644
index 0000000..fffe80e
--- /dev/null
+++ b/debian/patches/10-automake-subdir-objects.patch
@@ -0,0 +1,12 @@
+Description: Set automake option subdir-object to remain forward compatible.
+Author: Bas Couwenberg <sebastic at xs4all.nl>
+Last-Update: 2013-09-30
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -1,4 +1,6 @@
+ 
++AUTOMAKE_OPTIONS = subdir-objects
++
+ SUBDIRS = headers \
+ 	gaiaaux \
+ 	gaiaexif \
diff --git a/debian/patches/series b/debian/patches/series
index 27d2927..739cb7d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 00-add_automake_foreign.patch
 07-fix_spatialite_pc.patch
+10-automake-subdir-objects.patch

-- 
geospatial extension for SQLite



More information about the Pkg-grass-devel mailing list