The following commit has been merged in the master branch: commit 4a72d771152ee8b3c75a337dbfe0830d3155d2ff Author: David Paleino <da...@debian.org> Date: Wed Oct 5 19:14:06 2011 +0200
Split 'foreign' addition to AUTOMAKE_OPTIONS from 00-systemlibs.patch. diff --git a/debian/changelog b/debian/changelog index 7e1fe00..b42a647 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,8 +19,9 @@ spatialite (3.0.0~beta20110817-1) UNRELEASED; urgency=low * debian/rules: rename get-orig-tarball target to get-orig-source. * Update Vcs-* fields to reflect SVN→Git migration * Added myself to Uploaders + * Split 'foreign' addition to AUTOMAKE_OPTIONS from 00-systemlibs.patch. - -- David Paleino <da...@debian.org> Wed, 05 Oct 2011 18:36:03 +0200 + -- David Paleino <da...@debian.org> Wed, 05 Oct 2011 19:13:36 +0200 spatialite (2.4.0~rc2-5) unstable; urgency=medium diff --git a/debian/patches/00-add_automake_foreign.patch b/debian/patches/00-add_automake_foreign.patch new file mode 100644 index 0000000..0b9fd6e --- /dev/null +++ b/debian/patches/00-add_automake_foreign.patch @@ -0,0 +1,29 @@ +From: Francesco Paolo Lovergine <fran...@debian.org> +Subject: add 'foreign' to AUTOMAKE_OPTIONS +Origin: vendor +Forwarded: no + +--- + libspatialite/Makefile.am | 2 +- + spatialite-tools/Makefile.am | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +--- spatialite.orig/libspatialite/Makefile.am ++++ spatialite/libspatialite/Makefile.am +@@ -1,6 +1,6 @@ + ACLOCAL_AMFLAGS = -I m4 + +-AUTOMAKE_OPTIONS = dist-zip ++AUTOMAKE_OPTIONS = dist-zip foreign + + EXTRA_DIST = makefile.vc nmake.opt libspatialite.def + +--- spatialite.orig/spatialite-tools/Makefile.am ++++ spatialite/spatialite-tools/Makefile.am +@@ -40,5 +40,5 @@ EXTRA_DIST = makefile.vc nmake.opt \ + Makefile-static-Linux \ + Makefile-static-MacOsX + +-AUTOMAKE_OPTIONS = dist-zip ++AUTOMAKE_OPTIONS = dist-zip foreign + diff --git a/debian/patches/series b/debian/patches/series index f621399..961a7f8 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1 @@ -00-systemlibs.patch +00-add_automake_foreign.patch -- geospatial extension for SQLite _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel