r35463 - in /packages/ics/trunk/debian: control patches/ patches/BatchRunningView.diff patches/series

sylvestre-guest at users.alioth.debian.org sylvestre-guest at users.alioth.debian.org
Mon Feb 2 22:19:12 UTC 2009


Author: sylvestre-guest
Date: Mon Feb  2 22:19:11 2009
New Revision: 35463

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35463
Log:
Patch from upstream added

Added:
    packages/ics/trunk/debian/patches/
    packages/ics/trunk/debian/patches/BatchRunningView.diff
    packages/ics/trunk/debian/patches/series
Modified:
    packages/ics/trunk/debian/control

Modified: packages/ics/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/ics/trunk/debian/control?rev=35463&op=diff
==============================================================================
--- packages/ics/trunk/debian/control (original)
+++ packages/ics/trunk/debian/control Mon Feb  2 22:19:11 2009
@@ -4,7 +4,7 @@
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Sylvestre Ledru <sylvestre.ledru at inria.fr>,
  Torsten Werner <twerner at debian.org>
-Build-Depends: debhelper (>= 7), cdbs, python (>= 2.5)
+Build-Depends: debhelper (>= 7), cdbs, python (>= 2.5), quilt
 XS-Python-Version: current
 Standards-Version: 3.8.0
 Homepage: http://www.code-saturne.org/

Added: packages/ics/trunk/debian/patches/BatchRunningView.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/ics/trunk/debian/patches/BatchRunningView.diff?rev=35463&op=file
==============================================================================
--- packages/ics/trunk/debian/patches/BatchRunningView.diff (added)
+++ packages/ics/trunk/debian/patches/BatchRunningView.diff Mon Feb  2 22:19:11 2009
@@ -1,0 +1,20 @@
+--- ics-1.4.0.orig/Pages/BatchRunningView.py	2008-11-23 23:31:20.000000000 +0100
++++ ics-1.4.0/Pages/BatchRunningView.py	2009-02-02 23:15:03.000000000 +0100
+@@ -646,8 +646,6 @@
+         Input advanced options.
+         """
+         self.optimise = self.modelOptim.dicoV2M[str(text)]
+-        if self.optimise == 'none':
+-            self.optimise = ''
+ 
+ 
+     def setArgCsVerif(self):
+@@ -792,6 +790,8 @@
+         self.result['EXEC_PARTITION']  = self.exe_partit
+         self.result['EXEC_KERNEL']     = self.exe_kernel
+         self.result['PARTITION_LIST']  = self.partition_list
++        if self.optimise == 'none':
++            self.optimise = ''
+         self.result['OPTIMIZATION']    = self.optimise
+         self.result['VALGRIND']        = self.valgrind
+         self.result['CS_LIB_ADD']      = self.cs_lib_add

Added: packages/ics/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/ics/trunk/debian/patches/series?rev=35463&op=file
==============================================================================
--- packages/ics/trunk/debian/patches/series (added)
+++ packages/ics/trunk/debian/patches/series Mon Feb  2 22:19:11 2009
@@ -1,0 +1,1 @@
+BatchRunningView.diff




More information about the debian-science-commits mailing list