mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-08-12 02:41:14 +00:00
fixes for debian build
This commit is contained in:
2
Makefile
2
Makefile
@ -21,7 +21,7 @@ EXTRA_CPPFLAGS += -g -O2 -Wall
|
||||
all: local-shared-build renderd speedtest render_list render_old convert_meta
|
||||
|
||||
install:
|
||||
cp -u renderd.conf /etc/renderd.conf
|
||||
cp -u renderd.conf ${DESTDIR}/etc/renderd.conf
|
||||
|
||||
clean:
|
||||
rm -f *.o *.lo *.slo *.la .libs/*
|
||||
|
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -2,4 +2,4 @@ libapache2-mod-tile (0.1) unstable; urgency=low
|
||||
|
||||
* Initial Debian packaging for mod_tile and renderd
|
||||
|
||||
-- Frederik Ramm <fred@lambert> Thu, 04 Jun 2009 13:33:42 +0200
|
||||
-- Frederik Ramm <fred@geofabrik.de> Thu, 04 Jun 2009 13:33:42 +0200
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -54,7 +54,7 @@ install: build
|
||||
dh_installdirs
|
||||
|
||||
# Add here commands to install the package into debian/libapache2-mod-tile.
|
||||
$(MAKE) DESTDIR=$(CURDIR)/debian/libapache2-mod-tile install
|
||||
#$(MAKE) DESTDIR=$(CURDIR)/debian/libapache2-mod-tile install
|
||||
|
||||
|
||||
# Build architecture-independent files here.
|
||||
|
Reference in New Issue
Block a user