Skip to content

Commit ba129ec

Browse files
committed
data: fix generation and packaging
-fix us data generation -fix package for missing data Signed-off-by: Hiroshi Miura <[email protected]>
1 parent 0b2f3d2 commit ba129ec

File tree

7 files changed

+4060
-2
lines changed

7 files changed

+4060
-2
lines changed

debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
lua-nginx-osm (0.44) precise; urgency=low
2+
3+
* Fix north-america data missing.
4+
* Fix missing data in package.
5+
6+
-- Hiroshi Miura <[email protected]> Mon, 14 Apr 2014 08:03:25 +0900
7+
18
lua-nginx-osm (0.43) precise; urgency=low
29

310
* Fix debian dependency error.

debian/dh-lua.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CLIB_OBJS=
77
VERSION_INFO=
88

99
LUA_HEADER=
10-
LUA_SOURCES=$(wildcard osm/*.lua) $(wildcard osm/data/*.lua)
10+
LUA_SOURCES=$(wildcard osm/*.lua) $(wildcard osm/data/*.lua) $(wildcard osm/data/*/*.lua)
1111
LUA_SOURCES_MANGLER=
1212
LUA_MODNAME=osm
1313
LUA_TEST=

osm/data/north-america/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ KML2POLY = ../../../utils/kml2poly.py
33

44
REGION = north-america
55
REGIONS_DATA = \
6-
canada.lua greenland.lua us-midwest.lua us-northwest.lua \
6+
canada.lua greenland.lua us-midwest.lua us-northeast.lua \
77
us-pacific.lua us-south.lua us-west.lua
88

99
.PHONY: all

0 commit comments

Comments
 (0)