debian/0000755000000000000000000000000012253401455007167 5ustar debian/sumo-doc.links0000644000000000000000000000012712246422715011763 0ustar usr/share/javascript/underscore/underscore.js usr/share/doc/sumo-doc/doxygen/jquery.js debian/sumo.links0000644000000000000000000000007612246422715011223 0ustar usr/share/man/man1/sumo.1.gz usr/share/man/man1/sumo-gui.1.gz debian/control0000644000000000000000000000323612253377401010601 0ustar Source: sumo Section: science Priority: optional Maintainer: Debian Science Maintainers Uploaders: Anton Gladky Homepage: http://sumo-sim.org/ Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/debian-science/packages/sumo.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/sumo.git Build-Depends: autotools-dev, debhelper (>= 9), dh-autoreconf, dpkg-dev (>= 1.16.1~), freeglut3-dev, help2man, libbz2-dev, libcups2-dev, libfox-1.6-dev, libgdal-dev, libgl2ps-dev, libproj-dev, libxerces-c-dev, libxrandr-dev Build-Depends-Indep: doxygen, python Package: sumo Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Recommends: sumo-tools Description: Simulation of Urban MObility (SUMO) SUMO is an open source, highly portable, microscopic road traffic simulation package designed to handle large road networks. Main binary. Package: sumo-doc Architecture: all Section: doc Depends: libjs-jquery, ${misc:Depends} Recommends: sumo Description: Simulation of Urban MObility (SUMO), documentation and examples SUMO is an open source, highly portable, microscopic road traffic simulation package designed to handle large road networks. The binary contatins documentation and examples. Package: sumo-tools Architecture: all Section: science Depends: jarwrapper, python, ${misc:Depends} Recommends: sumo Description: Simulation of Urban MObility (SUMO), tools and scripts SUMO is an open source, highly portable, microscopic road traffic simulation package designed to handle large road networks. The binary contatins different tools and scripts. debian/upstream0000644000000000000000000000120012246422715010747 0ustar Reference: Author: M. Behrisch and L. Bieker and J. Erdmann and D. Krajzewicz Title: "SUMO - Simulation of Urban MObility: An Overview" Journal: SIMUL 2011, The Third International Conference on Advances in System Simulation Year: 2011 Pages: 63-68 Type: INPROCEEDINGS eprint: http://sumo.sourceforge.net/pdf/simul_2011_3_40_50150.pdf Bug-Database: http://sourceforge.net/apps/trac/sumo/report Screenshots: http://sourceforge.net/apps/mediawiki/sumo/index.php?title=Screenshots FAQ: http://sumo.sourceforge.net/doc/current/docs/userdoc/FAQ.html Homepage: http://sumo.sourceforge.net/ Name: SUMO - Simulation of Urban MObility debian/watch0000644000000000000000000000015212246422715010222 0ustar version=3 opts=dversionmangle=s/\~dfsg// \ http://sf.net/sumo/sumo-src-([\d.]+)\.tar\.gz debian uupdate debian/rules0000755000000000000000000000263612246422715010262 0ustar #!/usr/bin/make -f %: dh $@ --parallel --with autoreconf no_hardening_all_archs = mips mipsel ifeq (,$(filter $(DEB_HOST_ARCH),$(no_hardening_all_archs))) export DEB_BUILD_MAINT_OPTIONS = hardening=+all endif DPKG_EXPORT_BUILDFLAGS = 1 export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed export LIBS := -lgl2ps -lGL -lGLU -lglut include /usr/share/dpkg/buildflags.mk override_dh_auto_configure: dh_auto_configure -- --prefix=/usr override_dh_auto_build-indep: $(MAKE) doxygen $(MAKE) pydoc #Clean some unneeded files and fix permissions find ./tools -name '*.pyc' -print0 | xargs -0 rm -f rm ./tools/contributed/sumoplayer/LICENSE rm ./tools/contributed/traci4j/COPYING rm ./tools/contributed/trafficmodeler/src/resources/icons/Thumbs.db rm ./tools/contributed/traci4j/.gitignore find ./tools -name '*.java' -print0 | xargs -0 chmod -x find ./tools/contributed/traci4j -type f -print0 | xargs -0 chmod -x chmod -x ./tools/projects/TaxiFCD_Krieg/src/backup/BackupFolder.pyw chmod -x ./tools/build/dailyBuildMSVC8.bat override_dh_auto_build-arch: dh_auto_build -a $(MAKE) man override_dh_auto_test-arch: mkdir $(CURDIR)/tests cd $(CURDIR)/tests; cp ../docs/examples/sumo/visualization/parade/* ./; ../bin/sumo -b 0 -e 10000 -n net.net.xml -r input_routes.rou.xml -c parade.sumocfg --summary-output sum.out cat $(CURDIR)/tests/sum.out rm -rf $(CURDIR)/tests debian/sumo-doc.examples0000644000000000000000000000002012246422715012451 0ustar docs/examples/* debian/scripts/0000755000000000000000000000000012246422715010662 5ustar debian/scripts/remove_jar_files.sh0000644000000000000000000000013112246422715014524 0ustar #!/bin/sh # Script removes *.jar files. (Closes: #728777) find ./ -name *.jar | xargs rm debian/copyright0000644000000000000000000002141412246422715011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: sumo-user@lists.sf.net Upstream-Name: SUMO Source: http://sumo.sourceforge.net/ Files: * Copyright: 2001-2012, DLR (http://www.dlr.de/) and contributors License: GPL-3+ On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. Files: ./src/activitygen/* Copyright: 2001-2012, DLR (http://www.dlr.de/) and contributors 2010, TUM (Technische Universitaet Muenchen, http://www.tum.de/) License: GPL-3+ On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. Files: ./tools/contributed/traci4j/* Copyright: 2011, ApPeAL Group, Politecnico di Torino License: GPL-3+ On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. Files: ./src/utils/foxtools/* Copyright: 2003, Mathew Robertson. * License: LGPL-2.1+ On Debian systems, the complete text of the GNU LESSER GENERAL PUBLIC LICENSE ver 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'. Files: ./src/foreign/tcpip/* Copyright: 2004-2007, the SwarmNet (www.swarmnet.de) project License: BSD like Shawn is free software; you can redistribute it and/or modify it under the terms of the BSD License. Refer to the shawn-licence.txt file in the root of the Shawn source tree for further details. Files: ./src/foreign/nvwa/* Copyright: 2004-2008, Wu Yongwei License: BSD-like This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgement in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. Files: ./tools/trip/* Copyright: : 2006, by DLR/IVF http://ivf.dlr.de/ License: GPL-2+ On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. Files: ./tools/contributed/smallmaps/src/* Copyright: 2006, Florides Andreas * License: GPL-2+ On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. Files: ./src/foreign/polyfonts/* Copyright: 2003, Bob Pendleton License: GPL LGPL-2.1+ On Debian systems, the complete text of the GNU LESSER GENERAL PUBLIC LICENSE ver 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'. . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. Files: ./src/utils/geom/* Copyright: 2001-2012, DLR (http://www.dlr.de/) and contributors 2002, softSurfer (www.softsurfer.com) License: GPL-3+ On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. Files: ./tools/contributed/trafficmodeler/src/shapes/* Copyright: 1998-2005, The Regents of the University of California 1998-2006, The Regents of the University of California License: MIT/X11 (BSD like) Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this software and its documentation for any purpose, provided that the above copyright notice and the following two paragraphs appear in all copies of this software. . IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. . THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. . PT_COPYRIGHT_VERSION_2 COPYRIGHTENDKEY Files: ./src/foreign/gl2ps/* Copyright: 1999-2011, C. Geuzaine License: GPL-2+ On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. Files: ./src/foreign/mersenne/MersenneTwister.h Copyright: 1997 - 2002, Makoto Matsumoto and Takuji Nishimura 2000 - 2003, Richard J. Wagner License: BSD (2 clause) Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. The names of its contributors may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. . The original code included the following notice: . When you use this, send an email to: matumoto@math.keio.ac.jp with an appropriate reference to your work. . It would be nice to CC: rjwagner@writeme.com and Cokus@math.washington.edu when you write. Files: ./src/foreign/polyfonts/polyfonts.c Copyright: 2003, Bob Pendleton License: GPL LGPL-2.1+ On Debian systems, the complete text of the GNU LESSER GENERAL PUBLIC LICENSE ver 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'. . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. Files: ./ltmain.sh Copyright: 1996-2001, 2003-2007, 2008 Free Software Foundation, Inc License: GPL-2+ On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. Files: ./src/utils/geom/bezier.cpp Copyright: 2000, David F. Rogers. 2001-2012, DLR (http://www.dlr.de/) and contributors License: GPL-3+ On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. Files: ./src/utils/foxtools/FXRealSpinDial.cpp Copyright: 2004, Bill Baxter. * License: LGPL-2.1+ On Debian systems, the complete text of the GNU LESSER GENERAL PUBLIC LICENSE ver 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'. Files: ./src/utils/foxtools/FXRealSpinDial.h Copyright: 1998,2003, Lyle Johnson. * 2003, Bill Baxter. * License: LGPL-2.1+ On Debian systems, the complete text of the GNU LESSER GENERAL PUBLIC LICENSE ver 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'. Files: ./tests/complex/netconvert/osm_roundtrip/fpdiff.py Copyright: texttest.org (LGPL according to google cache) License: LGPL On Debian systems, the complete text of the GNU LESSER GENERAL PUBLIC LICENSE ver 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'. Files: ./src/foreign/eulerspiral/* Copyright: 2004, Brown University, Providence, RI License: LGPL Originally these files were released under non-free license. After that authors permitted yo use the code under LGPL-license. http://sourceforge.net/mailarchive/message.php?msg_id=31648968 "You may feel free to re-release your code to sourceforge under the LGPL in this case." On Debian systems, the complete text of the GNU LESSER GENERAL PUBLIC LICENSE ver 2.1 can be found in `/usr/share/common-licenses/LGPL'. debian/README.source0000644000000000000000000000021312246422715011346 0ustar Files src/foreign/eulerspiral/* were removed due to license issue. Corresponding changes in the code were done with drop_eulerspiral.patch debian/sumo_16x16.xpm0000644000000000000000000000560312246422715011555 0ustar /* XPM */ static char *sumo_16x16[] = { /* columns rows colors chars-per-pixel */ "16 16 143 2 ", " c black", ". c #010101", "X c #040404", "o c gray2", "O c #060606", "+ c gray3", "@ c #181818", "# c #222222", "$ c gray18", "% c #373737", "& c #3E3E3E", "* c gray25", "= c #434343", "- c #444444", "; c #4C4C4C", ": c gray30", "> c #4E4E4E", ", c #565656", "< c gray36", "1 c #5D5D5D", "2 c #676767", "3 c #6D6D6D", "4 c gray44", "5 c #747474", "6 c gray46", "7 c #767676", "8 c #797979", "9 c #7C7C7C", "0 c gray49", "q c #FE5F06", "w c #F84F51", "e c #EF6163", "r c #E7686B", "t c #6BEF6D", "y c #6FF16E", "u c #FF8014", "i c #FF9025", "p c #95FE0A", "a c #B7FF1C", "s c #FEC400", "d c #FFD100", "f c #FFDF11", "g c #F4AE5F", "h c #F0B369", "j c #E3B47A", "k c #F3B97A", "l c #85D27A", "z c #E9FF53", "x c #F9EC63", "c c #818181", "v c #868686", "b c #898989", "n c gray54", "m c #8B8B8B", "M c gray55", "N c #8D8C8D", "B c #8E8E8E", "V c #9C9F8E", "C c #909090", "Z c gray57", "A c #929292", "S c gray58", "D c #969596", "F c #979797", "G c #989999", "H c gray60", "J c #9B9B9B", "K c #9D9D9D", "L c gray62", "P c #9F9F9E", "I c #90A983", "U c #ADAC9B", "Y c #BAAC90", "T c #A8B292", "R c #A4A4A4", "E c #A5A6A6", "W c #A9A9A2", "Q c #AAAAA6", "! c #AFADA4", "~ c gray67", "^ c #ADA8AC", "/ c #ACACAC", "( c gray68", ") c #AFAFAF", "_ c gray69", "` c #B2B1B1", "' c #B4B4B4", "] c #B6B6B6", "[ c #B7B7B7", "{ c #B9B6B1", "} c #B8B6B2", "| c #B9B9B9", " . c #B9BABA", ".. c #BBBBBB", "X. c #B9BCBF", "o. c #C88588", "O. c #C79E97", "+. c #CDAF82", "@. c #85DE88", "#. c #FFFEBC", "$. c #C2BEC3", "%. c #BFC0C2", "&. c #C0C0C0", "*. c gray77", "=. c #C5C5C5", "-. c gray78", ";. c #CCC4C4", ":. c #CAC8C7", ">. c #CACAC9", ",. c #CAC9CA", "<. c #C8CFCF", "1. c #CDCDCC", "2. c #CCCECE", "3. c gray82", "4. c #D2D2D2", "5. c LightGray", "6. c gray83", "7. c #D5D5D5", "8. c #D6D6D5", "9. c #D7D7D7", "0. c #D8D8D8", "q. c gray85", "w. c #DADADA", "e. c #DBDBDA", "r. c gray86", "t. c gainsboro", "y. c #DDDDDD", "u. c #DEDDDD", "i. c gray87", "p. c #DFDFDF", "a. c #DFE0DF", "s. c #E1E1E1", "d. c #E2E2E2", "f. c gray89", "g. c #E7E7E7", "h. c gray91", "j. c #EAEAEA", "k. c #EEEEEE", "l. c #F9F9F9", "z. c #FBFBFB", "x. c #FEFEFE", "c. c gray100", "v. c None", /* pixels */ "8. .{ 2.r.f.a.i.i.5.q.8.8.5.>._ ", "{ k i o./ =.c.c.c.M c.c.c.c.c.i.", "O.u q e E _ c.c.=.- c.c.c.c.c.r.", "<.r w ;.K ~ c.c.0 X c.c.c.q.c.i.", ">.Q U %.R # / c.& i.k.$ d.c.i.", "! x f +.K C = c.C F 2 c.c.i.", "Y d s h G ' 1 + c.m 4 l.c.c.i.", "X.j g >.G ) / i.5 = *.C h.c.c.i.", " .W T $.2 = c % 8 X M i.", "V #.z l F G K , c.m C C >.c.c.i.", "I a p y N ) d.; =.3 ; [ c.c.c.r.", "/ @.t >.m _ k. v 0 3 c.c.c.q.", "n C D K 8 _ c.X 5.C @ [ c.c.c.q.", "v.v.; 7 5 ..c.; c.m 1 l.c.c.c.q.", "v.v.8.c.c.c.c.8.c.v 6.c.c.c.c.q.", "v.v.` y.i.i.i.i.h.8 i.r.q.q.9. ." }; debian/sumo.manpages0000644000000000000000000000001312246422715011665 0ustar docs/man/* debian/sumo.desktop0000644000000000000000000000040512246422715011550 0ustar [Desktop Entry] Version=1.0 Name=Simulation of Urban MObility GenericName=SUMO Comment=Road traffic Simulator Exec=sumo-gui Icon=/usr/share/pixmaps/sumo_32x32.xpm Type=Application Terminal=false Categories=Education;Physics;Science; Keywords=traffic;simulation debian/sumo_32x32.xpm0000644000000000000000000001071612246422715011552 0ustar /* XPM */ static char *sumo_32x32[] = { /* columns rows colors chars-per-pixel */ "32 32 142 2 ", " c #000000", ". c #0C0C0C", "X c #121212", "o c #1C1C1C", "O c #232323", "+ c #2A2A2A", "@ c #313131", "# c #3D3D3D", "$ c #444444", "% c #4D4D4D", "& c #535353", "* c #585858", "= c #646464", "- c #6D6D6D", "; c #737373", ": c #7C7C7B", "> c #FF0000", ", c #FB0F0A", "< c #FF1500", "1 c #FF3B00", "2 c #ED383A", "3 c #BE6138", "4 c #FF5700", "5 c #FF5B00", "6 c #FF6100", "7 c #FF6F00", "8 c #FE7E06", "9 c #957A5B", "0 c #B56868", "q c #7EBE3C", "w c #02FF00", "e c #08FF00", "r c #1BFF1D", "t c #27FF00", "y c #39FF00", "u c #5BFF00", "i c #72C461", "p c #79DD7A", "a c #BF9B3A", "s c #FF8400", "d c #FF8F00", "f c #FF8E0F", "g c #FF9200", "h c #FEA001", "j c #FFA900", "k c #FFB500", "l c #FFBE00", "z c #FFA027", "x c #8BFF00", "c c #9DFF00", "v c #A0FF01", "b c #B5FF08", "n c #FFC400", "m c #FFCC00", "M c #FFDC06", "N c #CBFF1B", "B c #FFE41E", "V c #FFEB36", "C c #FFEA3D", "Z c #E1FF38", "A c #AE885B", "S c #A09251", "D c #AD9D50", "F c #93A652", "G c #A6B651", "H c #989165", "J c #8E877E", "K c #8B9E74", "L c #A5886B", "P c #B09A77", "I c #B99E72", "U c #A1A175", "Y c #C7BA48", "T c #FFB14E", "R c #E5A85B", "E c #FFB764", "W c #FFBE6B", "Q c #E5FF40", "! c #FFF048", "~ c #F6FF6C", "^ c #FFF376", "/ c #FFFA7C", "( c #B17E80", ") c #828282", "_ c #8B8B8B", "` c #99958B", "' c #929292", "] c #959599", "[ c #9C9C9C", "{ c #89AE85", "} c #9D9EA7", "| c #A3A3A3", " . c #A1A2A8", ".. c #ACACAC", "X. c #B0B0AF", "o. c #B3B3B4", "O. c #B8B8B7", "+. c #BAB7BB", "@. c #B4BEBD", "#. c #BCBCBC", "$. c #F19696", "%. c #C0BBBF", "&. c #EAB5B5", "*. c #FAB3B3", "=. c #DEDE92", "-. c #FFCA87", ";. c #FFC790", ":. c #FFFF95", ">. c #FFFF9F", ",. c #C0C0BF", "<. c #E8CAB2", "1. c #FFFFA0", "2. c #C0BFC0", "3. c #BFC0C0", "4. c #BFCDCD", "5. c #C2C2C2", "6. c #C8C7C7", "7. c #C3C6CD", "8. c #CDC5CC", "9. c #C3CCCC", "0. c #CCCCCB", "q. c #DBC3C3", "w. c #DDCFC4", "e. c #CDDFCC", "r. c #D5D5D5", "t. c #D9D8D7", "y. c #DFD2DF", "u. c #D9D9D9", "i. c #F4DBC4", "p. c #E4D7D7", "a. c #E1D8D2", "s. c #E0D8DF", "d. c #D3EDD3", "f. c #FFFFC3", "g. c #FFFFD7", "h. c #D6DDE5", "j. c #DAE2E3", "k. c #E5E5E5", "l. c #EAEAEA", "z. c #F4F4F4", "x. c #FFFFFF", "c. c None", /* pixels */ "l.u.t.u.u.t.t.r.t.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.", "t.5.o.) L [ 3.3.6.x.x.z.x.z.z.z.z.x.t.z.z.z.z.z.z.z.z.z.z.z.z...", "t...A -.T 4 ( 3.r.] #.x.x.x.x.x.x.x.% x.x.x.x.x.x.x.x.x.x.x.x.o.", "u.9 W ;.E 8 , 4.0.: - z.x.x.x.x.x.k. x.x.x.x.x.x.x.x.x.x.x.x.O.", "u.3 z T z 6 > q.0.: - z.x.x.x.x.x.[ 0.x.x.x.x.x.x.x.x.x.x.x.#.", "u.0 1 7 5 < > j.9.J - z.x.x.x.x.x.* ) x.x.x.x.x.x.x.x.x.x.x.#.", "u.3.2 > > > *.3.6.: - z.x.x.x.x.x.. # x.x.x.x.x.x.x.x.x.x.x.#.", "r.3.9.&.$.p.5.3.6.= $ x.x.x.x.x.l. x.x.x.x.x.x.J z.x.x.x.#.", "r.3.3.3.5.3.5.3.6.: o $ z.x.x.x.[ 0.x.x.x.j.O ; x.x.x.x.#.", "0.3. .H D ` #.3.5.: - | x.x.; + O ] x.x.) x.x.x.x.x.#.", "9.} Y / V m I 5.5.: ; & # z.x.x.. x.x.k.O ' x.x.x.x.x.#.", "6.S ! ^ C m h 7.#.: - l. | x.. x.: X x.x.x.x.x.x.5.", "6.a M B M n d w.3.: - z.) O k.x.. x.0.. ..x.x.x.x.x.x.#.", "#.P k n l j f h.#.; - z.x.. + X l.x.. x.6.o X + x.x.x.x.x.x.x.%.", "#.#.R d d s i.#.#.: - z.x.#.x.u.. x.. l.. z.z.r.x.x.x.x.x.x.x.#.", "o.,.7.a.<.j.#.5.O.; ; 0._ $ $ x.6.o X X k.x.o % ] k.x.x.x.x.x.3.", "o.5.5.5.5.5.5.5.#.+ @ o.o.= _ o.#.X . & | k.x.#.", "..5.' U G K +.#.o.. O . : : : : X . & _ l.#.", "..] =.g.>.b i 2.o.: = _ & . # O x.x.. x.x.X o o * | l.x.x.x.x.#.", "..F 1.f.:.N t 8...; - z.x.x.z.o x.x.. x.x.. x.x.x.x.x.x.x.x.x.#.", "| q Z ~ Q v e e...; - z.x.x.x.O x.x.. x.x.. x.x.x.x.x.x.x.x.x.#.", "[ { u c x y r y...; - z.x.; o o o.. _ O O ] x.x.x.x.x.x.x.#.", "] 2.p w w r d.#...; - z.x.[ z.. #. 0.x.x.x.x.x.x.x.o.", "' 2.5.s.e.y.#.,.| - - z.x.k. . x.. x. x.x.x.x.x.x.x.x.#.", ") 6.6.5.5.5.5.5.| - - z.x.x.. * x.. x.+ # x.x.x.x.x.x.x.x.o.", "c.= % & * ; ; ; = : - z.x.x.& | x.. x.; : x.x.x.x.x.x.x.x.#.", "c.c. o ; ; ; ; ; - z.x.x.] l.x.. x.#. 6.x.x.x.x.x.x.x.x.o.", "c.c.c.c.o : ) ) : : | x.x.x.u.. x.x.. x.x. x.x.x.x.x.x.x.x.x.o.", "c.c.c.c.c.x.x.x.x.x.x.x.x.x.x.= x.x.. x.x.= x.x.x.x.x.x.x.x.x.o.", "c.c.c.c.c.z.x.x.x.x.x.x.x.x.x.l.x.x.. x.x.k.x.x.x.x.x.x.x.x.x.o.", "c.c.c.c.c.z.x.x.x.x.x.x.x.x.x.x.x.x.. x.x.x.x.x.x.x.x.x.x.x.x...", "c.c.c.c.c.X.O.O.#.#.#.#.#.#.#.#.#.5.@ #.#.o.#.O.O.o.o.o.o.o.o.) " }; debian/sumo-doc.doc-base.doxygen0000644000000000000000000000033012246422715013770 0ustar Document: sumo-doxygen Title: Sumo (doxygen documentation) Author: Sumo's authors Section: Science/Engineering Format: HTML Index: /usr/share/doc/sumo-doc/doxygen/index.html Files: /usr/share/doc/sumo-doc/doxygen/* debian/sumo.menu0000644000000000000000000000050312246422715011042 0ustar ?package(sumo): \ needs="X11" \ section="Applications/Science/Engineering" \ title="SUMO" \ command="/usr/bin/sumo-gui" \ icon="/usr/share/pixmaps/sumo_32x32.xpm" \ icon16x16="/usr/share/pixmaps/sumo_16x16.xpm" \ icon32x32="/usr/share/pixmaps/sumo_32x32.xpm" debian/patches/0000755000000000000000000000000012246425603010621 5ustar debian/patches/remove_embedded_gl2ps.patch0000644000000000000000000000460312246422715016063 0ustar Description: Remove from compilation embedded copy of gl2ps, use packaged version instead. Author: Anton Gladky Last-Update: 2012-12-04 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -99,7 +99,6 @@ ./utils/foxtools/libfoxtools.a \ $(MESOGUI_LIBS) \ $(sumo_LDADD) \ -./foreign/gl2ps/libgl2ps.a \ ./foreign/polyfonts/libpolyfonts.a \ ./gui/GUIManipulator.o \ ./gui/GUITLLogicPhasesTrackerWindow.o \ --- a/src/Makefile.in +++ b/src/Makefile.in @@ -110,7 +110,6 @@ @WITH_GUI_TRUE@ ./utils/gui/tracker/libguiutilstracker.a \ @WITH_GUI_TRUE@ ./utils/foxtools/libfoxtools.a $(MESOGUI_LIBS) \ @WITH_GUI_TRUE@ $(am__DEPENDENCIES_3) \ -@WITH_GUI_TRUE@ ./foreign/gl2ps/libgl2ps.a \ @WITH_GUI_TRUE@ ./foreign/polyfonts/libpolyfonts.a \ @WITH_GUI_TRUE@ ./gui/GUIManipulator.o \ @WITH_GUI_TRUE@ ./gui/GUITLLogicPhasesTrackerWindow.o \ @@ -388,7 +387,6 @@ @WITH_GUI_TRUE@./utils/foxtools/libfoxtools.a \ @WITH_GUI_TRUE@$(MESOGUI_LIBS) \ @WITH_GUI_TRUE@$(sumo_LDADD) \ -@WITH_GUI_TRUE@./foreign/gl2ps/libgl2ps.a \ @WITH_GUI_TRUE@./foreign/polyfonts/libpolyfonts.a \ @WITH_GUI_TRUE@./gui/GUIManipulator.o \ @WITH_GUI_TRUE@./gui/GUITLLogicPhasesTrackerWindow.o \ --- a/src/foreign/Makefile.am +++ b/src/foreign/Makefile.am @@ -3,7 +3,7 @@ endif if WITH_GUI -GUIDIRS = gl2ps polyfonts rtree +GUIDIRS = polyfonts rtree endif --- a/src/foreign/Makefile.in +++ b/src/foreign/Makefile.in @@ -60,7 +60,7 @@ distdir ETAGS = etags CTAGS = ctags -DIST_SUBDIRS = eulerspiral mersenne tcpip nvwa gl2ps polyfonts rtree +DIST_SUBDIRS = eulerspiral mersenne tcpip nvwa polyfonts rtree DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ @@ -229,7 +229,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ @CHECK_MEMORY_LEAKS_TRUE@MEMDIRS = nvwa -@WITH_GUI_TRUE@GUIDIRS = gl2ps polyfonts rtree +@WITH_GUI_TRUE@GUIDIRS = polyfonts rtree EXTRA_DIST = additional.txt SUBDIRS = eulerspiral mersenne tcpip $(MEMDIRS) $(GUIDIRS) all: all-recursive --- a/src/utils/gui/windows/GUISUMOAbstractView.cpp +++ b/src/utils/gui/windows/GUISUMOAbstractView.cpp @@ -39,7 +39,7 @@ #include #include #include -#include +#include #include #include #include debian/patches/series0000644000000000000000000000011512246422715012034 0ustar remove_embedded_gl2ps.patch fix_scripts_headers.patch add_missing_link.patch debian/patches/add_missing_link.patch0000644000000000000000000000157312246425603015146 0ustar Description: Added missing libs to link, fixing FTBFS. Author: Daniel T Chen , Julian Taylor Origin: https://launchpadlibrarian.net/137511659/sumo_0.16.0~dfsg-1~exp1_0.16.0~dfsg-1~exp1ubuntu1.diff.gz Bug-Debian: http://bugs.debian.org/710373 Reviewed-By: Anton Gladky Last-Update: 2013-08-30 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -XERCES_LIBS = -l$(LIB_XERCES) +XERCES_LIBS = -l$(LIB_XERCES) -lpthread -lGLU -lGL if INTERNAL MESO_LIBS = ./mesosim/libmesosim.a --- a/src/Makefile.in +++ b/src/Makefile.in @@ -252,7 +252,7 @@ VERSION = @VERSION@ XERCES_CFLAGS = @XERCES_CFLAGS@ XERCES_LDFLAGS = @XERCES_LDFLAGS@ -XERCES_LIBS = -l$(LIB_XERCES) +XERCES_LIBS = -l$(LIB_XERCES) -lpthread -lGLU -lGL abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ debian/patches/fix_scripts_headers.patch0000644000000000000000000031100312246424713015671 0ustar Description: fixes headers of scripts Author: Anton Gladky Last-Update: 2012-12-04 --- a/tools/projects/TLS-Evaluationsszenarien/test.py +++ b/tools/projects/TLS-Evaluationsszenarien/test.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python from evaluator import * from plotter import * @@ -67,4 +68,4 @@ xlabel("Flow") ylabel("Average Delay NS") legend(("FC", "VA"),loc='upper left') -show() \ No newline at end of file +show() --- a/tools/projects/TLS-Evaluationsszenarien/main.py +++ b/tools/projects/TLS-Evaluationsszenarien/main.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python import subprocess, sys, os, re, shutil from genRoutes import * from evaluator import * --- a/tools/projects/TaxiFCD_Krieg/src/analysis/VelocityOverTime.py +++ b/tools/projects/TaxiFCD_Krieg/src/analysis/VelocityOverTime.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: Latin-1 -*- """ @file VelocityOverTime.py @@ -185,4 +186,4 @@ #start the program #profile.run('main()') -main() \ No newline at end of file +main() --- a/tools/projects/TaxiFCD_Krieg/src/analysis/Taxi.py +++ b/tools/projects/TaxiFCD_Krieg/src/analysis/Taxi.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: Latin-1 -*- """ @file CalcTime.py --- a/tools/projects/TaxiFCD_Krieg/src/analysis/TraveltimeMulti.py +++ b/tools/projects/TaxiFCD_Krieg/src/analysis/TraveltimeMulti.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: Latin-1 -*- """ @file Traveltime.py @@ -308,4 +309,4 @@ #start the program #profile.run('main()') -main() \ No newline at end of file +main() --- a/tools/projects/TaxiFCD_Krieg/src/analysis/VelocityCurve.py +++ b/tools/projects/TaxiFCD_Krieg/src/analysis/VelocityCurve.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: Latin-1 -*- """ @file VelocityCurve.py @@ -160,4 +161,4 @@ #start the program #profile.run('main()') -main() \ No newline at end of file +main() --- a/tools/projects/TaxiFCD_Krieg/src/analysis/FetchData.py +++ b/tools/projects/TaxiFCD_Krieg/src/analysis/FetchData.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: Latin-1 -*- """ @file FetchData.py @@ -197,4 +198,4 @@ #start the program #profile.run('main()') -main() \ No newline at end of file +main() --- a/tools/projects/TaxiFCD_Krieg/src/analysis/VelocityOverRoute.py +++ b/tools/projects/TaxiFCD_Krieg/src/analysis/VelocityOverRoute.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: Latin-1 -*- """ @file VelocityOverRoute.py @@ -152,4 +153,4 @@ #start the program #profile.run('main()') -main() \ No newline at end of file +main() --- a/tools/projects/TaxiFCD_Krieg/src/analysis/Traveltime_DK.py +++ b/tools/projects/TaxiFCD_Krieg/src/analysis/Traveltime_DK.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python from pylab import * @@ -306,4 +307,4 @@ #start the program #cProfile.run('main()') -main() \ No newline at end of file +main() --- a/tools/projects/TaxiFCD_Krieg/src/analysis/CompareVelocitys.py +++ b/tools/projects/TaxiFCD_Krieg/src/analysis/CompareVelocitys.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: Latin-1 -*- """ @file CompareVelocitys.py @@ -123,4 +124,4 @@ outputFile.close() #start the program -main() \ No newline at end of file +main() --- /dev/null +++ b/tools/projects/TaxiFCD_Krieg/src/analysis/__init__.py @@ -0,0 +1,2 @@ +#!/usr/bin/env python + --- a/tools/projects/TaxiFCD_Krieg/src/analysis/Traveltime.py +++ b/tools/projects/TaxiFCD_Krieg/src/analysis/Traveltime.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: Latin-1 -*- """ @file Traveltime.py @@ -245,4 +246,4 @@ #start the program #profile.run('main()') -main() \ No newline at end of file +main() --- a/tools/projects/TaxiFCD_Krieg/src/util/Path.py +++ b/tools/projects/TaxiFCD_Krieg/src/util/Path.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: Latin-1 -*- """ @file Path.py @@ -75,4 +76,4 @@ - \ No newline at end of file + --- a/tools/projects/TaxiFCD_Krieg/src/util/ProgressBar.py +++ b/tools/projects/TaxiFCD_Krieg/src/util/ProgressBar.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: Latin-1 -*- """ @file ProgressBar.py @@ -36,4 +37,4 @@ print "**", lastProz=actProz #call the function - fct(list[i]) \ No newline at end of file + fct(list[i]) --- a/tools/projects/TaxiFCD_Krieg/src/util/CalcTime.py +++ b/tools/projects/TaxiFCD_Krieg/src/util/CalcTime.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: Latin-1 -*- """ @file CalcTime.py @@ -56,4 +57,4 @@ return label[:4]+"-"+label[4:6]+"-"+label[6:8]+" "+label[8:10]+":"+label[10:12]+":"+label[12:] #start the program -#main() \ No newline at end of file +#main() --- a/tools/projects/TaxiFCD_Krieg/src/util/Reader.py +++ b/tools/projects/TaxiFCD_Krieg/src/util/Reader.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: Latin-1 -*- """ @file Reader.py --- /dev/null +++ b/tools/projects/TaxiFCD_Krieg/src/util/__init__.py @@ -0,0 +1,2 @@ +#!/usr/bin/env python + --- a/tools/projects/TaxiFCD_Krieg/src/util/BinarySearch.py +++ b/tools/projects/TaxiFCD_Krieg/src/util/BinarySearch.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: Latin-1 -*- def isElmInList(list,elm): --- a/tools/projects/TaxiFCD_Krieg/src/fcdQuality/readPlot.py +++ b/tools/projects/TaxiFCD_Krieg/src/fcdQuality/readPlot.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python from pylab import * from os import walk --- a/tools/projects/TaxiFCD_Krieg/src/fcdQuality/readPlotOLD.py +++ b/tools/projects/TaxiFCD_Krieg/src/fcdQuality/readPlotOLD.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python import sys from pylab import * --- a/tools/projects/TaxiFCD_Krieg/src/fcdQuality/ParamEffectsOLD.py +++ b/tools/projects/TaxiFCD_Krieg/src/fcdQuality/ParamEffectsOLD.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: Latin-1 -*- """ @file GenerateRawFCD.py @@ -190,4 +191,4 @@ #start the program #profile.run('main()') -main() \ No newline at end of file +main() --- a/tools/projects/TaxiFCD_Krieg/src/fcdQuality/ParamEffects.py +++ b/tools/projects/TaxiFCD_Krieg/src/fcdQuality/ParamEffects.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: Latin-1 -*- """ @file GenerateRawFCD.py @@ -229,4 +230,4 @@ #start the program #profile.run('main()') -main() \ No newline at end of file +main() --- a/tools/projects/TaxiFCD_Krieg/src/fcdQuality/ParamEffectsProcessedFCD.py +++ b/tools/projects/TaxiFCD_Krieg/src/fcdQuality/ParamEffectsProcessedFCD.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: Latin-1 -*- """ @file GenerateRawFCD.py @@ -366,4 +367,4 @@ #start the program #cProfile.run('main()') -main() \ No newline at end of file +main() --- /dev/null +++ b/tools/projects/TaxiFCD_Krieg/src/fcdQuality/__init__.py @@ -0,0 +1 @@ +#!/usr/bin/env python --- a/tools/projects/TaxiFCD_Krieg/src/fcdToRoutes/FCDvsCompleteRoute.py +++ b/tools/projects/TaxiFCD_Krieg/src/fcdToRoutes/FCDvsCompleteRoute.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: Latin-1 -*- """ @file FCDvsCompleteRoute.py @@ -151,4 +152,4 @@ #start the program -main() \ No newline at end of file +main() --- a/tools/projects/TaxiFCD_Krieg/src/fcdToRoutes/GenerateTaxiRoutesMain.py +++ b/tools/projects/TaxiFCD_Krieg/src/fcdToRoutes/GenerateTaxiRoutesMain.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: Latin-1 -*- """ @file GenerateTaxiRoutesMain.py @@ -27,4 +28,4 @@ print "end" #start the program -main() \ No newline at end of file +main() --- a/tools/projects/TaxiFCD_Krieg/src/fcdToRoutes/GenerateTaxiRoutes.py +++ b/tools/projects/TaxiFCD_Krieg/src/fcdToRoutes/GenerateTaxiRoutes.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: Latin-1 -*- """ @file GenerateTaxiRoutes.py --- /dev/null +++ b/tools/projects/TaxiFCD_Krieg/src/fcdToRoutes/__init__.py @@ -0,0 +1,2 @@ +#!/usr/bin/env python + --- a/tools/projects/TaxiFCD_Krieg/src/fcdToRoutes/differentDepartRoutes.py +++ b/tools/projects/TaxiFCD_Krieg/src/fcdToRoutes/differentDepartRoutes.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: Latin-1 -*- """ @file GenerateTaxiRoutesMain.py @@ -68,4 +69,4 @@ #start the program -main() \ No newline at end of file +main() --- /dev/null +++ b/tools/projects/TaxiFCD_Krieg/src/backup/__init__.py @@ -0,0 +1,2 @@ +#!/usr/bin/env python + --- a/tools/projects/TaxiFCD_Krieg/src/taxiQuantity/TaxisPerEdge.py +++ b/tools/projects/TaxiFCD_Krieg/src/taxiQuantity/TaxisPerEdge.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: Latin-1 -*- """ @file TaxisPerEdge.py @@ -60,4 +61,4 @@ #start the program -main() \ No newline at end of file +main() --- a/tools/projects/TaxiFCD_Krieg/src/taxiQuantity/SeparateVLSArea.py +++ b/tools/projects/TaxiFCD_Krieg/src/taxiQuantity/SeparateVLSArea.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: Latin-1 -*- """ @file SeparateVLSArea.py @@ -44,4 +45,4 @@ #start the program -main() \ No newline at end of file +main() --- a/tools/projects/TaxiFCD_Krieg/src/taxiQuantity/QuantityOverDay.py +++ b/tools/projects/TaxiFCD_Krieg/src/taxiQuantity/QuantityOverDay.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: Latin-1 -*- """ @file QuantityOverDay.py @@ -83,4 +84,4 @@ #start the program -main() \ No newline at end of file +main() --- a/tools/projects/TaxiFCD_Krieg/src/rawFCD/GenerateRawFCD.py +++ b/tools/projects/TaxiFCD_Krieg/src/rawFCD/GenerateRawFCD.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: Latin-1 -*- """ @file GenerateRawFCD.py @@ -73,4 +74,4 @@ - \ No newline at end of file + --- a/tools/projects/orinoko/buildConnections.pl +++ b/tools/projects/orinoko/buildConnections.pl @@ -1,3 +1,4 @@ +#!/usr/bin/env perl sub getAttr($$) { my $text = $_[0]; my $attrname = $_[1]; --- a/tools/shapes/CSV2polyconvertXML.py +++ b/tools/shapes/CSV2polyconvertXML.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python """ @file CSV2polyconvertXML.py @author Daniel Krajzewicz @@ -43,4 +44,4 @@ inpf.close() outf.close() - \ No newline at end of file + --- /dev/null +++ b/docs/examples/sumo/variable_speed_signs/aggregated_25.xml @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + --- /dev/null +++ b/docs/examples/sumo/output/cross3ltl_emissions/summary.xml @@ -0,0 +1,470 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + --- /dev/null +++ b/docs/examples/sumo/output/cross3ltl_tripinfo/tripinfos.xml @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + --- /dev/null +++ b/docs/examples/sumo/busses/vehroutes.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + --- /dev/null +++ b/docs/examples/sumo/vehicle_stops/vehroutes.xml @@ -0,0 +1,26 @@ + + + + + + --- a/tools/import/osm/osmPopulationExtractor.py +++ b/tools/import/osm/osmPopulationExtractor.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python """ @file osmPopulationExactor.py @author Yun-Pang Floetteroed debian/sumo-tools.install0000644000000000000000000000002612246422715012702 0ustar tools/ usr/share/sumo debian/sumo-doc.docs0000644000000000000000000000004712246422715011574 0ustar docs/doxygen docs/pydoc docs/tutorial debian/source/0000755000000000000000000000000012246422715010473 5ustar debian/source/format0000644000000000000000000000001412246422715011701 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212246422715010371 0ustar 9 debian/changelog0000644000000000000000000001160212253401244011035 0ustar sumo (0.19.0+dfsg-2) unstable; urgency=medium * [b7da9b1] Replace libxerces-c2-dev by libxerces-c-dev. (Closes: #732217) -- Anton Gladky Sun, 15 Dec 2013 20:25:55 +0100 sumo (0.19.0+dfsg-1) unstable; urgency=low * [24595ef] Imported Upstream version 0.19.0+dfsg * [a2ba852] Refresh patch. * [0dc4baf] Set Standards-Version: 3.9.5. No changes. -- Anton Gladky Sat, 30 Nov 2013 19:18:43 +0100 sumo (0.18.0+repack+dfsg-1) unstable; urgency=high * [4da44c5] Add script, which removes *.jar files. (Closes: #728777) * [7870538] Imported Upstream version 0.18.0+repack+dfsg * [401d451] Enable eulerspiral, as it was relicensed under LGPL. -- Anton Gladky Mon, 18 Nov 2013 19:38:03 +0100 sumo (0.18~dfsg-1) unstable; urgency=low * [3a366bf] Use hardening=+all parameter on all archs except mips. * [d014241] Update homepage. * [23e6778] Imported Upstream version 0.18~dfsg * [5b43e89] Refresh patches. * [b27582b] Minor fix in debian/rules. * [6b5053e] Change section for sumo-tools package from "doc" to "science". (Closes: #717393) -- Anton Gladky Fri, 30 Aug 2013 21:58:58 +0200 sumo (0.17.1~dfsg-6) unstable; urgency=low * [0f04b59] Use autotools-dev again on all platforms. -- Anton Gladky Sun, 16 Jun 2013 01:00:29 +0200 sumo (0.17.1~dfsg-5) unstable; urgency=low * [bff2b7d] Do not use autoreconf on mips. -- Anton Gladky Sat, 15 Jun 2013 09:35:16 +0200 sumo (0.17.1~dfsg-4) unstable; urgency=low * [3a52bc9] Add freeglut3-dev to BD to fix FTBFS on mips*. * [2d47a7a] Add keyword-entry into desktop-file. -- Anton Gladky Thu, 13 Jun 2013 23:14:32 +0200 sumo (0.17.1~dfsg-3) unstable; urgency=low * [f7f8e0d] Use autoreconf. -- Anton Gladky Wed, 12 Jun 2013 23:41:45 +0200 sumo (0.17.1~dfsg-2) unstable; urgency=low [ Daniel T Chen ] * [1ff46ca] Added missing libs to link, fixing FTBFS. [ Julian Taylor ] * [5961f4c] Fix FTBFS with ld --no-add-needed. (Closes: #710373) [ Anton Gladky ] * [ec4054e] Use canonical VCS-field. * [ec9218d] Update fix_scripts_headers.patch. * [431de9e] Do not install .gitignore file. * [c45ac64] Add autotools-dev to BD. * [891e775] Update fix_headers-patch. * [ff138d5] Use wrap-and-sort. -- Anton Gladky Mon, 10 Jun 2013 22:37:01 +0200 sumo (0.17.1~dfsg-1) unstable; urgency=low * [1a2a17f] Imported Upstream version 0.17.1~dfsg * [1543af7] Remove obsolete DM-Upload-Allowed flag. * [f4521cb] Minor update in copyright file. * [74e45db] Bumper Standards-Version 3.9.4 (no changes). * [d29e6e2] Refresh patches. -- Anton Gladky Wed, 08 May 2013 23:32:58 +0200 sumo (0.16.0~dfsg-1~exp1) experimental; urgency=low * [771d69c] Imported Upstream version 0.16.0~dfsg * [5da3835] Update/remove patches. * [caa9ffa] Rename netgensumo to netgenerate (upstream decision). -- Anton Gladky Tue, 04 Dec 2012 18:53:26 +0100 sumo (0.15.0~dfsg-3) unstable; urgency=low * [6ae8190] Use compat level 9. Apply hardening of buildflags. * [daa56b5] Remove from compilation embedded copy of gl2ps, use packaged version instead. * [8c08de0] Add upstream file -- Anton Gladky Wed, 18 Jul 2012 21:04:34 +0200 sumo (0.15.0~dfsg-2) unstable; urgency=low * [5813a09] Update fix_headers_of_scripts.patch. * [956cf12] Replace /usr/bin/netgen binary on /usr/bin/netgensumo. (Closes: #673931) -- Anton Gladky Sun, 27 May 2012 16:28:54 +0200 sumo (0.15.0~dfsg-1) unstable; urgency=low * Initial packaging in Debian. (Closes: #669160) -- Anton Gladky Mon, 23 Apr 2012 19:17:01 +0200 sumo (0.14.0-1) unstable; urgency=low * New upstream release. -- Michael Behrisch Thu, 12 Jan 2012 23:46:43 +0100 sumo (0.13.1-1) unstable; urgency=low * New upstream release. -- Michael Behrisch Tue, 01 Nov 2011 10:24:24 +0100 sumo (0.13.0-1) unstable; urgency=low * New upstream release. -- Michael Behrisch Wed, 13 Jul 2011 16:58:57 +0200 sumo (0.12.3-1) unstable; urgency=low * New upstream release. -- Michael Behrisch Wed, 13 Apr 2011 19:28:57 +0200 sumo (0.10.2-1) unstable; urgency=low * New upstream release. -- Michael Behrisch Mon, 16 Mar 2009 22:00:47 +0100 sumo (0.10.1-1) unstable; urgency=low * Update -- Michael Behrisch Sun, 15 Feb 2009 22:34:33 +0200 sumo (0.9.10-1) unstable; urgency=low * Initial Release -- Michael Behrisch Thu, 23 Oct 2008 23:04:33 +0200 debian/sumo-doc.doc-base.pydoc0000644000000000000000000000032712246422715013437 0ustar Document: sumo-pydoc Title: Sumo (Python documentation) Author: Sumo's authors Section: Science/Engineering Format: HTML Index: /usr/share/doc/sumo-doc/pydoc/sumolib.net.html Files: /usr/share/doc/sumo-doc/pydoc/* debian/sumo.install0000644000000000000000000000042712246422715011551 0ustar debian/*.xpm /usr/share/pixmaps debian/sumo.desktop /usr/share/applications usr/bin/TraCITestClient usr/bin/activitygen usr/bin/dfrouter usr/bin/duarouter usr/bin/jtrrouter usr/bin/netconvert usr/bin/netgenerate usr/bin/od2trips usr/bin/polyconvert usr/bin/sumo usr/bin/sumo-gui