[openstreetmap-map-icons] 45/87: Fix debian/rules for scalable-twotone

Bas Couwenberg sebastic at xs4all.nl
Sat Oct 18 14:07:39 UTC 2014


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

sebastic-guest pushed a commit to branch master
in repository openstreetmap-map-icons.

commit 8a4078be67c467b6e880bce2733e7f0b4c3b73ca
Author: David Paleino <dapal at debian.org>
Date:   Sun Oct 17 09:42:13 2010 +0200

    Fix debian/rules for scalable-twotone
---
 debian/rules | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index f1632e4..28145a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,11 +19,14 @@ DESTTGZ := ../tarballs/openstreetmap-map-icons_${VERSION}.orig.tar.gz
 
 override_dh_install:
 	dh_install
-	for i in classic scalable scalable-twotone square ; do \
+	for i in classic scalable scalable square ; do \
 		find $(CURDIR)/debian/openstreetmap-map-icons-$$i/usr/share/icons/openstreetmap/ -type d -empty -delete ; \
 		find $(CURDIR)/debian/openstreetmap-map-icons-$$i/usr/share/icons/openstreetmap/ -type f | xargs chmod 644 ; \
 	done
 
+	rm -rf $(CURDIR)/debian/openstreetmap-map-icons-scalable/usr/share/icons/openstreetmap/scalable-twotone/*.sh
+	rm -rf $(CURDIR)/debian/openstreetmap-map-icons-scalable/usr/share/icons/openstreetmap/scalable-twotone/LICENSE.txt
+
 override_dh_link:
 	for i in classic.small classic.big square.small square.big scalable scalable-twotone; do \
 		dh_link usr/share/icons/openstreetmap/$$i usr/share/doc/openstreetmap-map-icons-classic/examples/$$i ; \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/openstreetmap-map-icons.git



More information about the Pkg-grass-devel mailing list