~ubuntu-branches/ubuntu/utopic/atlas-cpp/utopic

« back to all changes in this revision

Viewing changes to Atlas/Filter.h

  • Committer: Package Import Robot
  • Author(s): Stephen M. Webb
  • Date: 2012-03-03 10:39:45 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120303103945-3i40c27uefb26epw
Tags: 0.6.2-1
* new upstream release
* new maintainer (Debian games team) (closes: #653950)
* converted to 3.0 (quilt) source format
* updated Standards-Version to 3.9.3
* debian/control: added Vcs- fields
* regenerate the autotools at build time to fix rpath problems
* debian/libatlas-cpp-0.6-1.symbols: added
* added .doc-base files for the -doc package
* removed unneeded patches
* added a manpage for the atlas_convert tool
* added lintian override for multiple DSOs in package
* added zlib and libbz build dependencies
* debian/rules: convert to use dh build sequencer
* use xz compression for packaging
* moved to debhelper compat level 9, including multi-arch
* debian/copyright: convert to DEP-5 format

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
// the GNU Lesser General Public License (See COPYING for details).
3
3
// Copyright (C) 2000-2001 Michael Day, Stefanus Du Toit
4
4
 
 
5
// $Id$
 
6
 
5
7
#ifndef ATLAS_FILTER_H
6
8
#define ATLAS_FILTER_H
7
9