~ubuntu-branches/debian/sid/octave3.0/sid

« back to all changes in this revision

Viewing changes to debian/in/copyright

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Weber
  • Date: 2009-10-12 20:15:16 UTC
  • Revision ID: james.westby@ubuntu.com-20091012201516-qynfccv1e6xiw2zf
Tags: 1:3.0.5-7
 
* Merge changes from the 3.2 branch into the 3.0 upload:
  - Drop the arm-specific build-dependencies on gcc and g++ 4.1 
    (closes: #533803)
  - Pass explicit FLIBS to ./configure, to avoid a library path with an
    explicit compiler path in mkoctfile. This allows us to depend on gcc and
    friends without a version (closes: #543291). Consequently, drop
    the explicit dependencies from debian/in/control and debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
This is the Debian GNU/Linux prepackaged version of the GNU Octave
3
 
interactive numerical programming language.  GNU Octave was written by
4
 
John W. Eaton <jwe@bevo.che.wisc.edu>.
5
 
 
6
 
This package was first initially maintained by Andrew D. Fernandes
7
 
<adfernan@cnd.mcgill.ca> who passed it to Dale Scheetz <dwarf@polaris.net>
8
 
and then to Dirk Eddelbuettel <edd@debian.org>.  It is currently maintained
9
 
by the Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>.
10
 
 
11
 
The original sources can be obtained at
12
 
        ftp://ftp.octave.org
13
 
        http://www.octave.org
14
 
 
15
 
See /usr/share/doc/octave/changelog.Debian.gz for details on the
16
 
applied changes.
17
 
 
18
 
GNU Octave is Copyright (C) 1992 - 2008 John W. Eaton and others
19
 
 
20
 
    Octave is free software; you can redistribute it and/or modify it under
21
 
    the terms of the GNU General Public License as published by the Free
22
 
    Software Foundation; either version 3, or (at your option) any later
23
 
    version.
24
 
 
25
 
    Octave is distributed in the hope that it will be useful, but WITHOUT
26
 
    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
27
 
    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
28
 
    for more details.
29
 
 
30
 
    You should have received a copy of the GNU General Public License along
31
 
    with Octave; see the file COPYING.  If not, write to the Free Software
32
 
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
33
 
    02110-1301, USA.
34
 
 
35
 
On Debian GNU/Linux systems, the complete text of the GNU General
36
 
Public License can be found in `/usr/share/common-licenses/GPL-3'.