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

2010-10-17 Thread David Paleino
The following commit has been merged in the master branch:
commit 9c251cd4a00ad2cc5914bc7f689f9ed0854c2312
Author: David Paleino da...@debian.org
Date:   Sun Oct 17 09:23:30 2010 +0200

debian/control: Standards Version bumped to 3.9.1, no changes needed

diff --git a/debian/changelog b/debian/changelog
index c6bb6bc..a9995e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,10 +2,12 @@ openstreetmap-map-icons (1:0.0.svn23649-1) UNRELEASED; 
urgency=low
 
   * New SVN snapshot
   * debian/compat bumped to 8
-  * debian/control: build-dependency on debhelper bumped to = 8~
+  * debian/control:
+- build-dependency on debhelper bumped to = 8~
+- Standards Version bumped to 3.9.1, no changes needed
   * debian/rules rewritten using dh7
 
- -- David Paleino da...@debian.org  Sun, 17 Oct 2010 09:22:43 +0200
+ -- David Paleino da...@debian.org  Sun, 17 Oct 2010 09:23:08 +0200
 
 openstreetmap-map-icons (1:0.0.svn20783-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index b60569f..dfe9ee2 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Andreas Putzo andr...@putzo.net,
  , David Paleino da...@debian.org
  , Debian OpenStreetMap Team pkg-osm-ma...@lists.alioth.debian.org
 Build-Depends: debhelper (= 8~)
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Homepage: http://wiki.openstreetmap.org/index.php/Map_Icons
 Vcs-Git: git://git.debian.org/pkg-grass/openstreetmap-map-icons.git
 Vcs-Browser: http://git.debian.org/?p=pkg-grass/openstreetmap-map-icons.git

-- 
OpenStreetMap icon artworks

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


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

2010-10-17 Thread David Paleino
The following commit has been merged in the master branch:
commit e1f21fa98c8ff71fadaa6f0eb59d2d42a1dee1b8
Author: David Paleino da...@debian.org
Date:   Sun Oct 17 09:30:23 2010 +0200

debian/openstreetmap-map-icons-scalable.install: also install svg-twotone

diff --git a/debian/changelog b/debian/changelog
index 385ba62..b1eec05 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,10 @@ openstreetmap-map-icons (1:0.0.svn23649-1) UNRELEASED; 
urgency=low
 - Standards Version bumped to 3.9.1, no changes needed
   * debian/rules rewritten using dh7
   * debian/copyright DEP-5-ized
+  * debian/openstreetmap-map-icons-scalable.install: also install
+svg-twotone
 
- -- David Paleino da...@debian.org  Sun, 17 Oct 2010 09:26:15 +0200
+ -- David Paleino da...@debian.org  Sun, 17 Oct 2010 09:30:13 +0200
 
 openstreetmap-map-icons (1:0.0.svn20783-1) unstable; urgency=low
 
diff --git a/debian/openstreetmap-map-icons-scalable.install 
b/debian/openstreetmap-map-icons-scalable.install
index 53241d5..5528a35 100644
--- a/debian/openstreetmap-map-icons-scalable.install
+++ b/debian/openstreetmap-map-icons-scalable.install
@@ -1 +1,2 @@
 svg/* usr/share/icons/openstreetmap/scalable/
+svg-twotone/* usr/share/icons/openstreetmap/scalable-twotone/

-- 
OpenStreetMap icon artworks

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


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

2010-10-17 Thread David Paleino
The following commit has been merged in the master branch:
commit 31b52c03ddb86d9faf5f23652ac51914ca9904a6
Author: David Paleino da...@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 da...@debian.org  Sun, 17 Oct 2010 09:30:13 +0200
+ -- David Paleino da...@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

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel