r38510 - in /packages/fenics/ffc/trunk/debian: cdbs/ changelog control copyright copyright_hints licensecheck rules

johannr-guest at users.alioth.debian.org johannr-guest at users.alioth.debian.org
Wed May 18 11:24:42 UTC 2011


Author: johannr-guest
Date: Wed May 18 11:24:39 2011
New Revision: 38510

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38510
Log:
* New upstream release.
* Avoid compressing files with .ufl extension.
* Replace DEB_COMPRESS_EXCLUDE with DEB_COMPRESS_EXCLUDE_ALL.
* Include cdbs rule for automated copyright checks.
* Remove old custom cdbs rules and licensecheck script.
* Bump Standards-Version to 3.9.2.
* Update for upstream license change to LGPLv3.
* Switch to DEP-5 format.

Removed:
    packages/fenics/ffc/trunk/debian/cdbs/
    packages/fenics/ffc/trunk/debian/licensecheck
Modified:
    packages/fenics/ffc/trunk/debian/changelog
    packages/fenics/ffc/trunk/debian/control
    packages/fenics/ffc/trunk/debian/copyright
    packages/fenics/ffc/trunk/debian/copyright_hints
    packages/fenics/ffc/trunk/debian/rules

Modified: packages/fenics/ffc/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/ffc/trunk/debian/changelog?rev=38510&op=diff
==============================================================================
--- packages/fenics/ffc/trunk/debian/changelog (original)
+++ packages/fenics/ffc/trunk/debian/changelog Wed May 18 11:24:39 2011
@@ -1,5 +1,9 @@
-ffc (0.9.9-2) UNRELEASED; urgency=low
+ffc (0.9.10-1) unstable; urgency=low
 
+  * New upstream release. This release introduces some new features and
+    some behind-the-scenes improvements. Special quadrature schemes for
+    simplices have been added, which will lead to improved performance
+    when using the quadrature representation for low-order forms.
   * Move from python-central to dh_python2 (closes: #616807).
     - Remove python-central from Build-Depends.
     - Bump minimum required python-all package version to 2.6.6-3~.
@@ -7,9 +11,19 @@
     - Bump minimum required cdbs version to 0.4.90~.
     - Remove DEB_PYTHON_SYSTEM=pycentral from debian/rules.
     - Replace XS-Python-Version with X-Python-Version.
-  * debian/rules: Avoid compressing files with .ufl extension.
+  * debian/rules:
+    - Avoid compressing files with .ufl extension.
+    - Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated
+      DEB_COMPRESS_EXCLUDE.
+    - Include cdbs utils.mk rule for automated copyright checks.
+  * Remove old custom cdbs rules and licensecheck script for copyright
+    check.
+  * Bump Standards-Version to 3.9.2 (no changes needed).
+  * debian/copyright:
+    - Update for upstream license change to LGPLv3.
+    - Switch to DEP-5 format.
 
- -- Johannes Ring <johannr at simula.no>  Fri, 01 Apr 2011 13:09:52 +0200
+ -- Johannes Ring <johannr at simula.no>  Wed, 18 May 2011 11:22:37 +0200
 
 ffc (0.9.9-1) unstable; urgency=low
 

Modified: packages/fenics/ffc/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/ffc/trunk/debian/control?rev=38510&op=diff
==============================================================================
--- packages/fenics/ffc/trunk/debian/control (original)
+++ packages/fenics/ffc/trunk/debian/control Wed May 18 11:24:39 2011
@@ -4,7 +4,7 @@
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Christophe Prud'homme <prudhomm at debian.org>, Johannes Ring <johannr at simula.no>
 Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 7), python-all (>= 2.6.6-3~)
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 X-Python-Version: >= 2.5
 Homepage: http://www.fenicsproject.org
 DM-Upload-Allowed: yes

Modified: packages/fenics/ffc/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/ffc/trunk/debian/copyright?rev=38510&op=diff
==============================================================================
--- packages/fenics/ffc/trunk/debian/copyright (original)
+++ packages/fenics/ffc/trunk/debian/copyright Wed May 18 11:24:39 2011
@@ -1,477 +1,98 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
-Name: FFC
-Maintainer: ffc at lists.launchpad.net
-	http://www.fenicsproject.org
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174
+Upstream-Name: FFC
+Upstream-Contact: ffc at lists.launchpad.net
+ http://www.fenicsproject.org
 Source: http://launchpad.net/ffc
 
+Files: *
 Copyright: 2004-2010, Anders Logg <logg at simula.no>
-	   2006-2010, Kristian B. Ølgaard <k.b.oelgaard at tudelft.nl>
-License: GPL-3+
+ 2006-2010, Kristian B. Ølgaard <k.b.oelgaard at tudelft.nl>
+ 2006-2010, Marie E. Rognes <meg at simula.no>
+License: LGPL-3+
 
-Files: ffc/quadrature/quadratureoptimization.py
-	test/evaluate_basis/cppcode.py
-	test/evaluate_basis/test.py
-	test/evaluate_basis_derivatives/cppcode.py
-	test/evaluate_basis_derivatives/test.py
-	test/unit/evaluate_basis/cppcode.py
-	test/unit/evaluate_basis/test_against_fiat.py
-	test/unit/evaluate_basis/test_against_ref_values.py
-	test/unit/evaluate_basis/test_common.py
-	test/unit/evaluate_basis/test.py
-	test/unit/symbolics/testdgelastodyn.py
-	test/unit/symbolics/testelasticity2d.py
-	test/unit/symbolics/testelasticityterm.py
-	test/unit/symbolics/testelasweighted.py
-	test/unit/symbolics/testelasweighted2.py
-	test/unit/symbolics/testexpandoperations.py
-	test/unit/symbolics/testfloat.py
-	test/unit/symbolics/testfloatoperators.py
-	test/unit/symbolics/testfraction.py
-	test/unit/symbolics/testfractionoperators.py
-	test/unit/symbolics/testmixedsymbols.py
-	test/unit/symbolics/testnotfinished.py
-	test/unit/symbolics/testpoisson.py
-	test/unit/symbolics/testproduct.py
-	test/unit/symbolics/testproductoperators.py
-	test/unit/symbolics/testrealexamples.py
-	test/unit/symbolics/testreducegip.py
-	test/unit/symbolics/testreduceoperations.py
-	test/unit/symbolics/testreducevartype.py
-	test/unit/symbolics/testsum.py
-	test/unit/symbolics/testsumoperators.py
-	test/unit/symbolics/testsymbol.py
-	test/unit/symbolics/testsymboloperators.py
-	demo/AlgebraOperators.ufl
-	demo/Conditional.ufl
-	demo/MathFunctions.ufl
-	demo/SpatialCoordinates.ufl
-Copyright: 2010, Kristian B. Oelgaard <k.b.oelgaard at tudelft.nl>
-License: GPL-3+
+Files: demo/Mini.ufl
+ demo/VectorLaplaceGradCurl.ufl
+ ffc/enrichedelement.py
+ ffc/errorcontrol/errorcontrol.py
+ ffc/errorcontrol/formmanipulations.py
+ ffc/evaluatedof.py
+ ffc/interpolatevertexvalues.py
+Copyright: 2007-2010, Marie E. Rognes
+License: LGPL-3+
 
-Files: ffc/quadrature/expr.py
-	ffc/quadrature/floatvalue.py
-	ffc/quadrature/fraction.py
-	ffc/quadrature/optimisedquadraturetransformer.py
-	ffc/quadrature/product.py
-	ffc/quadrature/quadraturegenerator.py
-	ffc/quadrature/quadraturerepresentation.py
-	ffc/quadrature/quadraturetransformer.py
-	ffc/quadrature/quadraturetransformerbase.py
-	ffc/quadrature/sumobj.py
-	ffc/quadrature/symbol.py
-	ffc/quadrature/symbolics.py
-	sandbox/swig/expr.py
-	sandbox/swig/floatvalue_obj.py
-	sandbox/swig/fraction_obj.py
-	sandbox/swig/new_symbol.py
-	sandbox/swig/product_obj.py
-	sandbox/swig/sum_obj.py
-	sandbox/swig/symbol_obj.py
-	sandbox/swig/test_new_symbol.py
-	test/unit/symbolics/test.py
-Copyright: 2009-2010, Kristian B. Oelgaard <k.b.oelgaard at tudelft.nl>
-License: GPL-3+
-
-Files: demo/EnergyNorm.ufl
-	demo/Heat.ufl
-	demo/PoissonSystem.ufl
-	demo/Stokes.ufl
-	demo/TensorWeightedPoisson.ufl
-	doc/manual/fenicsmanual.cls
-Copyright: 2005-2007, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: demo/Constant.ufl
-	demo/Equation.ufl
-	demo/FunctionOperators.ufl
-	demo/MixedMixedElement.ufl
-	test/test.py
-	ffc/codesnippets.py
-Copyright: 2007, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: 	demo/Mass.ufl
-	demo/NavierStokes.ufl
-	demo/Optimization.ufl
-	demo/Poisson.ufl
-Copyright: 2004-2007, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: ffc/tensor/geometrytensor.py
-	ffc/tensor/monomialintegration.py
-	ffc/tensor/multiindex.py
-	ffc/tensor/referencetensor.py
-	scripts/ffc
-Copyright: 2004-2009, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: bench/bench.py
-	bench/plot.py
-	bench/utils.py
-	bench/MassH1_2D_1.ufl
-	bench/MassH1_2D_2.ufl
-	bench/MassH1_2D_3.ufl
-	bench/MassH1_2D_4.ufl
-	bench/MassH1_2D_5.ufl
-	bench/MassHdiv_2D_1.ufl
-	bench/MassHdiv_2D_2.ufl
-	bench/MassHdiv_2D_3.ufl
-	bench/MassHdiv_2D_4.ufl
-	bench/MassHdiv_2D_5.ufl
-	bench/NavierStokes_2D_1.ufl
-	bench/NavierStokes_2D_2.ufl
-	bench/NavierStokes_2D_3.ufl
-	bench/WeightedPoisson_2D_1.ufl
-	bench/WeightedPoisson_2D_2.ufl
-	bench/WeightedPoisson_2D_3.ufl
-	bench/WeightedPoisson_2D_4.ufl
-	bench/WeightedPoisson_2D_5.ufl
-	demo/VectorPoisson.ufl
-	ffc/restrictedelement.py
-	ffc/tensor/tensoroptimization.py
-	ffc/wrappers.py
-	ffc/tensor/costestimation.py
-	test/regression/ufctest.h
-Copyright: 2010, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: ffc/evaluatebasis.py
-	ffc/evaluatebasisderivatives.py
-	ffc/quadrature/quadratureutils.py
-	ffc/quadratureelement.py
-Copyright: 2007-2010, Kristian B. Oelgaard <k.b.oelgaard at tudelft.nl>
-License: GPL-3+
+Files: demo/Components.ufl
+ demo/FacetRestrictionAD.ufl
+ ffc/quadrature_schemes.py
+Copyright: 2010-2011, Garth N. Wells <gnw20 at cam.ac.uk>
+License: LGPL-3+
 
 Files: test/regression/test.py
-	test/regression/ufctest.py
+ test/regression/ufctest.py
 Copyright: 2010, Anders Logg <logg at simula.no>
-	   2010, Kristian B. Oelgaard <k.b.oelgaard at tudelft.nl>
-	   2010, Marie Rognes <meg at simula.no>
-License: GPL-3+
+ 2010, Kristian B. Ølgaard <k.b.oelgaard at tudelft.nl>
+ 2010, Marie E. Rognes
+License: LGPL-3+
 
-Files: demo/NeumannProblem.ufl
-	demo/P5tet.ufl
-	demo/P5tri.ufl
+Files: demo/MixedPoisson.ufl
 Copyright: 2006-2007, Anders Logg <logg at simula.no>
-License: GPL-3+
+ 2006-2007, Marie E. Rognes
+License: LGPL-3+
 
-Files: demo/SubDomain.ufl
-	ffc/jitobject.py
-	scripts/ffc-clean
-Copyright: 2008, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: demo/ReactionDiffusion.ufl
-	ffc/codegeneration.py
-	ffc/formatting.py
-	ffc/optimization.py
-	ffc/log.py
-	ffc/tensor/monomialtransformation.py
-Copyright: 2009, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: ffc/cpp.py
-	ffc/representation.py
-Copyright: 2009-2010, Anders logg <logg at simula.no>
-License: GPL-3+
-
-Files: ffc/fiatinterface.py
-	ffc/representation.py
-Copyright: 2009-2010, Kristian B. Oelgaard <k.b.oelgaard at tudelft.nl>
-	   2009-2010, Anders logg <logg at simula.no>
-License: GPL-3+
-
-Files: ffc/constants.py
-	ffc/parameters.py
-	ffc/mixedelement.py
-	ffc/utils.py
-Copyright: 2005-2010, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: ffc/jitcompiler.py
-	test/unit/misc/test.py
-Copyright: 2007-2009, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: demo/RestrictedElement.ufl
-	demo/MetaData.ufl
-Copyright: 2009, Kristian B. Oelgaard <k.b.oelgaard at tudelft.nl>
-License: GPL-3+
-
-Files: ffc/evaluatedof.py
-	ffc/interpolatevertexvalues.py
-Copyright: 2009, Marie E. Rognes <meg at simula.no>
-License: GPL-3+
-
-Files: ffc/enrichedelement.py
-	demo/Mini.ufl
-Copyright: 2010, Marie E. Rognes <meg at simula.no>
-License: GPL-3+
-
-Files: demo/FacetRestrictionAD.ufl
-Copyright: 2010, Garth N. Wells <gnw20 at cam.ac.uk>
-License: GPL-3+
-
-Files: debian/*
-Copyright: 2008-2010, Johannes Ring <johannr at simula.no>
-License: GPL-2+
-
-Files: debian/cdbs/1/rules/copyright-check.mk
-Copyright: 2005-2008, Jonas Smedegaard <dr at jones.dk>
-License: GPL-2+
-
-Files: debian/licensecheck
-Copyright: 2007-2008, Adam D. Barratt
-License: GPL-2+
-
-Files: bench/MassHcurl_2D_1.ufl
-	bench/MassHcurl_2D_2.ufl
-	bench/MassHcurl_2D_3.ufl
-	bench/MassHcurl_2D_4.ufl
-	bench/MassHcurl_2D_5.ufl
-	bench/Poisson_2D_1.ufl
-	bench/Poisson_2D_2.ufl
-	bench/Poisson_2D_3.ufl
-	bench/Poisson_2D_4.ufl
-	bench/Poisson_2D_5.ufl
-	ffc/tensor/tensorgenerator.py
-Copyright: 2004-2010, Anders Logg <logg at simula.no>
-License: GPL-3+
+Files: demo/HyperElasticity.ufl
+Copyright: 2009, Harish Narayanan <harish at simula.no>
+License: LGPL-3+
 
 Files: demo/Elasticity.ufl
 Copyright: 2005, Johan Jansson <johanjan at math.chalmers.se>
-License: GPL-3+
+License: LGPL-3+
 
-Files: demo/MixedPoisson.ufl
-Copyright: 2006-2007, Anders Logg <logg at simula.no>
-	   2006-2007, Marie Rognes <meg at simula.no>
-License: GPL-3+
-
-Files: demo/PoissonDG.ufl
-Copyright: 2006-2007, Kristian B. Oelgaard <k.b.oelgaard at tudelft.nl>
-	   2006-2007, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: ffc/tensor/tensorreordering.py
-Copyright: 2006-2009, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: demo/CoefficientOperators.ufl
-Copyright: 2007, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: demo/VectorLaplaceGradCurl.ufl
-Copyright: 2007, Marie Rognes <meg at math.uio.no>
-License: GPL-3+
-
-Files: ffc/analysis.py
-Copyright: 2007-2010, Anders Logg <logg at simula.no>
-	   2007-2010, Kristian B. Oelgaard <k.b.oelgaard at tudelft.nl>
-License: GPL-3+
-
-Files: ffc/tensor/tensorrepresentation.py
-Copyright: 2007-2010, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: demo/SubDomains.ufl
-Copyright: 2008, Anders Logg <logg at simula.no>
-	   2008, Kristian B. Oelgaard <k.b.oelgaard at tudelft.nl>
-License: GPL-3+
-
-Files: ffc/tensor/monomialextraction.py
-Copyright: 2008-2009, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: ffc/quadrature/reduce_operations.py
-Copyright: 2008-2010, Kristian B. Oelgaard <k.b.oelgaard at tudelft.nl>
-License: GPL-3+
+Files: demo/Biharmonic.ufl
+Copyright: 2009, Kristian B. Ølgaard <k.b.oelgaard at tudelft.nl>
+ 2009, Garth N. Wells <gnw20 at cam.ac.uk>
+ 2009, Anders Logg <logg at simula.no>
+License: LGPL-3+
 
 Files: demo/Normals.ufl
 Copyright: 2009, Peter Brune <brune at uchicago.edu>
-License: GPL-3+
+License: LGPL-3+
 
-Files: demo/FacetIntegrals.ufl
-Copyright: 2009-2010, Anders Logg <logg at simula.no>
-License: GPL-3+
+Files: debian/*
+Copyright: 2008-2011, Johannes Ring <johannr at simula.no>
+License: GPL-2+
 
-Files: scripts/makedist
-Copyright: 2004-2008, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: doc/manual/algorithm.sty
-Copyright: 1994, Peter Williams
-License: LGPL-2+
-
-Files: demo/StabilisedStokes.ufl
-Copyright: 2005-2007, Anders Logg <logg at simula.no>
-License: LGPL-2.1
-
-Files: demo/QuadratureElement.ufl
-Copyright: 2008, Kristian B. Oelgaard <k.b.oelgaard at tudelft.nl>
-License: LGPL-2.1
-
-Files: demo/HyperElasticity.ufl
-Copyright: 2009, Harish Narayanan <harish at simula.no>
-License: LGPL-2.1
-
-Files: demo/Biharmonic.ufl
-Copyright: 2009, Kristian B. Oelgaard <k.b.oelgaard at tudelft.nl>
-	   2009, Garth N. Wells <gnw20 at cam.ac.uk>
-	   2009, Anders Logg <logg at simula.no>
-License: LGPL-2.1
-
-Files: bench/results/MassH1.eps
-	bench/results/MassHcurl.eps
-	bench/results/MassHdiv.eps
-	bench/results/NavierStokes.eps
-	bench/results/Poisson.eps
-	bench/results/WeightedPoisson.eps
-Copyright: 2003, Bitstream, Inc. All Rights Reserved
-License: Bitstream Vera Fonts copyright and distribution license
-
-License: GPL-3+
- On Debian systems, the complete text of the GNU General Public License
- (GPL) version 3 can be found at "/usr/share/common-licenses/GPL-3".
+License: LGPL-3+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 3 of the
+ License, or (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this package.  If not, see
+ <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems the full text of the GNU Lesser General Public
+ License, version 3 can be found in the file
+ '/usr/share/common-licenses/LGPL-3'.
 
 License: GPL-2+
- On Debian systems, the complete text of the GNU General Public License
- (GPL) version 2 can be found at "/usr/share/common-licenses/GPL-2".
-
-License: GPL-2
- On Debian systems, the complete text of the GNU General Public License
- (GPL) version 2 can be found at "/usr/share/common-licenses/GPL-2".
-
-License: LGPL-2+
- On Debian systems, the complete text of the GNU Lesser General Public
- License (LGPL) version 2 can be found at
- "/usr/share/common-licenses/LGPL-2".
-
-License: LGPL-2.1
- On Debian systems, the complete text of the GNU Lesser General Public
- License (LGPL) version 2.1 can be found at
- "/usr/share/common-licenses/LGPL-2.1".
-
-License: Bitstream Vera Fonts copyright and distribution license
-  Bitstream Vera Fonts Copyright
-  
-  The fonts have a generous copyright, allowing derivative works (as
-  long as "Bitstream" or "Vera" are not in the names), and full
-  redistribution (so long as they are not *sold* by themselves). They
-  can be be bundled, redistributed and sold with any software.
-  
-  The fonts are distributed under the following copyright:
-  
-  Copyright
-  =========
-  
-  Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream
-  Vera is a trademark of Bitstream, Inc.
-  
-  Permission is hereby granted, free of charge, to any person obtaining
-  a copy of the fonts accompanying this license ("Fonts") and associated
-  documentation files (the "Font Software"), to reproduce and distribute
-  the Font Software, including without limitation the rights to use,
-  copy, merge, publish, distribute, and/or sell copies of the Font
-  Software, and to permit persons to whom the Font Software is furnished
-  to do so, subject to the following conditions:
-  
-  The above copyright and trademark notices and this permission notice
-  shall be included in all copies of one or more of the Font Software
-  typefaces.
-  
-  The Font Software may be modified, altered, or added to, and in
-  particular the designs of glyphs or characters in the Fonts may be
-  modified and additional glyphs or characters may be added to the
-  Fonts, only if the fonts are renamed to names not containing either
-  the words "Bitstream" or the word "Vera".
-  
-  This License becomes null and void to the extent applicable to Fonts
-  or Font Software that has been modified and is distributed under the
-  "Bitstream Vera" names.
-  
-  The Font Software may be sold as part of a larger software package but
-  no copy of one or more of the Font Software typefaces may be sold by
-  itself.
-  
-  THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
-  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
-  OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
-  BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR
-  OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL,
-  OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-  OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT
-  SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
-  
-  Except as contained in this notice, the names of Gnome, the Gnome
-  Foundation, and Bitstream Inc., shall not be used in advertising or
-  otherwise to promote the sale, use or other dealings in this Font
-  Software without prior written authorization from the Gnome Foundation
-  or Bitstream Inc., respectively. For further information, contact:
-  fonts at gnome dot org.
-  
-  Copyright FAQ
-  =============
-  
-     1. I don't understand the resale restriction... What gives?
-  
-        Bitstream is giving away these fonts, but wishes to ensure its
-        competitors can't just drop the fonts as is into a font sale system
-        and sell them as is. It seems fair that if Bitstream can't make money
-        from the Bitstream Vera fonts, their competitors should not be able to
-        do so either. You can sell the fonts as part of any software package,
-        however.
-  
-     2. I want to package these fonts separately for distribution and
-        sale as part of a larger software package or system.  Can I do so?
-  
-        Yes. A RPM or Debian package is a "larger software package" to begin 
-        with, and you aren't selling them independently by themselves. 
-        See 1. above.
-  
-     3. Are derivative works allowed?
-        Yes!
-  
-     4. Can I change or add to the font(s)?
-        Yes, but you must change the name(s) of the font(s).
-  
-     5. Under what terms are derivative works allowed?
-  
-        You must change the name(s) of the fonts. This is to ensure the
-        quality of the fonts, both to protect Bitstream and Gnome. We want to
-        ensure that if an application has opened a font specifically of these
-        names, it gets what it expects (though of course, using fontconfig,
-        substitutions could still could have occurred during font
-        opening). You must include the Bitstream copyright. Additional
-        copyrights can be added, as per copyright law. Happy Font Hacking!
-  
-     6. If I have improvements for Bitstream Vera, is it possible they might get 
-         adopted in future versions?
-  
-        Yes. The contract between the Gnome Foundation and Bitstream has
-        provisions for working with Bitstream to ensure quality additions to
-        the Bitstream Vera font family. Please contact us if you have such
-        additions. Note, that in general, we will want such additions for the
-        entire family, not just a single font, and that you'll have to keep
-        both Gnome and Jim Lyles, Vera's designer, happy! To make sense to add
-        glyphs to the font, they must be stylistically in keeping with Vera's
-        design. Vera cannot become a "ransom note" font. Jim Lyles will be
-        providing a document describing the design elements used in Vera, as a
-        guide and aid for people interested in contributing to Vera.
-  
-     7. I want to sell a software package that uses these fonts: Can I do so?
-  
-        Sure. Bundle the fonts with your software and sell your software
-        with the fonts. That is the intent of the copyright.
-  
-     8. If applications have built the names "Bitstream Vera" into them, 
-        can I override this somehow to use fonts of my choosing?
-  
-        This depends on exact details of the software. Most open source
-        systems and software (e.g., Gnome, KDE, etc.) are now converting to
-        use fontconfig (see www.fontconfig.org) to handle font configuration,
-        selection and substitution; it has provisions for overriding font
-        names and subsituting alternatives. An example is provided by the
-        supplied local.conf file, which chooses the family Bitstream Vera for
-        "sans", "serif" and "monospace".  Other software (e.g., the XFree86
-        core server) has other mechanisms for font substitution.
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or (at
+ your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this package.  If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems the full text of the GNU General Public License,
+ version 2 can be found in the file
+ '/usr/share/common-licenses/GPL-2'.

Modified: packages/fenics/ffc/trunk/debian/copyright_hints
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/ffc/trunk/debian/copyright_hints?rev=38510&op=diff
==============================================================================
--- packages/fenics/ffc/trunk/debian/copyright_hints (original)
+++ packages/fenics/ffc/trunk/debian/copyright_hints Wed May 18 11:24:39 2011
@@ -1,512 +1,537 @@
-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=XXX
-Upstream-Name: Untrusted draft - double-check copyrights yourself!
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174
+Upstream-Name: FIXME
+Upstream-Contact: FIXME
+Source: FIXME
+Disclaimer: Autogenerated by CDBS
 
 Files: AUTHORS
-	ChangeLog
-	INSTALL
-	TODO
-	bench/results/bench.log
-	bench/results/results.log
-	debian/compat
-	debian/control
-	debian/doc-base
-	debian/docs
-	debian/rules
-	debian/source/format
-	debian/watch
-	demo/README
-	doc/man/man1/ffc-clean.1.gz
-	doc/man/man1/ffc.1.gz
-	doc/manual/Makefile
-	doc/manual/bibliography.bib
-	doc/manual/chapters/about.tex
-	doc/manual/chapters/commandline.tex
-	doc/manual/chapters/examples.tex
-	doc/manual/chapters/formlanguage.tex
-	doc/manual/chapters/installation-downloading.tex
-	doc/manual/chapters/installation.tex
-	doc/manual/chapters/introduction.tex
-	doc/manual/chapters/manpagecopy.tex
-	doc/manual/chapters/numbering.tex
-	doc/manual/chapters/numbering_common.tex
-	doc/manual/chapters/python.tex
-	doc/manual/chapters/quickstart.tex
-	doc/manual/chapters/referencecells.tex
-	doc/manual/chapters/referencecells_common.tex
-	doc/manual/eps/algebra.eps
-	doc/manual/eps/components.eps
-	doc/manual/eps/edge_ordering.eps
-	doc/manual/eps/face_ordering.eps
-	doc/manual/eps/ffc.eps
-	doc/manual/eps/hexahedron.eps
-	doc/manual/eps/interval.eps
-	doc/manual/eps/numbering_example_quadrilaterals.eps
-	doc/manual/eps/numbering_example_triangles.eps
-	doc/manual/eps/ordering_example_tetrahedron.eps
-	doc/manual/eps/ordering_example_triangle.eps
-	doc/manual/eps/orientation_example_triangles.eps
-	doc/manual/eps/quadrilateral.eps
-	doc/manual/eps/reference_tetrahedron.eps
-	doc/manual/eps/reference_tetrahedron_entities.eps
-	doc/manual/eps/reference_triangle.eps
-	doc/manual/eps/reference_triangle_entities.eps
-	doc/manual/eps/tetrahedron.eps
-	doc/manual/eps/triangle.eps
-	doc/manual/ffc-user-manual.pdf
-	doc/manual/ffc-user-manual.tex
-	doc/manual/fig/edge_ordering.fig
-	doc/manual/fig/face_ordering.fig
-	doc/manual/fig/reference_tetrahedron.fig
-	doc/manual/fig/reference_tetrahedron_entities.fig
-	doc/manual/fig/reference_triangle.fig
-	doc/manual/fig/reference_triangle_entities.fig
-	ffc/__init__.py
-	ffc/compiler.py
-	ffc/quadrature/__init__.py
-	ffc/tensor/__init__.py
-	release.conf
-	sandbox/README
-	sandbox/jit/test.py
-	sandbox/swig/compile_swig
-	sandbox/swig/optimise.cpp
-	sandbox/swig/optimise.h
-	sandbox/swig/optimise.i
-	sandbox/swig/profiler.py
-	setup.py
-	test/evaluate_basis/reference.pickle
-	test/evaluate_basis_derivatives/reference.pickle
-	test/regression/elements.py
-	test/regression/references/AlgebraOperators.out
-	test/regression/references/Biharmonic.out
-	test/regression/references/CoefficientOperators.out
-	test/regression/references/Conditional.out
-	test/regression/references/Constant.out
-	test/regression/references/Elasticity.out
-	test/regression/references/EnergyNorm.out
-	test/regression/references/Equation.out
-	test/regression/references/FacetIntegrals.out
-	test/regression/references/FacetRestrictionAD.out
-	test/regression/references/Heat.out
-	test/regression/references/HyperElasticity.out
-	test/regression/references/Mass.out
-	test/regression/references/MathFunctions.out
-	test/regression/references/MetaData.out
-	test/regression/references/Mini.out
-	test/regression/references/MixedMixedElement.out
-	test/regression/references/MixedPoisson.out
-	test/regression/references/NavierStokes.out
-	test/regression/references/NeumannProblem.out
-	test/regression/references/Normals.out
-	test/regression/references/Optimization.out
-	test/regression/references/P5tet.out
-	test/regression/references/P5tri.out
-	test/regression/references/Poisson.out
-	test/regression/references/PoissonDG.out
-	test/regression/references/PoissonSystem.out
-	test/regression/references/QuadratureElement.out
-	test/regression/references/README
-	test/regression/references/ReactionDiffusion.out
-	test/regression/references/RestrictedElement.out
-	test/regression/references/SpatialCoordinates.out
-	test/regression/references/StabilisedStokes.out
-	test/regression/references/Stokes.out
-	test/regression/references/SubDomain.out
-	test/regression/references/SubDomains.out
-	test/regression/references/TensorWeightedPoisson.out
-	test/regression/references/VectorLaplaceGradCurl.out
-	test/regression/references/VectorPoisson.out
-	test/regression/references/X_Element0.out
-	test/regression/references/X_Element1.out
-	test/regression/references/update.sh
-	test/unit/evaluate_basis/__init__.py
-	test/unit/evaluate_basis/reference_basis.pickle
-	test/unit/evaluate_basis/reference_basis_derivatives.pickle
-	test/unit/misc/__init__.py
-	test/unit/symbolics/__init__.py
-	test/unit/test.py
+ ChangeLog
+ INSTALL
+ TODO
+ bench/results/bench.log
+ bench/results/results.log
+ debian/compat
+ debian/control
+ debian/docs
+ debian/rules
+ debian/source/format
+ debian/watch
+ demo/AdaptivePoisson.ufl
+ demo/README
+ doc/man/man1/ffc.1.gz
+ ffc/__init__.py
+ ffc/errorcontrol/__init__.py
+ ffc/quadrature/__init__.py
+ ffc/tensor/__init__.py
+ release.conf
+ sandbox/README
+ sandbox/jit/test.py
+ sandbox/swig/compile_swig
+ sandbox/swig/optimise.cpp
+ sandbox/swig/optimise.h
+ sandbox/swig/optimise.i
+ sandbox/swig/profiler.py
+ setup.py
+ test/evaluate_basis/reference.pickle
+ test/evaluate_basis_derivatives/reference.pickle
+ test/regression/README
+ test/regression/elements.py
+ test/regression/references/AdaptivePoisson.h
+ test/regression/references/AdaptivePoisson.out
+ test/regression/references/AlgebraOperators.h
+ test/regression/references/AlgebraOperators.out
+ test/regression/references/Biharmonic.h
+ test/regression/references/Biharmonic.out
+ test/regression/references/CoefficientOperators.h
+ test/regression/references/CoefficientOperators.out
+ test/regression/references/Components.h
+ test/regression/references/Components.out
+ test/regression/references/Conditional.h
+ test/regression/references/Conditional.out
+ test/regression/references/Constant.h
+ test/regression/references/Constant.out
+ test/regression/references/Elasticity.h
+ test/regression/references/Elasticity.out
+ test/regression/references/EnergyNorm.h
+ test/regression/references/EnergyNorm.out
+ test/regression/references/Equation.h
+ test/regression/references/Equation.out
+ test/regression/references/FacetIntegrals.h
+ test/regression/references/FacetIntegrals.out
+ test/regression/references/FacetRestrictionAD.h
+ test/regression/references/FacetRestrictionAD.out
+ test/regression/references/Heat.h
+ test/regression/references/Heat.out
+ test/regression/references/HyperElasticity.h
+ test/regression/references/HyperElasticity.out
+ test/regression/references/Mass.h
+ test/regression/references/Mass.out
+ test/regression/references/MathFunctions.h
+ test/regression/references/MathFunctions.out
+ test/regression/references/MetaData.h
+ test/regression/references/MetaData.out
+ test/regression/references/Mini.h
+ test/regression/references/Mini.out
+ test/regression/references/MixedMixedElement.h
+ test/regression/references/MixedMixedElement.out
+ test/regression/references/MixedPoisson.h
+ test/regression/references/MixedPoisson.out
+ test/regression/references/NavierStokes.h
+ test/regression/references/NavierStokes.out
+ test/regression/references/NeumannProblem.h
+ test/regression/references/NeumannProblem.out
+ test/regression/references/Normals.h
+ test/regression/references/Normals.out
+ test/regression/references/Optimization.h
+ test/regression/references/Optimization.out
+ test/regression/references/P2.h
+ test/regression/references/P2.out
+ test/regression/references/P5tet.h
+ test/regression/references/P5tet.out
+ test/regression/references/P5tri.h
+ test/regression/references/P5tri.out
+ test/regression/references/Poisson.h
+ test/regression/references/Poisson.out
+ test/regression/references/PoissonDG.h
+ test/regression/references/PoissonDG.out
+ test/regression/references/QuadratureElement.h
+ test/regression/references/QuadratureElement.out
+ test/regression/references/README
+ test/regression/references/ReactionDiffusion.h
+ test/regression/references/ReactionDiffusion.out
+ test/regression/references/RestrictedElement.h
+ test/regression/references/RestrictedElement.out
+ test/regression/references/SpatialCoordinates.h
+ test/regression/references/SpatialCoordinates.out
+ test/regression/references/StabilisedStokes.h
+ test/regression/references/StabilisedStokes.out
+ test/regression/references/Stokes.h
+ test/regression/references/Stokes.out
+ test/regression/references/SubDomain.h
+ test/regression/references/SubDomain.out
+ test/regression/references/SubDomains.h
+ test/regression/references/SubDomains.out
+ test/regression/references/TensorWeightedPoisson.h
+ test/regression/references/TensorWeightedPoisson.out
+ test/regression/references/VectorLaplaceGradCurl.h
+ test/regression/references/VectorLaplaceGradCurl.out
+ test/regression/references/VectorPoisson.h
+ test/regression/references/VectorPoisson.out
+ test/regression/references/X_Element0.h
+ test/regression/references/X_Element0.out
+ test/regression/references/X_Element1.h
+ test/regression/references/X_Element1.out
+ test/regression/references/test.h
+ test/regression/references/test.out
+ test/regression/references/update.sh
+ test/unit/evaluate_basis/reference_basis.pickle
+ test/unit/evaluate_basis/reference_basis_derivatives.pickle
+ test/unit/test.py
 Copyright: *No copyright*
 License: UNKNOWN
-
-Files: doc/manual/chapters/contributing.tex
-	test/regression/references/AlgebraOperators.h
-	test/regression/references/Biharmonic.h
-	test/regression/references/CoefficientOperators.h
-	test/regression/references/Conditional.h
-	test/regression/references/Constant.h
-	test/regression/references/Elasticity.h
-	test/regression/references/EnergyNorm.h
-	test/regression/references/Equation.h
-	test/regression/references/FacetIntegrals.h
-	test/regression/references/FacetRestrictionAD.h
-	test/regression/references/Heat.h
-	test/regression/references/HyperElasticity.h
-	test/regression/references/Mass.h
-	test/regression/references/MathFunctions.h
-	test/regression/references/MetaData.h
-	test/regression/references/Mini.h
-	test/regression/references/MixedMixedElement.h
-	test/regression/references/MixedPoisson.h
-	test/regression/references/NavierStokes.h
-	test/regression/references/NeumannProblem.h
-	test/regression/references/Normals.h
-	test/regression/references/Optimization.h
-	test/regression/references/P5tet.h
-	test/regression/references/P5tri.h
-	test/regression/references/Poisson.h
-	test/regression/references/PoissonDG.h
-	test/regression/references/PoissonSystem.h
-	test/regression/references/QuadratureElement.h
-	test/regression/references/ReactionDiffusion.h
-	test/regression/references/RestrictedElement.h
-	test/regression/references/SpatialCoordinates.h
-	test/regression/references/StabilisedStokes.h
-	test/regression/references/Stokes.h
-	test/regression/references/SubDomain.h
-	test/regression/references/SubDomains.h
-	test/regression/references/TensorWeightedPoisson.h
-	test/regression/references/VectorLaplaceGradCurl.h
-	test/regression/references/VectorPoisson.h
-	test/regression/references/X_Element0.h
-	test/regression/references/X_Element1.h
-Copyright: *No copyright*
-License: UNKNOWN (GENERATED FILE)
-
-Files: ffc/quadrature/quadratureoptimization.py
-	test/evaluate_basis/cppcode.py
-	test/evaluate_basis/test.py
-	test/evaluate_basis_derivatives/cppcode.py
-	test/evaluate_basis_derivatives/test.py
-	test/unit/evaluate_basis/cppcode.py
-	test/unit/evaluate_basis/test_against_fiat.py
-	test/unit/evaluate_basis/test_against_ref_values.py
-	test/unit/evaluate_basis/test_common.py
-	test/unit/symbolics/testdgelastodyn.py
-	test/unit/symbolics/testelasticity2d.py
-	test/unit/symbolics/testelasticityterm.py
-	test/unit/symbolics/testelasweighted.py
-	test/unit/symbolics/testelasweighted2.py
-	test/unit/symbolics/testexpandoperations.py
-	test/unit/symbolics/testfloat.py
-	test/unit/symbolics/testfloatoperators.py
-	test/unit/symbolics/testfraction.py
-	test/unit/symbolics/testfractionoperators.py
-	test/unit/symbolics/testmixedsymbols.py
-	test/unit/symbolics/testnotfinished.py
-	test/unit/symbolics/testpoisson.py
-	test/unit/symbolics/testproduct.py
-	test/unit/symbolics/testproductoperators.py
-	test/unit/symbolics/testrealexamples.py
-	test/unit/symbolics/testreducegip.py
-	test/unit/symbolics/testreduceoperations.py
-	test/unit/symbolics/testreducevartype.py
-	test/unit/symbolics/testsum.py
-	test/unit/symbolics/testsumoperators.py
-	test/unit/symbolics/testsymbol.py
-	test/unit/symbolics/testsymboloperators.py
-Copyright: 2010, Kristian B. Oelgaard <k.b.oelgaard at tudelft.nl>
+ FIXME
+
+Files: bench/MassH1_2D_1.ufl
+ bench/MassH1_2D_2.ufl
+ bench/MassH1_2D_3.ufl
+ bench/MassH1_2D_4.ufl
+ bench/MassH1_2D_5.ufl
+ bench/MassHcurl_2D_1.ufl
+ bench/MassHcurl_2D_2.ufl
+ bench/MassHcurl_2D_3.ufl
+ bench/MassHcurl_2D_4.ufl
+ bench/MassHcurl_2D_5.ufl
+ bench/MassHdiv_2D_1.ufl
+ bench/MassHdiv_2D_2.ufl
+ bench/MassHdiv_2D_3.ufl
+ bench/MassHdiv_2D_4.ufl
+ bench/MassHdiv_2D_5.ufl
+ bench/NavierStokes_2D_1.ufl
+ bench/NavierStokes_2D_2.ufl
+ bench/NavierStokes_2D_3.ufl
+ bench/Poisson_2D_1.ufl
+ bench/Poisson_2D_2.ufl
+ bench/Poisson_2D_3.ufl
+ bench/Poisson_2D_4.ufl
+ bench/Poisson_2D_5.ufl
+ bench/WeightedPoisson_2D_1.ufl
+ bench/WeightedPoisson_2D_2.ufl
+ bench/WeightedPoisson_2D_3.ufl
+ bench/WeightedPoisson_2D_4.ufl
+ bench/WeightedPoisson_2D_5.ufl
+ bench/bench.py
+ bench/plot.py
+ bench/utils.py
+ demo/CoefficientOperators.ufl
+ demo/Constant.ufl
+ demo/EnergyNorm.ufl
+ demo/Equation.ufl
+ demo/FacetIntegrals.ufl
+ demo/Heat.ufl
+ demo/Mass.ufl
+ demo/MixedMixedElement.ufl
+ demo/NavierStokes.ufl
+ demo/NeumannProblem.ufl
+ demo/Optimization.ufl
+ demo/P5tet.ufl
+ demo/P5tri.ufl
+ demo/Poisson.ufl
+ demo/ReactionDiffusion.ufl
+ demo/StabilisedStokes.ufl
+ demo/Stokes.ufl
+ demo/SubDomain.ufl
+ demo/TensorWeightedPoisson.ufl
+ demo/VectorPoisson.ufl
+ demo/plotelements.py
+ ffc/codegeneration.py
+ ffc/codesnippets.py
+ ffc/compiler.py
+ ffc/constants.py
+ ffc/cpp.py
+ ffc/extras.py
+ ffc/formatting.py
+ ffc/jitcompiler.py
+ ffc/jitobject.py
+ ffc/log.py
+ ffc/mixedelement.py
+ ffc/optimization.py
+ ffc/parameters.py
+ ffc/plot.py
+ ffc/representation.py
+ ffc/restrictedelement.py
+ ffc/tensor/costestimation.py
+ ffc/tensor/geometrytensor.py
+ ffc/tensor/monomialintegration.py
+ ffc/tensor/multiindex.py
+ ffc/tensor/referencetensor.py
+ ffc/tensor/tensoroptimization.py
+ ffc/tensor/tensorreordering.py
+ ffc/tensor/tensorrepresentation.py
+ ffc/utils.py
+ ffc/wrappers.py
+ scripts/ffc
+ scripts/makedist
+ test/regression/ufctest.h
+ test/test.py
+ test/unit/misc/test.py
+Copyright: 2004-2007, Anders Logg
+ 2004-2008, Anders Logg
+ 2004-2009, Anders Logg
+ 2004-2010, Anders Logg
+ 2005-2007, Anders Logg
+ 2005-2010, Anders Logg
+ 2006-2007, Anders Logg
+ 2006-2009, Anders Logg
+ 2007, Anders Logg
+ 2007-2009, Anders Logg
+ 2007-2010, Anders Logg
+ 2008, Anders Logg
+ 2009, Anders Logg
+ 2009-2010, Anders Logg
+ 2010, Anders Logg
+License: LGPL-3+
+ FIXME
+
+Files: demo/AlgebraOperators.ufl
+ demo/Conditional.ufl
+ demo/MathFunctions.ufl
+ demo/MetaData.ufl
+ demo/QuadratureElement.ufl
+ demo/RestrictedElement.ufl
+ demo/SpatialCoordinates.ufl
+ ffc/evaluatebasis.py
+ ffc/evaluatebasisderivatives.py
+ ffc/quadrature/expr.py
+ ffc/quadrature/floatvalue.py
+ ffc/quadrature/fraction.py
+ ffc/quadrature/optimisedquadraturetransformer.py
+ ffc/quadrature/product.py
+ ffc/quadrature/quadratureoptimization.py
+ ffc/quadrature/quadraturerepresentation.py
+ ffc/quadrature/quadraturetransformer.py
+ ffc/quadrature/quadraturetransformerbase.py
+ ffc/quadrature/quadratureutils.py
+ ffc/quadrature/sumobj.py
+ ffc/quadrature/symbolics.py
+ ffc/quadratureelement.py
+ sandbox/swig/expr.py
+ sandbox/swig/floatvalue_obj.py
+ sandbox/swig/fraction_obj.py
+ sandbox/swig/new_symbol.py
+ sandbox/swig/product_obj.py
+ sandbox/swig/sum_obj.py
+ sandbox/swig/symbol_obj.py
+ sandbox/swig/test_new_symbol.py
+ test/evaluate_basis/cppcode.py
+ test/evaluate_basis/test.py
+ test/evaluate_basis_derivatives/cppcode.py
+ test/evaluate_basis_derivatives/test.py
+ test/unit/evaluate_basis/cppcode.py
+ test/unit/evaluate_basis/test.py
+ test/unit/evaluate_basis/test_against_ref_values.py
+ test/unit/evaluate_basis/test_common.py
+ test/unit/symbolics/test.py
+ test/unit/symbolics/testdgelastodyn.py
+ test/unit/symbolics/testelasticity2d.py
+ test/unit/symbolics/testelasticityterm.py
+ test/unit/symbolics/testelasweighted.py
+ test/unit/symbolics/testelasweighted2.py
+ test/unit/symbolics/testexpandoperations.py
+ test/unit/symbolics/testfloat.py
+ test/unit/symbolics/testfloatoperators.py
+ test/unit/symbolics/testfraction.py
+ test/unit/symbolics/testfractionoperators.py
+ test/unit/symbolics/testmixedsymbols.py
+ test/unit/symbolics/testnotfinished.py
+ test/unit/symbolics/testpoisson.py
+ test/unit/symbolics/testproduct.py
+ test/unit/symbolics/testproductoperators.py
+ test/unit/symbolics/testrealexamples.py
+ test/unit/symbolics/testreducegip.py
+ test/unit/symbolics/testreduceoperations.py
+ test/unit/symbolics/testreducevartype.py
+ test/unit/symbolics/testsum.py
+ test/unit/symbolics/testsumoperators.py
+ test/unit/symbolics/testsymbol.py
+ test/unit/symbolics/testsymboloperators.py
+Copyright: 2007-2010, Kristian B. Oelgaard
+ 2008, Kristian B. Oelgaard
+ 2009, Kristian B. Oelgaard
+ 2009-2010, Kristian B. Oelgaard
+ 2010, Kristian B. Oelgaard
+License: LGPL-3+
+ FIXME
+
+Files: demo/Mini.ufl
+ ffc/enrichedelement.py
+ ffc/errorcontrol/errorcontrol.py
+ ffc/errorcontrol/formmanipulations.py
+ ffc/interpolatevertexvalues.py
+Copyright: 2009, Marie E. Rognes
+ 2010, Marie E. Rognes
+License: LGPL-3+
+ FIXME
+
+Files: bench/results/MassH1.pdf
+ bench/results/MassHcurl.pdf
+ bench/results/MassHdiv.pdf
+ bench/results/NavierStokes.pdf
+ bench/results/Poisson.pdf
+Copyright: ËBÆ‹3´Ã*ŽÃ*ȱ`ë"ª{xS¤Ã$Øã‹ÿ>Ås‚¾#hÀ/ùç«#x¾¤EÚ=fÛ´[–iG•–ƒíiÎËäKë,WÇãù ÙÞ;BjW€¢0wÆy.Ž2meDkagƒ¤ÆÅöæ؏¥
+License: UNKNOWN
+ FIXME
+
+Files: demo/Components.ufl
+ demo/FacetRestrictionAD.ufl
+ ffc/quadrature_schemes.py
+Copyright: 2010, Garth N. Wells
+ 2011, Garth N. Wells
+License: LGPL-3+
+ FIXME
+
+Files: ffc/tensor/monomialextraction.py
+ ffc/tensor/monomialtransformation.py
+Copyright: 2008-2009, Anders Logg
+ 2009, Anders Logg
+ for c in self.components)
+License: LGPL-3+
+ FIXME
+
+Files: demo/SubDomains.ufl
+ ffc/analysis.py
+Copyright: 2007-2010, Anders Logg and Kristian B. Oelgaard
+ 2008, Anders Logg and Kristian B. Oelgaard
+License: LGPL-3+
+ FIXME
+
+Files: test/regression/test.py
+ test/regression/ufctest.py
+Copyright: 2010, Anders Logg, Kristian B. Oelgaard and Marie E. Rognes
+License: LGPL-3+
+ FIXME
+
+Files: demo/PoissonDG.ufl
+ ffc/fiatinterface.py
+Copyright: 2006-2007, Kristian B. Oelgaard and Anders Logg
+ 2009-2010, Kristian B. Oelgaard and Anders Logg
+License: LGPL-3+
+ FIXME
+
+Files: debian/cdbs/1/rules/copyright-check.mk
+Copyright: -i '$(DEB__CHECK_IGNORE_REGEX)' * \
+ notices discovered:"; \
+ notices found - assuming no news is good news...'; \
+ notices...'
+License: GPL
+ FIXME
+
+Files: COPYING
+Copyright: 2007, Free Software Foundation, Inc. <http://fsf.org/>
+ <year> <name of author>
+ HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+ are not
+ disclaimer" for the program, if necessary
+ holder as a result of your choosing to follow a
+ holder explicitly and
+ holder is
+ holder is reinstated (a)
+ holder notifies you of the
+ holder who authorizes use under this
+ holder, and you cure the violation prior to 30 days after
+ holders of
+ if you do
+ law
+ law, except executing it on a
+ on the Program, and are irrevocable provided the stated
+ on the software, and (2) offer you this License
+ permission
+ permission, other than the making of an
+ treaty adopted on 20 December 1996, or
 License: GPL-3+
-
-Files: ffc/quadrature/expr.py
-	ffc/quadrature/floatvalue.py
-	ffc/quadrature/fraction.py
-	ffc/quadrature/optimisedquadraturetransformer.py
-	ffc/quadrature/product.py
-	ffc/quadrature/quadraturegenerator.py
-	ffc/quadrature/quadraturerepresentation.py
-	ffc/quadrature/quadraturetransformer.py
-	ffc/quadrature/quadraturetransformerbase.py
-	ffc/quadrature/sumobj.py
-	ffc/quadrature/symbol.py
-	ffc/quadrature/symbolics.py
-	sandbox/swig/expr.py
-	sandbox/swig/floatvalue_obj.py
-	sandbox/swig/fraction_obj.py
-	sandbox/swig/new_symbol.py
-	sandbox/swig/product_obj.py
-	sandbox/swig/sum_obj.py
-	sandbox/swig/symbol_obj.py
-	sandbox/swig/test_new_symbol.py
-	test/unit/symbolics/test.py
-Copyright: 2009-2010, Kristian B. Oelgaard <k.b.oelgaard at tudelft.nl>
-License: GPL-3+
-
-Files: bench/MassH1_2D_1.ufl
-	bench/MassH1_2D_2.ufl
-	bench/MassH1_2D_3.ufl
-	bench/MassH1_2D_4.ufl
-	bench/MassH1_2D_5.ufl
-	bench/MassHdiv_2D_1.ufl
-	bench/MassHdiv_2D_2.ufl
-	bench/MassHdiv_2D_3.ufl
-	bench/MassHdiv_2D_4.ufl
-	bench/MassHdiv_2D_5.ufl
-	bench/NavierStokes_2D_1.ufl
-	bench/NavierStokes_2D_2.ufl
-	bench/NavierStokes_2D_3.ufl
-	bench/WeightedPoisson_2D_1.ufl
-	bench/WeightedPoisson_2D_2.ufl
-	bench/WeightedPoisson_2D_3.ufl
-	bench/WeightedPoisson_2D_4.ufl
-	bench/WeightedPoisson_2D_5.ufl
-	demo/VectorPoisson.ufl
-	ffc/tensor/costestimation.py
-	test/regression/ufctest.h
-Copyright: 2010, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: bench/MassHcurl_2D_1.ufl
-	bench/MassHcurl_2D_2.ufl
-	bench/MassHcurl_2D_3.ufl
-	bench/MassHcurl_2D_4.ufl
-	bench/MassHcurl_2D_5.ufl
-	bench/Poisson_2D_1.ufl
-	bench/Poisson_2D_2.ufl
-	bench/Poisson_2D_3.ufl
-	bench/Poisson_2D_4.ufl
-	bench/Poisson_2D_5.ufl
-	ffc/tensor/tensorgenerator.py
-Copyright: 2004-2010, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: bench/bench.py
-	bench/plot.py
-	bench/utils.py
-	ffc/enrichedelement.py
-	ffc/restrictedelement.py
-	ffc/tensor/tensoroptimization.py
-	ffc/wrappers.py
-	test/regression/test.py
-	test/regression/ufctest.py
-Copyright: 2010, + __author__
-License: GPL-3+
-
-Files: demo/EnergyNorm.ufl
-	demo/Heat.ufl
-	demo/PoissonSystem.ufl
-	demo/Stokes.ufl
-	demo/TensorWeightedPoisson.ufl
-	doc/manual/fenicsmanual.cls
-Copyright: 2005-2007, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: bench/results/MassH1.eps
-	bench/results/MassHcurl.eps
-	bench/results/MassHdiv.eps
-	bench/results/NavierStokes.eps
-	bench/results/Poisson.eps
-	bench/results/WeightedPoisson.eps
-Copyright: 2003, by Bitstream, Inc. All Rights Reserved. Bitstream Vera is a trademark of Bitstream, Inc.) def
-	2003, by Bitstream, Inc. All Rights Reserved
-License: UNKNOWN
-
-Files: ffc/tensor/geometrytensor.py
-	ffc/tensor/monomialintegration.py
-	ffc/tensor/multiindex.py
-	ffc/tensor/referencetensor.py
-	scripts/ffc
-Copyright: 2004-2009, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: demo/CoefficientOperators.ufl
-	demo/Constant.ufl
-	demo/Equation.ufl
-	demo/MixedMixedElement.ufl
-	test/test.py
-Copyright: 2007, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: demo/Mass.ufl
-	demo/NavierStokes.ufl
-	demo/Optimization.ufl
-	demo/Poisson.ufl
-Copyright: 2004-2007, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: ffc/evaluatebasis.py
-	ffc/evaluatebasisderivatives.py
-	ffc/quadrature/quadratureutils.py
-	ffc/quadratureelement.py
-Copyright: 2007-2010, Kristian B. Oelgaard <k.b.oelgaard at tudelft.nl>
-License: GPL-3+
-
-Files: demo/AlgebraOperators.ufl
-	demo/Conditional.ufl
-	demo/MathFunctions.ufl
-	demo/SpatialCoordinates.ufl
-Copyright: 2010, Kristian B. Oelgaard <k.b.oelgaard at tudelft.nl>@gmail.com)
-License: GPL-3+
-
-Files: demo/NeumannProblem.ufl
-	demo/P5tet.ufl
-	demo/P5tri.ufl
-Copyright: 2006-2007, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: demo/SubDomain.ufl
-	ffc/jitobject.py
-	scripts/ffc-clean
-Copyright: 2008, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: ffc/codegeneration.py
-	ffc/formatting.py
-	ffc/optimization.py
-Copyright: 2009, + __author__
-License: GPL-3+
-
-Files: demo/ReactionDiffusion.ufl
-	ffc/log.py
-	ffc/tensor/monomialtransformation.py
-Copyright: 2009, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: ffc/cpp.py
-	ffc/fiatinterface.py
-	ffc/representation.py
-Copyright: 2009-2010, + __author__
-License: GPL-3+
-
-Files: ffc/constants.py
-	ffc/parameters.py
-Copyright: 2005-2010, + __author__
-License: GPL-3+
-
-Files: ffc/mixedelement.py
-	ffc/utils.py
-Copyright: 2005-2010, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: ffc/jitcompiler.py
-	test/unit/misc/test.py
-Copyright: 2007-2009, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: demo/MetaData.ufl
-	demo/RestrictedElement.ufl
-Copyright: 2009, Kristian B. Oelgaard <k.b.oelgaard at tudelft.nl>@tudelft.nl)
-License: GPL-3+
-
-Files: ffc/evaluatedof.py
-	ffc/interpolatevertexvalues.py
-Copyright: 2009
-License: GPL-3+
-
-Files: debian/cdbs/1/rules/copyright-check.mk
-Copyright: \s*(\S.*?)\s*\
-License: GPL
-
-Files: debian/licensecheck
-Copyright: 2007-2008, Adam D. Barratt
-License: GPL-2+
-
-Files: ffc/codesnippets.py
-Copyright: 2007, Anders Logg <logg at simula.no>
-License: GPL-3+ (GENERATED FILE)
-
-Files: test/unit/evaluate_basis/test.py
-Copyright: 2010, Kristian B. Oelgaard <k.b.oelgaard at tudelft.nl>
-License: GPL-3+ (GENERATED FILE)
+ FIXME
 
 Files: README
 Copyright: *No copyright*
-License: GPL-3+
-
-Files: doc/manual/chapters/contributing-ffc.tex
-Copyright: 2004-2005, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: demo/Elasticity.ufl
-Copyright: 2005, Johan Jansson <johanjan at math.chalmers.se>
-License: GPL-3+
+License: LGPL-3+
+ FIXME
 
 Files: demo/MixedPoisson.ufl
-Copyright: 2006-2007, Anders Logg <logg at simula.no> and Marie Rognes <meg at math.uio.no>
-License: GPL-3+
-
-Files: demo/PoissonDG.ufl
-Copyright: 2006-2007, Kristian B. Oelgaard <k.b.oelgaard at tudelft.nl> and Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: ffc/tensor/tensorreordering.py
-Copyright: 2006-2009, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: demo/VectorLaplaceGradCurl.ufl
-Copyright: 2007, Marie Rognes <meg at math.uio.no>
-License: GPL-3+
-
-Files: ffc/analysis.py
-Copyright: 2007-2010, + __author__
-License: GPL-3+
-
-Files: ffc/tensor/tensorrepresentation.py
-Copyright: 2007-2010, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: demo/SubDomains.ufl
-Copyright: 2008, Anders Logg <logg at simula.no> and Kristian B. Oelgaard <k.b.oelgaard at tudelft.nl>@tudelft.nl)
-License: GPL-3+
-
-Files: ffc/tensor/monomialextraction.py
-Copyright: 2008-2009, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: ffc/quadrature/reduce_operations.py
-Copyright: 2008-2010, Kristian B. Oelgaard <k.b.oelgaard at tudelft.nl>
-License: GPL-3+
-
-Files: demo/Normals.ufl
-Copyright: 2009, Peter Brune (brune at uchicago.edu)
-License: GPL-3+
-
-Files: demo/FacetIntegrals.ufl
-Copyright: 2009-2010, Anders Logg <logg at simula.no>
-License: GPL-3+
-
-Files: demo/FacetRestrictionAD.ufl
-Copyright: 2010, Garth N. Wells <gnw20 at cam.ac.uk>
-License: GPL-3+
-
-Files: demo/Mini.ufl
-Copyright: 2010, Marie E. Rognes
-License: GPL-3+
-
-Files: scripts/makedist
-Copyright: Anders Logg <logg at simula.no> 2004-2008
-License: GPL-3+
-
-Files: doc/manual/chapters/license.tex
-Copyright: on the software, and (2) offer you this License
-	2007, Free Software Foundation, Inc. <http://fsf.org/>
-License: GPL-3+
-
-Files: doc/manual/algorithm.sty
-Copyright: -- 1994, Peter Williams
-License: LGPL-2+
-
-Files: demo/StabilisedStokes.ufl
-Copyright: 2005-2007, Anders Logg <logg at simula.no>
-License: LGPL-2.1
-
-Files: demo/QuadratureElement.ufl
-Copyright: 2008, Kristian B. Oelgaard <k.b.oelgaard at tudelft.nl>@tudelft.nl)
-License: LGPL-2.1
+Copyright: 2006-2007, Anders Logg and Marie E. Rognes
+License: LGPL-3+
+ FIXME
 
 Files: demo/HyperElasticity.ufl
 Copyright: 2009, Harish Narayanan
-License: LGPL-2.1
+License: LGPL-3+
+ FIXME
+
+Files: demo/Elasticity.ufl
+Copyright: 2005, Johan Jansson
+License: LGPL-3+
+ FIXME
+
+Files: ffc/quadrature/quadraturegenerator.py
+Copyright: 2009-2010, Kristian B. Oelgaard
+ for c in list(cols)
+License: LGPL-3+
+ FIXME
+
+Files: ffc/quadrature/reduce_operations.py
+Copyright: 2008-2010, Kristian B. Oelgaard
+ in v:
+License: LGPL-3+
+ FIXME
 
 Files: demo/Biharmonic.ufl
-Copyright: 2009, Kristian B. Oelgaard <k.b.oelgaard at tudelft.nl>, Garth N. Wells <gnw20 at cam.ac.uk> and Anders Logg <logg at simula.no>
-License: LGPL-2.1
+Copyright: 2009, Kristian B. Oelgaard, Garth N. Wells and Anders Logg
+License: LGPL-3+
+ FIXME
+
+Files: demo/VectorLaplaceGradCurl.ufl
+Copyright: 2007, Marie Rognes
+License: LGPL-3+
+ FIXME
+
+Files: demo/Normals.ufl
+Copyright: 2009, Peter Brune
+License: LGPL-3+
+ FIXME
+
+Files: ffc/tensor/tensorgenerator.py
+Copyright: for c in (j_code, g_code, t_code)
+License: LGPL-3+
+ FIXME
+
+Files: ffc/evaluatedof.py
+Copyright: for c in components
+License: LGPL-3+
+ FIXME
+
+Files: test/unit/evaluate_basis/test_against_fiat.py
+Copyright: for c in p
+License: LGPL-3+
+ FIXME
+
+Files: ffc/quadrature/symbol.py
+Copyright: for c in self.cond
+License: LGPL-3+
+ FIXME
+
+Files: bench/results/WeightedPoisson.pdf
+Copyright: 
+License: UNKNOWN
+ FIXME
+
+Files: debian/copyright
+Copyright: 1994, Peter Williams
+ 2003, Bitstream, Inc.
+ 2003, Bitstream, Inc. Bitstream
+ 2004-2007, Anders Logg <logg at simula.no>
+ 2004-2008, Anders Logg <logg at simula.no>
+ 2004-2009, Anders Logg <logg at simula.no>
+ 2004-2010, Anders Logg <logg at simula.no>
+ 2005, Johan Jansson <johanjan at math.chalmers.se>
+ 2005-2007, Anders Logg <logg at simula.no>
+ 2005-2008, Jonas Smedegaard <dr at jones.dk>
+ 2005-2010, Anders Logg <logg at simula.no>
+ 2006-2007, Anders Logg <logg at simula.no>
+ 2006-2007, Kristian B. Oelgaard <k.b.oelgaard at tudelft.nl>
+ 2006-2009, Anders Logg <logg at simula.no>
+ 2007, Anders Logg <logg at simula.no>
+ 2007, Marie Rognes <meg at math.uio.no>
+ 2007-2008, Adam D. Barratt
+ 2007-2009, Anders Logg <logg at simula.no>
+ 2007-2010, Anders Logg <logg at simula.no>
+ 2007-2010, Kristian B. Oelgaard <k.b.oelgaard at tudelft.nl>
+ 2008, Anders Logg <logg at simula.no>
+ 2008, Kristian B. Oelgaard <k.b.oelgaard at tudelft.nl>
+ 2008-2009, Anders Logg <logg at simula.no>
+ 2008-2010, Johannes Ring <johannr at simula.no>
+ 2008-2010, Kristian B. Oelgaard <k.b.oelgaard at tudelft.nl>
+ 2009, Anders Logg <logg at simula.no>
+ 2009, Harish Narayanan <harish at simula.no>
+ 2009, Kristian B. Oelgaard <k.b.oelgaard at tudelft.nl>
+ 2009, Marie E. Rognes <meg at simula.no>
+ 2009, Peter Brune <brune at uchicago.edu>
+ 2009-2010, Anders Logg <logg at simula.no>
+ 2009-2010, Kristian B. Oelgaard <k.b.oelgaard at tudelft.nl>
+ 2010, Anders Logg <logg at simula.no>
+ 2010, Garth N. Wells <gnw20 at cam.ac.uk>
+ 2010, Kristian B. Oelgaard <k.b.oelgaard at tudelft.nl>
+ 2010, Marie E. Rognes <meg at simula.no>
+ FAQ
+ law. Happy Font Hacking!
+License: UNKNOWN
+ FIXME
+
+Files: debian/changelog
+Copyright: Add new files and update Maintainer and Source
+License: UNKNOWN
+ FIXME
+
+Files: COPYING.LESSER
+Copyright: 2007, Free Software Foundation, Inc. <http://fsf.org/>
+ notices during
+License: UNKNOWN
+ FIXME
 
 Files: debian/cdbs/1/rules/copyright-check.mk.diff
 Copyright: -i '$(DEB__CHECK_IGNORE_REGEX)' * \
-	notices...'
-License: UNKNOWN
-
-Files: COPYING
-Copyright: on the software, and (2) offer you this License
-	2007, Free Software Foundation, Inc. <http://fsf.org/>
-License: UNKNOWN
-
+ notices...'
+License: UNKNOWN
+ FIXME
+
+Files: debian/licensecheck
+Copyright: ", values %s);
+ 2007-2008, Adam D. Barratt
+ <dfaure at kde.org>
+ = $match;
+ = join("
+ Adam D. Barratt <adam at adam-barratt.org.uk>
+ Also display the file's 
+ SIGN
+ sign encoded in iso8859
+ text found within the file
+License: zlib/libpng Public domain
+ FIXME
+

Modified: packages/fenics/ffc/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/ffc/trunk/debian/rules?rev=38510&op=diff
==============================================================================
--- packages/fenics/ffc/trunk/debian/rules (original)
+++ packages/fenics/ffc/trunk/debian/rules Wed May 18 11:24:39 2011
@@ -5,9 +5,9 @@
   DEB_COPYRIGHT_CHECK_STRICT = yes
 endif
 
-include debian/cdbs/1/rules/copyright-check.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/utils.mk
 
 DEB_COMPRESS_EXCLUDE := .py .pdf .ufl
 




More information about the debian-science-commits mailing list