[SCM] SUMO packaging. Simulation of Urban MObility. branch, master, updated. 370711333d8a94f327250c97a7baa4fd2d2ea9e2

Anton Gladky gladky.anton at gmail.com
Mon Apr 23 17:15:17 UTC 2012


The following commit has been merged in the master branch:
commit 5a831a3e48bbc89a08c15fece1d23e050d174281
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Mon Apr 23 19:13:17 2012 +0200

    Fix manpage NAME field.

diff --git a/debian/patches/fix_manpage_output.patch b/debian/patches/fix_manpage_output.patch
index e3563c2..f63d5c5 100644
--- a/debian/patches/fix_manpage_output.patch
+++ b/debian/patches/fix_manpage_output.patch
@@ -1,11 +1,24 @@
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -21,7 +21,7 @@
+Description: fixes manpage NAME field
+Author: Anton Gladk <gladky.anton at gmail.com>
+Last-Update: 2012-04-23
+
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -743,7 +743,16 @@
  man:
  	rm -rf docs/man
  	mkdir docs/man
 -	for exe in sumo dfrouter duarouter jtrrouter activitygen od2trips netconvert netgen polyconvert; do help2man -N bin/$$exe > docs/man/$$exe.1; done
-+	for exe in sumo dfrouter duarouter jtrrouter activitygen od2trips netconvert netgen polyconvert; do help2man -N --name="Road traffic simulator" bin/$$exe > docs/man/$$exe.1; done
++	help2man -N -n "A microscopic road traffic simulation SUMO" bin/sumo > docs/man/sumo.1
++	help2man -N -n "Builds vehicle routes for SUMO using detector values" bin/dfrouter > docs/man/dfrouter.1
++	help2man -N -n "Shortest path router and DUE computer for the microscopic road traffic simulation SUMO" bin/duarouter > docs/man/duarouter.1
++	help2man -N -n "Router for the microscopic road traffic simulation SUMO based on junction turning ratios" bin/jtrrouter > docs/man/jtrrouter.1
++	help2man -N -n "Generates routes of persons throughout a day for the microscopic road traffic simulation SUMO" bin/activitygen > docs/man/activitygen.1
++	help2man -N -n "Importer of O/D-matrices for the road traffic simulation SUMO" bin/od2trips > docs/man/od2trips.1
++	help2man -N -n "Road network importer / builder for the road traffic simulation SUMO" bin/netconvert > docs/man/netconvert.1
++	help2man -N -n "Road network generator for the microscopic road traffic simulation SUMO" bin/netgen > docs/man/netgen.1
++	help2man -N -n "Importer of polygons and POIs for the road traffic simulation SUMO" bin/polyconvert > docs/man/polyconvert.1
++	help2man -N -n "TraciTestClient for the road traffic simulation SUMO" bin/TraCITestClient > docs/man/TraCITestClient.1
  
  dist-hook:
  	abs_distdir="`pwd`/$(distdir)" \

-- 
SUMO packaging. Simulation of Urban MObility.



More information about the debian-science-commits mailing list