~ubuntu-branches/ubuntu/trusty/postgis/trusty-updates

« back to all changes in this revision

Viewing changes to raster/test/regress/bug_test_car5.sql

  • Committer: Package Import Robot
  • Author(s): Markus Wanner
  • Date: 2013-12-12 20:38:27 UTC
  • mfrom: (22.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20131212203827-l99pq9urf9emmm4r
Tags: 2.1.1-1
* New upstream release
* Drop patches upstream-r11979, upstream-r11983, upstream-r11990, and
  minor-r11979-correction; these are included in this release.
* control, rules, liblwgeom-2.1.*.{install,symbols}: adapt to new liblwgeom
  version.
* Adjust patch debian-versions: in doc/Makefile.comments, refer to
  Postgres 9.3, as that's now default. Set POSTGIS_LIBXML2_VERSION to
  2.9.1, as currently shipped.
* Adjust line numbers in patches honor-build-flags and link-liblwgeom

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
--
3
3
-- Copyright (c) 2009 Mateusz Loskot <mateusz@loskot.net>
4
4
--
 
5
-- This program is free software; you can redistribute it and/or
 
6
-- modify it under the terms of the GNU General Public License
 
7
-- as published by the Free Software Foundation; either version 2
 
8
-- of the License, or (at your option) any later version.
 
9
--
 
10
-- This program is distributed in the hope that it will be useful,
 
11
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
-- GNU General Public License for more details.
 
14
--
 
15
-- You should have received a copy of the GNU General Public License
 
16
-- along with this program; if not, write to the Free Software Foundation,
 
17
-- Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
5
18
-----------------------------------------------------------------------
6
19
--
7
20
-- Test case for mysterious band truncation revealed recently