r38516 - in /packages/fenics/ffc/trunk/debian: changelog control patches/ patches/remove_debug_output.patch patches/series

johannr-guest at users.alioth.debian.org johannr-guest at users.alioth.debian.org
Thu May 19 12:20:28 UTC 2011


Author: johannr-guest
Date: Thu May 19 12:20:02 2011
New Revision: 38516

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38516
Log:
* Add patch for removing annoying debug output.
* Bump minimum required version for python-ufc, python-instant and python-ufl.

Added:
    packages/fenics/ffc/trunk/debian/patches/
    packages/fenics/ffc/trunk/debian/patches/remove_debug_output.patch
    packages/fenics/ffc/trunk/debian/patches/series
Modified:
    packages/fenics/ffc/trunk/debian/changelog
    packages/fenics/ffc/trunk/debian/control

Modified: packages/fenics/ffc/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/ffc/trunk/debian/changelog?rev=38516&op=diff
==============================================================================
--- packages/fenics/ffc/trunk/debian/changelog (original)
+++ packages/fenics/ffc/trunk/debian/changelog Thu May 19 12:20:02 2011
@@ -1,3 +1,11 @@
+ffc (0.9.10-2) unstable; urgency=low
+
+  * Add patch for removing annoying debug output (closes: #627297).
+  * debian/control: Bump minimum required version for python-ufc,
+    python-instant and python-ufl in Depends.
+
+ -- Johannes Ring <johannr at simula.no>  Thu, 19 May 2011 13:42:30 +0200
+
 ffc (0.9.10-1) unstable; urgency=low
 
   * New upstream release. This release introduces some new features and

Modified: packages/fenics/ffc/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/ffc/trunk/debian/control?rev=38516&op=diff
==============================================================================
--- packages/fenics/ffc/trunk/debian/control (original)
+++ packages/fenics/ffc/trunk/debian/control Thu May 19 12:20:02 2011
@@ -13,8 +13,8 @@
 
 Package: python-ffc
 Architecture: all
-Depends: python-ufc (>= 2.0.0), python-fiat (>= 0.9.9),
- python-instant (>= 0.9.9), python-ufl (>= 0.9.0), ${python:Depends},
+Depends: python-ufc (>= 2.0.1), python-fiat (>= 0.9.9),
+ python-instant (>= 0.9.10), python-ufl (>= 0.9.1), ${python:Depends},
  ${misc:Depends}
 Suggests: python-ferari, python-dolfin
 Description: compiler for finite element variational forms

Added: packages/fenics/ffc/trunk/debian/patches/remove_debug_output.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/ffc/trunk/debian/patches/remove_debug_output.patch?rev=38516&op=file
==============================================================================
--- packages/fenics/ffc/trunk/debian/patches/remove_debug_output.patch (added)
+++ packages/fenics/ffc/trunk/debian/patches/remove_debug_output.patch Thu May 19 12:20:02 2011
@@ -1,0 +1,16 @@
+Remove annoying debugg output.
+
+diff -Nru ffc-0.9.10.orig/ffc/representation.py ffc-0.9.10/ffc/representation.py
+--- ffc-0.9.10.orig/ffc/representation.py	2011-05-19 13:49:06.000000000 +0200
++++ ffc-0.9.10/ffc/representation.py	2011-05-19 13:49:31.000000000 +0200
+@@ -214,8 +214,8 @@
+     # Store id
+     ir = {"id": form_id}
+ 
+-    print "check 2", element_numbers
+-    print [element_numbers[e] for e in form_data.elements]
++    #print "check 2", element_numbers
++    #print [element_numbers[e] for e in form_data.elements]
+ 
+     # Compute common data
+     ir["classname"] = "FooForm"

Added: packages/fenics/ffc/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/ffc/trunk/debian/patches/series?rev=38516&op=file
==============================================================================
--- packages/fenics/ffc/trunk/debian/patches/series (added)
+++ packages/fenics/ffc/trunk/debian/patches/series Thu May 19 12:20:02 2011
@@ -1,0 +1,1 @@
+remove_debug_output.patch




More information about the debian-science-commits mailing list