[osm-tile-server] 17/70: Move installation of style.xml to debian/install

Ruben Undheim rubund-guest at moszumanska.debian.org
Tue Nov 3 23:13:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository osm-tile-server.

commit 2bc57632b0fe2ad5d2ec6fea6312ef192993b54f
Author: Christopher Baines <mail at cbaines.net>
Date:   Fri Apr 17 15:48:24 2015 +0100

    Move installation of style.xml to debian/install
    
    Previously this was done in debian/rules.
---
 debian/install | 1 +
 debian/rules   | 4 ----
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/debian/install b/debian/install
index 3c2f38c..952114f 100644
--- a/debian/install
+++ b/debian/install
@@ -1,2 +1,3 @@
 get-shapefiles.sh /usr/share/openstreetmap-carto/
 symbols /usr/share/openstreetmap-carto
+style.xml /usr/share/openstreetmap-carto/
diff --git a/debian/rules b/debian/rules
index 6b90827..20e53f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,10 +10,6 @@
 override_dh_auto_build:
 	carto project.mml > style.xml
 
-override_dh_auto_install:
-	mkdir -p debian/openstreetmap-carto/usr/share/openstreetmap-carto/
-	mv style.xml debian/openstreetmap-carto/usr/share/openstreetmap-carto/
-
 override_dh_auto_clean:
 	dh_auto_clean
 	debconf-updatepo

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osm-tile-server.git



More information about the Pkg-grass-devel mailing list