[sumo] 02/18: Refresh patches.

Anton Gladky gladk at moszumanska.debian.org
Tue Jan 12 21:37:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository sumo.

commit cec6a3628cca1768e50e1dd5692f02a3a523e4df
Author: Anton Gladky <gladk at debian.org>
Date:   Sat Sep 12 21:33:11 2015 +0200

    Refresh patches.
---
 debian/patches/10_remove_embedded_gl2ps.patch | 38 ++++++++--------
 debian/patches/20_fix_scripts_headers.patch   | 62 +++++++++++++--------------
 debian/patches/30_add_missing_link.patch      | 12 +++---
 debian/patches/40_drop_some_buildflags.patch  |  6 ++-
 4 files changed, 60 insertions(+), 58 deletions(-)

diff --git a/debian/patches/10_remove_embedded_gl2ps.patch b/debian/patches/10_remove_embedded_gl2ps.patch
index f483b62..46725af 100644
--- a/debian/patches/10_remove_embedded_gl2ps.patch
+++ b/debian/patches/10_remove_embedded_gl2ps.patch
@@ -2,10 +2,10 @@ Description: Remove from compilation embedded copy of gl2ps, use packaged versio
 Author: Anton Gladky <gladk at debian.org>
 Last-Update: 2015-04-16
 
-Index: sumo-0.23.0/src/Makefile.am
+Index: sumo-0.24.0/src/Makefile.am
 ===================================================================
---- sumo-0.23.0.orig/src/Makefile.am
-+++ sumo-0.23.0/src/Makefile.am
+--- sumo-0.24.0.orig/src/Makefile.am
++++ sumo-0.24.0/src/Makefile.am
 @@ -97,7 +97,6 @@ sumo_gui_LDADD =  ./gui/libgui.a \
  ./utils/foxtools/libfoxtools.a \
  $(MESOGUI_LIBS) \
@@ -14,10 +14,10 @@ Index: sumo-0.23.0/src/Makefile.am
  ./foreign/polyfonts/libpolyfonts.a \
  ./gui/GUIManipulator.o \
  ./gui/GUITLLogicPhasesTrackerWindow.o \
-Index: sumo-0.23.0/src/Makefile.in
+Index: sumo-0.24.0/src/Makefile.in
 ===================================================================
---- sumo-0.23.0.orig/src/Makefile.in
-+++ sumo-0.23.0/src/Makefile.in
+--- sumo-0.24.0.orig/src/Makefile.in
++++ sumo-0.24.0/src/Makefile.in
 @@ -169,7 +169,6 @@ am__DEPENDENCIES_3 = ./netload/libnetloa
  @WITH_GUI_TRUE@	./utils/gui/tracker/libguiutilstracker.a \
  @WITH_GUI_TRUE@	./utils/foxtools/libfoxtools.a $(MESOGUI_LIBS) \
@@ -34,10 +34,10 @@ Index: sumo-0.23.0/src/Makefile.in
  @WITH_GUI_TRUE at ./foreign/polyfonts/libpolyfonts.a \
  @WITH_GUI_TRUE at ./gui/GUIManipulator.o \
  @WITH_GUI_TRUE at ./gui/GUITLLogicPhasesTrackerWindow.o \
-Index: sumo-0.23.0/src/foreign/Makefile.am
+Index: sumo-0.24.0/src/foreign/Makefile.am
 ===================================================================
---- sumo-0.23.0.orig/src/foreign/Makefile.am
-+++ sumo-0.23.0/src/foreign/Makefile.am
+--- sumo-0.24.0.orig/src/foreign/Makefile.am
++++ sumo-0.24.0/src/foreign/Makefile.am
 @@ -3,7 +3,7 @@ MEMDIRS = nvwa
  endif
  
@@ -47,10 +47,10 @@ Index: sumo-0.23.0/src/foreign/Makefile.am
  endif
  
  
-Index: sumo-0.23.0/src/foreign/Makefile.in
+Index: sumo-0.24.0/src/foreign/Makefile.in
 ===================================================================
---- sumo-0.23.0.orig/src/foreign/Makefile.in
-+++ sumo-0.23.0/src/foreign/Makefile.in
+--- sumo-0.24.0.orig/src/foreign/Makefile.in
++++ sumo-0.24.0/src/foreign/Makefile.in
 @@ -142,7 +142,7 @@ am__define_uniq_tagged_files = \
    done | $(am__uniquify_input)`
  ETAGS = etags
@@ -69,10 +69,10 @@ Index: sumo-0.23.0/src/foreign/Makefile.in
  EXTRA_DIST = additional.txt
  SUBDIRS = eulerspiral mersenne tcpip $(MEMDIRS) $(GUIDIRS) 
  all: all-recursive
-Index: sumo-0.23.0/src/utils/gui/windows/GUISUMOAbstractView.cpp
+Index: sumo-0.24.0/src/utils/gui/windows/GUISUMOAbstractView.cpp
 ===================================================================
---- sumo-0.23.0.orig/src/utils/gui/windows/GUISUMOAbstractView.cpp
-+++ sumo-0.23.0/src/utils/gui/windows/GUISUMOAbstractView.cpp
+--- sumo-0.24.0.orig/src/utils/gui/windows/GUISUMOAbstractView.cpp
++++ sumo-0.24.0/src/utils/gui/windows/GUISUMOAbstractView.cpp
 @@ -39,7 +39,7 @@
  #include <limits>
  #include <fxkeys.h>
@@ -82,11 +82,11 @@ Index: sumo-0.23.0/src/utils/gui/windows/GUISUMOAbstractView.cpp
  #include <utils/foxtools/FXSingleEventThread.h>
  #include <utils/foxtools/MFXCheckableButton.h>
  #include <utils/foxtools/MFXImageHelper.h>
-Index: sumo-0.23.0/configure.ac
+Index: sumo-0.24.0/configure.ac
 ===================================================================
---- sumo-0.23.0.orig/configure.ac
-+++ sumo-0.23.0/configure.ac
-@@ -442,7 +442,6 @@ src/activitygen/activities/Makefile
+--- sumo-0.24.0.orig/configure.ac
++++ sumo-0.24.0/configure.ac
+@@ -440,7 +440,6 @@ src/activitygen/activities/Makefile
  src/activitygen/city/Makefile
  src/foreign/Makefile
  src/foreign/eulerspiral/Makefile
diff --git a/debian/patches/20_fix_scripts_headers.patch b/debian/patches/20_fix_scripts_headers.patch
index 4415989..666f922 100644
--- a/debian/patches/20_fix_scripts_headers.patch
+++ b/debian/patches/20_fix_scripts_headers.patch
@@ -2,73 +2,73 @@ Description: fixes headers of scripts
 Author: Anton Gladky <gladk at debian.org>
 Last-Update: 2015-04-16
 
-Index: sumo-0.23.0/tools/projects/TaxiFCD_Krieg/src/analysis/Taxi.py
+Index: sumo-0.24.0/tools/projects/TaxiFCD_Krieg/src/analysis/Taxi.py
 ===================================================================
---- sumo-0.23.0.orig/tools/projects/TaxiFCD_Krieg/src/analysis/Taxi.py
-+++ sumo-0.23.0/tools/projects/TaxiFCD_Krieg/src/analysis/Taxi.py
+--- sumo-0.24.0.orig/tools/projects/TaxiFCD_Krieg/src/analysis/Taxi.py
++++ sumo-0.24.0/tools/projects/TaxiFCD_Krieg/src/analysis/Taxi.py
 @@ -1,3 +1,4 @@
 +#!/usr/bin/env python
  # -*- coding: Latin-1 -*-
  """
  @file    CalcTime.py
-Index: sumo-0.23.0/tools/projects/TaxiFCD_Krieg/src/util/Path.py
+Index: sumo-0.24.0/tools/projects/TaxiFCD_Krieg/src/util/Path.py
 ===================================================================
---- sumo-0.23.0.orig/tools/projects/TaxiFCD_Krieg/src/util/Path.py
-+++ sumo-0.23.0/tools/projects/TaxiFCD_Krieg/src/util/Path.py
+--- sumo-0.24.0.orig/tools/projects/TaxiFCD_Krieg/src/util/Path.py
++++ sumo-0.24.0/tools/projects/TaxiFCD_Krieg/src/util/Path.py
 @@ -1,3 +1,4 @@
 +#!/usr/bin/env python
  # -*- coding: Latin-1 -*-
  """
  @file    Path.py
-Index: sumo-0.23.0/tools/projects/TaxiFCD_Krieg/src/util/ProgressBar.py
+Index: sumo-0.24.0/tools/projects/TaxiFCD_Krieg/src/util/ProgressBar.py
 ===================================================================
---- sumo-0.23.0.orig/tools/projects/TaxiFCD_Krieg/src/util/ProgressBar.py
-+++ sumo-0.23.0/tools/projects/TaxiFCD_Krieg/src/util/ProgressBar.py
+--- sumo-0.24.0.orig/tools/projects/TaxiFCD_Krieg/src/util/ProgressBar.py
++++ sumo-0.24.0/tools/projects/TaxiFCD_Krieg/src/util/ProgressBar.py
 @@ -1,3 +1,4 @@
 +#!/usr/bin/env python
  # -*- coding: Latin-1 -*-
  """
  @file    ProgressBar.py
-Index: sumo-0.23.0/tools/projects/TaxiFCD_Krieg/src/util/CalcTime.py
+Index: sumo-0.24.0/tools/projects/TaxiFCD_Krieg/src/util/CalcTime.py
 ===================================================================
---- sumo-0.23.0.orig/tools/projects/TaxiFCD_Krieg/src/util/CalcTime.py
-+++ sumo-0.23.0/tools/projects/TaxiFCD_Krieg/src/util/CalcTime.py
+--- sumo-0.24.0.orig/tools/projects/TaxiFCD_Krieg/src/util/CalcTime.py
++++ sumo-0.24.0/tools/projects/TaxiFCD_Krieg/src/util/CalcTime.py
 @@ -1,3 +1,4 @@
 +#!/usr/bin/env python
  # -*- coding: Latin-1 -*-
  """
  @file    CalcTime.py
-Index: sumo-0.23.0/tools/projects/TaxiFCD_Krieg/src/util/Reader.py
+Index: sumo-0.24.0/tools/projects/TaxiFCD_Krieg/src/util/Reader.py
 ===================================================================
---- sumo-0.23.0.orig/tools/projects/TaxiFCD_Krieg/src/util/Reader.py
-+++ sumo-0.23.0/tools/projects/TaxiFCD_Krieg/src/util/Reader.py
+--- sumo-0.24.0.orig/tools/projects/TaxiFCD_Krieg/src/util/Reader.py
++++ sumo-0.24.0/tools/projects/TaxiFCD_Krieg/src/util/Reader.py
 @@ -1,3 +1,4 @@
 +#!/usr/bin/env python
  # -*- coding: Latin-1 -*-
  """
  @file    Reader.py
-Index: sumo-0.23.0/tools/projects/TaxiFCD_Krieg/src/util/BinarySearch.py
+Index: sumo-0.24.0/tools/projects/TaxiFCD_Krieg/src/util/BinarySearch.py
 ===================================================================
---- sumo-0.23.0.orig/tools/projects/TaxiFCD_Krieg/src/util/BinarySearch.py
-+++ sumo-0.23.0/tools/projects/TaxiFCD_Krieg/src/util/BinarySearch.py
+--- sumo-0.24.0.orig/tools/projects/TaxiFCD_Krieg/src/util/BinarySearch.py
++++ sumo-0.24.0/tools/projects/TaxiFCD_Krieg/src/util/BinarySearch.py
 @@ -1,3 +1,4 @@
 +#!/usr/bin/env python
  # -*- coding: Latin-1 -*-
  """
  @file    BinarySearch.py
-Index: sumo-0.23.0/tools/projects/TaxiFCD_Krieg/src/fcdToRoutes/GenerateTaxiRoutes.py
+Index: sumo-0.24.0/tools/projects/TaxiFCD_Krieg/src/fcdToRoutes/GenerateTaxiRoutes.py
 ===================================================================
---- sumo-0.23.0.orig/tools/projects/TaxiFCD_Krieg/src/fcdToRoutes/GenerateTaxiRoutes.py
-+++ sumo-0.23.0/tools/projects/TaxiFCD_Krieg/src/fcdToRoutes/GenerateTaxiRoutes.py
+--- sumo-0.24.0.orig/tools/projects/TaxiFCD_Krieg/src/fcdToRoutes/GenerateTaxiRoutes.py
++++ sumo-0.24.0/tools/projects/TaxiFCD_Krieg/src/fcdToRoutes/GenerateTaxiRoutes.py
 @@ -1,3 +1,4 @@
 +#!/usr/bin/env python
  # -*- coding: Latin-1 -*-
  """
  @file    GenerateTaxiRoutes.py
-Index: sumo-0.23.0/docs/examples/sumo/variable_speed_signs/aggregated_25.xml
+Index: sumo-0.24.0/docs/examples/sumo/variable_speed_signs/aggregated_25.xml
 ===================================================================
 --- /dev/null
-+++ sumo-0.23.0/docs/examples/sumo/variable_speed_signs/aggregated_25.xml
++++ sumo-0.24.0/docs/examples/sumo/variable_speed_signs/aggregated_25.xml
 @@ -0,0 +1,113 @@
 +<?xml version="1.0"?>
 +
@@ -183,10 +183,10 @@ Index: sumo-0.23.0/docs/examples/sumo/variable_speed_signs/aggregated_25.xml
 +    <interval begin="450.00" end="451.00" id="dump_25">
 +    </interval>
 +</netstats>
-Index: sumo-0.23.0/docs/examples/sumo/output/cross3ltl_emissions/summary.xml
+Index: sumo-0.24.0/docs/examples/sumo/output/cross3ltl_emissions/summary.xml
 ===================================================================
 --- /dev/null
-+++ sumo-0.23.0/docs/examples/sumo/output/cross3ltl_emissions/summary.xml
++++ sumo-0.24.0/docs/examples/sumo/output/cross3ltl_emissions/summary.xml
 @@ -0,0 +1,470 @@
 +<?xml version="1.0"?>
 +
@@ -658,10 +658,10 @@ Index: sumo-0.23.0/docs/examples/sumo/output/cross3ltl_emissions/summary.xml
 +    <step time="437.00" loaded="134" emitted="132" running="115" waiting="2" ended="17" meanWaitingTime="3.61" meanTravelTime="232.88" />
 +    <step time="438.00" loaded="135" emitted="133" running="116" waiting="2" ended="17" meanWaitingTime="3.71" meanTravelTime="232.88" />
 +</summary>
-Index: sumo-0.23.0/docs/examples/sumo/output/cross3ltl_tripinfo/tripinfos.xml
+Index: sumo-0.24.0/docs/examples/sumo/output/cross3ltl_tripinfo/tripinfos.xml
 ===================================================================
 --- /dev/null
-+++ sumo-0.23.0/docs/examples/sumo/output/cross3ltl_tripinfo/tripinfos.xml
++++ sumo-0.24.0/docs/examples/sumo/output/cross3ltl_tripinfo/tripinfos.xml
 @@ -0,0 +1,78 @@
 +<?xml version="1.0"?>
 +
@@ -741,10 +741,10 @@ Index: sumo-0.23.0/docs/examples/sumo/output/cross3ltl_tripinfo/tripinfos.xml
 +    <tripinfo id="horizontal.22" depart="320.00" departLane="2fi_0" departPos="3.10" departSpeed="0.00" departDelay="0.00" arrival="588.00" arrivalLane="2fi_0" arrivalPos="253.35" arrivalSpeed="10.84" duration="268.00" routeLength="2198.85" waitSteps="36" rerouteNo="0" devices="tripinfo_horizontal.22" vType="SUMO_DEFAULT_TYPE" vaporized=""/>
 +    <tripinfo id="horizontal.23" depart="341.00" departLane="2fi_0" departPos="3.10" departSpeed="0.00" departDelay="11.00" arrival="590.00" arrivalLane="2fi_0" arrivalPos="257.97" arrivalSpeed="10.90" duration="249.00" routeLength="2203.47" waitSteps="16" rerouteNo="0" devices="tripinfo_horizontal.23" vType="SUMO_DEFAULT_TYPE" vaporized=""/>
 +</tripinfos>
-Index: sumo-0.23.0/docs/examples/sumo/busses/vehroutes.xml
+Index: sumo-0.24.0/docs/examples/sumo/busses/vehroutes.xml
 ===================================================================
 --- /dev/null
-+++ sumo-0.23.0/docs/examples/sumo/busses/vehroutes.xml
++++ sumo-0.24.0/docs/examples/sumo/busses/vehroutes.xml
 @@ -0,0 +1,38 @@
 +<?xml version="1.0"?>
 +
@@ -784,10 +784,10 @@ Index: sumo-0.23.0/docs/examples/sumo/busses/vehroutes.xml
 +    </vehicle>
 +
 +</routes>
-Index: sumo-0.23.0/docs/examples/sumo/vehicle_stops/vehroutes.xml
+Index: sumo-0.24.0/docs/examples/sumo/vehicle_stops/vehroutes.xml
 ===================================================================
 --- /dev/null
-+++ sumo-0.23.0/docs/examples/sumo/vehicle_stops/vehroutes.xml
++++ sumo-0.24.0/docs/examples/sumo/vehicle_stops/vehroutes.xml
 @@ -0,0 +1,26 @@
 +<?xml version="1.0"?>
 +
diff --git a/debian/patches/30_add_missing_link.patch b/debian/patches/30_add_missing_link.patch
index f8472bb..dd1f735 100644
--- a/debian/patches/30_add_missing_link.patch
+++ b/debian/patches/30_add_missing_link.patch
@@ -5,20 +5,20 @@ Bug-Debian: http://bugs.debian.org/710373
 Reviewed-By: Anton Gladky <gladk at debian.org>
 Last-Update: 2015-04-16
 
-Index: sumo-0.23.0/src/Makefile.am
+Index: sumo-0.24.0/src/Makefile.am
 ===================================================================
---- sumo-0.23.0.orig/src/Makefile.am
-+++ sumo-0.23.0/src/Makefile.am
+--- sumo-0.24.0.orig/src/Makefile.am
++++ sumo-0.24.0/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
-Index: sumo-0.23.0/src/Makefile.in
+Index: sumo-0.24.0/src/Makefile.in
 ===================================================================
---- sumo-0.23.0.orig/src/Makefile.in
-+++ sumo-0.23.0/src/Makefile.in
+--- sumo-0.24.0.orig/src/Makefile.in
++++ sumo-0.24.0/src/Makefile.in
 @@ -366,7 +366,7 @@ STRIP = @STRIP@
  VERSION = @VERSION@
  XERCES_CFLAGS = @XERCES_CFLAGS@
diff --git a/debian/patches/40_drop_some_buildflags.patch b/debian/patches/40_drop_some_buildflags.patch
index 0d52055..eeaca04 100644
--- a/debian/patches/40_drop_some_buildflags.patch
+++ b/debian/patches/40_drop_some_buildflags.patch
@@ -2,8 +2,10 @@ Description: drop msse2 buildfpags, unsupported by some platforms
 Author: Anton Gladky <gladk at debian.org>
 Last-Update: 2015-04-20
 
---- sumo-0.23.0+dfsg1.orig/configure.ac
-+++ sumo-0.23.0+dfsg1/configure.ac
+Index: sumo-0.24.0/configure.ac
+===================================================================
+--- sumo-0.24.0.orig/configure.ac
++++ sumo-0.24.0/configure.ac
 @@ -13,11 +13,6 @@ AC_LANG([C++])
  
  dnl the debug check has to be made before the program checks

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sumo.git



More information about the debian-science-commits mailing list