[DebianGIS-dev] [SCM] openstreetmap-map-icons branch, master, updated. debian/1_0.0.svn18468-1-23-g31b52c0

David Paleino dapal at debian.org
Sun Oct 17 07:35:44 UTC 2010


The following commit has been merged in the master branch:
commit 31b52c03ddb86d9faf5f23652ac51914ca9904a6
Author: David Paleino <dapal at debian.org>
Date:   Sun Oct 17 09:32:04 2010 +0200

    debian/rules: do magic things also with scalable-twotone

diff --git a/debian/changelog b/debian/changelog
index b1eec05..6e1318d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,12 +5,14 @@ openstreetmap-map-icons (1:0.0.svn23649-1) UNRELEASED; urgency=low
   * debian/control:
     - build-dependency on debhelper bumped to >= 8~
     - Standards Version bumped to 3.9.1, no changes needed
-  * debian/rules rewritten using dh7
+  * debian/rules:
+    - rewritten using dh7
+    - do magic things also with scalable-twotone
   * debian/copyright DEP-5-ized
   * debian/openstreetmap-map-icons-scalable.install: also install
     svg-twotone
 
- -- David Paleino <dapal at debian.org>  Sun, 17 Oct 2010 09:30:13 +0200
+ -- David Paleino <dapal at debian.org>  Sun, 17 Oct 2010 09:31:36 +0200
 
 openstreetmap-map-icons (1:0.0.svn20783-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 5e5885f..f1632e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,13 +19,13 @@ DESTTGZ := ../tarballs/openstreetmap-map-icons_${VERSION}.orig.tar.gz
 
 override_dh_install:
 	dh_install
-	for i in classic scalable square ; do \
+	for i in classic scalable scalable-twotone 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
 
 override_dh_link:
-	for i in classic.small classic.big square.small square.big scalable ; do \
+	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 ; \
 	done
 

-- 
OpenStreetMap icon artworks



More information about the Pkg-grass-devel mailing list