[SCM] routino branch, master, updated. 5e0b101f0e6116c406480fa396048c46d54cd674

2011-11-23 Thread Uwe Steinmann
The following commit has been merged in the master branch:
commit b98ec0b8a476959758e3f4435c992d76ee99a7df
Author: Uwe Steinmann ste...@debian.org
Date:   Wed Nov 23 13:48:34 2011 +0100

- set option --with quilt

diff --git a/debian/rules b/debian/rules
index cdaebc2..b47d8d3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@
 #export DH_VERBOSE=1
 
 %:
-   dh $@ 
+   dh $@ --with quilt
 
 override_dh_auto_install:
dh_auto_install

-- 
Packaging for routino

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


[SCM] routino branch, master, updated. 5e0b101f0e6116c406480fa396048c46d54cd674

2011-11-23 Thread Uwe Steinmann
The following commit has been merged in the master branch:
commit bd55c8e2e775474753880daa9cab47206d50b900
Author: Uwe Steinmann ste...@debian.org
Date:   Wed Nov 23 13:49:26 2011 +0100

- extended patch on bounds set in visualizer.js

diff --git a/debian/patches/map_bounds b/debian/patches/map_bounds
index 9c70209..3fbbbcc 100644
--- a/debian/patches/map_bounds
+++ b/debian/patches/map_bounds
@@ -1,5 +1,5 @@
 Description: Enlarge bounds of visible map to world
-Author: Thibaut Gridel tgri...@free.fr
+Author: Uwe Steinmann ste...@debian.org
 
 --- routino-2.1.1.orig/web/www/routino/router.js
 +++ routino-2.1.1/web/www/routino/router.js
@@ -22,3 +22,24 @@ Author: Thibaut Gridel tgri...@free.fr
  
   // EDIT THIS above to change the visible map limits
  
+--- a/web/www/routino/visualiser.js
 b/web/www/routino/visualiser.js
+@@ -98,12 +98,12 @@
+ 
+  // EDIT THIS below to change the visible map limits
+ 
+- var westedge  = -11.0;  // Minimum longitude (degrees)
+- var eastedge  =   2.0;  // Maximum longitude (degrees)
+- var southedge =  49.5;  // Minimum latitude (degrees)
+- var northedge =  61.0;  // Maximum latitude (degrees)
+- var zoomout   = 4;  // Minimum zoom
+- var zoomin=15;  // Maximum zoom
++ var westedge  = -180.0;  // Minimum longitude (degrees)
++ var eastedge  =  180.0;  // Maximum longitude (degrees)
++ var southedge =  -80.5;  // Minimum latitude (degrees)
++ var northedge =   80.0;  // Maximum latitude (degrees)
++ var zoomout   =  2;  // Minimum zoom
++ var zoomin= 16;  // Maximum zoom
+ 
+  // EDIT THIS above to change the visible map limits
+ 

-- 
Packaging for routino

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


[SCM] routino branch, master, updated. 5e0b101f0e6116c406480fa396048c46d54cd674

2011-11-23 Thread Uwe Steinmann
The following commit has been merged in the master branch:
commit 5e0b101f0e6116c406480fa396048c46d54cd674
Author: Uwe Steinmann ste...@debian.org
Date:   Wed Nov 23 13:50:01 2011 +0100

- new release 2.1.2-2

diff --git a/debian/changelog b/debian/changelog
index 7406b98..2631b20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+routino (2.1.2-2) unstable; urgency=low
+
+  * patch map bounds in data visualizer
+  * added option --with quilt when calling 'dh $@'
+
+ -- Uwe Steinmann ste...@debian.org  Wed, 23 Nov 2011 12:35:57 +0100
+
 routino (2.1.2-1) unstable; urgency=low
 
   * New upstream release

-- 
Packaging for routino

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