[SCM] routino branch, master, updated. 0208b8be5079986a90a0980c09593849155d168c

2011-10-26 Thread Thibaut Gridel
The following commit has been merged in the master branch:
commit 0208b8be5079986a90a0980c09593849155d168c
Author: Thibaut Gridel 
Date:   Wed Oct 26 22:28:03 2011 +0200

Installing Documentation

diff --git a/debian/patches/install_documentation 
b/debian/patches/install_documentation
new file mode 100644
index 000..176f84b
--- /dev/null
+++ b/debian/patches/install_documentation
@@ -0,0 +1,14 @@
+Description: Install Documentation
+Author: Thibaut Gridel 
+
+--- routino-2.1.1.orig/doc/Makefile
 routino-2.1.1/doc/Makefile
+@@ -25,7 +25,7 @@ WEBDIR=../web/www/routino/documentation
+ # Files to install
+ 
+ HTML_FILES=html/*
+-TXT_FILES=*.txt
++TXT_FILES="ALGORITHM.txt  CONFIGURATION.txt  DATA.txt  NEWS.txt  OUTPUT.txt  
README.txt  TAGGING.txt  USAGE.txt"
+ TOP_FILES=../agpl-3.0.txt
+ 
+ 
diff --git a/debian/patches/series b/debian/patches/series
index edd41ec..f947a2f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 install_path
 rename_router
 fix_tests
+install_documentation

-- 
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. 0208b8be5079986a90a0980c09593849155d168c

2011-10-26 Thread Thibaut Gridel
The following commit has been merged in the master branch:
commit a19774659b1aefb226fb3dd8c0cc8647f2692fbf
Author: Thibaut Gridel 
Date:   Wed Oct 26 22:27:48 2011 +0200

Fixing tests

diff --git a/debian/patches/fix_tests b/debian/patches/fix_tests
new file mode 100644
index 000..911076b
--- /dev/null
+++ b/debian/patches/fix_tests
@@ -0,0 +1,53 @@
+Description: Fix for Tests
+Author: Thibaut Gridel 
+
+--- routino-2.1.1.orig/src/test/a-b-c.sh
 routino-2.1.1/src/test/a-b-c.sh
+@@ -74,8 +74,8 @@ for waypoint in $waypoints; do
+ 
+ [ -d $dir/$name-$waypoint ] || mkdir $dir/$name-$waypoint
+ 
+-echo ../router$slim $option_dir $option_prefix $option_osm $option_router 
$waypoint_a $waypoint_b $waypoint_c >> $log
+-$debugger ../router$slim $option_dir $option_prefix $option_osm 
$option_router $waypoint_a $waypoint_b $waypoint_c >> $log
++echo ../routino-router$slim $option_dir $option_prefix $option_osm 
$option_router $waypoint_a $waypoint_b $waypoint_c >> $log
++$debugger ../routino-router$slim $option_dir $option_prefix $option_osm 
$option_router $waypoint_a $waypoint_b $waypoint_c >> $log
+ 
+ mv shortest* $dir/$name-$waypoint
+ 
+--- routino-2.1.1.orig/src/test/a-b.sh
 routino-2.1.1/src/test/a-b.sh
+@@ -73,8 +73,8 @@ for waypoint in $waypoints; do
+ 
+ [ -d $dir/$name-$waypoint ] || mkdir $dir/$name-$waypoint
+ 
+-echo ../router$slim $option_dir $option_prefix $option_osm $option_router 
$waypoint_a $waypoint_b >> $log
+-$debugger ../router$slim $option_dir $option_prefix $option_osm 
$option_router $waypoint_a $waypoint_b >> $log
++echo ../routino-router$slim $option_dir $option_prefix $option_osm 
$option_router $waypoint_a $waypoint_b >> $log
++$debugger ../routino-router$slim $option_dir $option_prefix $option_osm 
$option_router $waypoint_a $waypoint_b >> $log
+ 
+ mv shortest* $dir/$name-$waypoint
+ 
+--- routino-2.1.1.orig/src/test/start-1-finish.sh
 routino-2.1.1/src/test/start-1-finish.sh
+@@ -73,8 +73,8 @@ for waypoint in $waypoints; do
+ 
+ [ -d $dir/$name-$waypoint ] || mkdir $dir/$name-$waypoint
+ 
+-echo ../router$slim $option_dir $option_prefix $option_osm $option_router 
$waypoint_start $waypoint_test $waypoint_finish >> $log
+-$debugger ../router$slim $option_dir $option_prefix $option_osm 
$option_router $waypoint_start $waypoint_test $waypoint_finish >> $log
++echo ../routino-router$slim $option_dir $option_prefix $option_osm 
$option_router $waypoint_start $waypoint_test $waypoint_finish >> $log
++$debugger ../routino-router$slim $option_dir $option_prefix $option_osm 
$option_router $waypoint_start $waypoint_test $waypoint_finish >> $log
+ 
+ mv shortest* $dir/$name-$waypoint
+ 
+--- routino-2.1.1.orig/web/www/routino/paths.pl
 routino-2.1.1/web/www/routino/paths.pl
+@@ -30,7 +30,7 @@ $data_dir="$root_dir/data";
+ $results_dir="$root_dir/results";
+ 
+ # EDIT THIS to change the names of the executables (enables easy selection of 
slim mode).
+-$router_exe="router";
++$router_exe="routino-router";
+ $filedumper_exe="filedumper";
+ 
+ 1;
diff --git a/debian/patches/series b/debian/patches/series
index 5f9c716..edd41ec 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 install_path
 rename_router
+fix_tests

-- 
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. 0208b8be5079986a90a0980c09593849155d168c

2011-10-26 Thread Thibaut Gridel
The following commit has been merged in the master branch:
commit 49fbcb03b07987a397a884d97329ef76426595c6
Author: Thibaut Gridel 
Date:   Wed Oct 26 19:24:44 2011 +0200

providing new version

diff --git a/debian/changelog b/debian/changelog
index b59fcf5..f0c3191 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+routino (2.1.1-1) unstable; urgency=low
+
+  * New upstream release (Closes: #643800).
+  * Fixing Tests.
+  * Not installing INSTALL.txt.
+  * Bumping Standards version (no impact).
+
+ -- Thibaut Gridel   Wed, 26 Oct 2011 19:23:41 +0200
+
 routino (1.5.1-1) unstable; urgency=low
 
   * Initial release (Closes: #608150).
diff --git a/debian/control b/debian/control
index 4c3fd40..ba20b86 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: misc
 Priority: extra
 Maintainer: Thibaut Gridel 
 Build-Depends: debhelper (>= 7.0.50~), flex
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://www.routino.org/
 Vcs-Git: git://git.debian.org/pkg-grass/routino.git
 Vcs-Browser: http://git.debian.org/?p=pkg-grass/routino.git

-- 
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