[SCM] librasterlite branch, master, updated. debian/1.1_svn11-2-21-gbf44c23
David Paleino
dapal at debian.org
Sun Dec 2 11:05:33 UTC 2012
The following commit has been merged in the master branch:
commit 1d592a4794f56fc81c776e8d8f94a254938c85de
Author: David Paleino <dapal at debian.org>
Date: Sun Dec 2 09:52:33 2012 +0100
Add 'foreign' to automake options.
diff --git a/debian/changelog b/debian/changelog
index d8fa728..a3ee900 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ librasterlite (1.1~svn11-3) UNRELEASED; urgency=low
* Updated debian/watch.
* Dropped 00-systemwide_libepsilon.patch: libepsilon isn't anymore
embedded.
+ * Add 'foreign' to automake options.
- -- David Paleino <dapal at debian.org> Sun, 02 Dec 2012 09:38:12 +0100
+ -- David Paleino <dapal at debian.org> Sun, 02 Dec 2012 09:52:16 +0100
librasterlite (1.1~svn11-2) unstable; urgency=low
diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index abb4ee4..0000000
--- a/debian/clean
+++ /dev/null
@@ -1,2 +0,0 @@
-NEWS
-ChangeLog
diff --git a/debian/patches/01-fix_build.patch b/debian/patches/01-fix_build.patch
index 80a2860..4d00399 100644
--- a/debian/patches/01-fix_build.patch
+++ b/debian/patches/01-fix_build.patch
@@ -3,9 +3,10 @@ Subject: fix compile- and link-time issues
Forwarded: no
---
+ Makefile.am | 2 +-
lib/Makefile.am | 4 +++-
src/Makefile.am | 5 ++++-
- 2 files changed, 7 insertions(+), 2 deletions(-)
+ 3 files changed, 8 insertions(+), 3 deletions(-)
--- librasterlite.orig/lib/Makefile.am
+++ librasterlite/lib/Makefile.am
@@ -46,3 +47,14 @@ Forwarded: no
+ -lgeotiff -ltiff -lspatialite
MOSTLYCLEANFILES = *.gcna *.gcno *.gcda
+--- librasterlite.orig/Makefile.am
++++ librasterlite/Makefile.am
+@@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4
+
+ SUBDIRS = headers lib src test
+
+-AUTOMAKE_OPTIONS = dist-zip
++AUTOMAKE_OPTIONS = dist-zip foreign
+
+ EXTRA_DIST = Makefile-static-MinGW Makefile-static-Linux \
+ Makefile-static-MacOsX makefile.vc nmake.opt
diff --git a/debian/rules b/debian/rules
index b452e3a..26022cf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,9 +8,5 @@
dh $@ \
--with autoreconf
-override_dh_autoreconf:
- touch NEWS ChangeLog
- dh_autoreconf
-
override_dh_strip:
dh_strip --dbg-package=rasterlite-dbg
--
library supporting raster data sources for spatialite
More information about the Pkg-grass-devel
mailing list