~chaffra/+junk/trilinos

« back to all changes in this revision

Viewing changes to packages/aztecoo/src/az_colperm.c

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme, Christophe Prud'homme, Johannes Ring
  • Date: 2009-12-13 12:53:22 UTC
  • mfrom: (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091213125322-in0nrdjc55deqsw9
Tags: 10.0.3.dfsg-1
[Christophe Prud'homme]
* New upstream release

[Johannes Ring]
* debian/patches/libname.patch: Add prefix 'libtrilinos_' to all
  libraries. 
* debian/patches/soname.patch: Add soversion to libraries.
* debian/watch: Update download URL.
* debian/control:
  - Remove python-numeric from Build-Depends (virtual package).
  - Remove automake and autotools from Build-Depends and add cmake to
    reflect switch to CMake.
  - Add python-support to Build-Depends.
* debian/rules: 
  - Cleanup and updates for switch to CMake.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 * | CVS File Information |
33
33
 * ------------------------
34
34
 *
35
 
 * $RCSfile: az_colperm.c,v $
36
 
 *
37
 
 * $Author: msala $
38
 
 *
39
 
 * $Date: 2005/06/14 20:03:13 $
40
 
 *
41
 
 * $Revision: 1.5 $
42
 
 *
43
 
 * $Name: trilinos-release-9-0-branch $
 
35
 * $RCSfile$
 
36
 *
 
37
 * $Author$
 
38
 *
 
39
 * $Date$
 
40
 *
 
41
 * $Revision$
 
42
 *
 
43
 * $Name$
44
44
 *====================================================================*/
45
45
 
46
46
#include <stdlib.h>