~ubuntu-branches/ubuntu/karmic/gtkgl2/karmic

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar (Debian packages)
  • Date: 2007-12-17 17:52:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071217175221-ps623f1vd38elehr
Tags: 2.0.0-1
* New maintainer (with permission from the QA team: more than 4 years
  since the last maintainer upload; also, I now maintain this upstream).
* Pulled new upstream version from SVN. This snapshot has new config.guess
  and config.sub files (Closes: #414608).
* Acknowledge previous NMUs (Closes: #376447, #318631, #181876).

* debian/control:
  + Set policy to 3.7.3.
  + Drop the autoconf/automake/libtool build-dependencies (Closes: #376447).
  + Add Vcs control fields.
  + Set the library package section to "libs" and the -dev package section
    to "libdevel" (Closes: #156412, #372598).
  + Improved package description (Closes: #209747).
  + Build-depend on libx11-dev because the code uses XFree().

* debian/copyright:
  + Added missing copyright holders.
  + Convert this file to UTF-8.

* debian/rules:
  + Explicitly link the library with -lX11.

* debian/README.Debian:
  + Removed mention of GTK+1.2 (Closes: #343501).
  + Updated example to use pkg-config instead of gtk-config and -lGL instead
    of -lMesaGL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
   http://www.ece.ucdavis.edu/~kenelson/gtk-glarea/
6
6
Version 1:0.6 was downloaded from
7
7
   http://www.student.oulu.fi/~jlof/gtkglarea/download/
8
 
 
9
 
Copyright:
10
 
 
11
 
GtkGLArea
12
 
---------
13
 
 
14
 
 
15
 
AUTHORS
16
 
-------
17
 
 
18
 
 Janne L�f <jlof@mail.student.oulu.fi>
19
 
 Karl Nelson <kenelson@ece.ucdavis.edu> (autoconf)
20
 
 
21
 
 - Lightwave objects
22
 
 Jussi L�f <ulinator@sgic.fi>
23
 
 
24
 
 
25
 
LICENSE
26
 
-------
27
 
 
28
 
    This library is free software; you can redistribute it and/or
29
 
    modify it under the terms of the GNU Library General Public
30
 
    License as published by the Free Software Foundation; either
31
 
    version 2 of the License, or (at your option) any later version.
32
 
 
33
 
    This library is distributed in the hope that it will be useful,
34
 
    but WITHOUT ANY WARRANTY; without even the implied warranty of
35
 
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
36
 
    Library General Public License for more details.
37
 
 
38
 
    You should have received a copy of the GNU Library General Public
39
 
    License along with this library; if not, write to the Free Software
40
 
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
8
Version 2.0.0 was downloaded from
 
9
   svn://svn.gnome.org/svn/gtkglarea/trunk
 
10
 
 
11
Copyright (c) 2006 C.J. Adams-Collier <cjcollier@colliertech.org>
 
12
          (c) 2002 Xavier Ordoquy <xordoquy@wanadoo.fr> (retired)
 
13
          (c) 1997-2001 Janne Löf <jlof@mail.student.oulu.fi> (retired)
 
14
          (c) 1999 Karl Nelson <kenelson@ece.ucdavis.edu> (autoconf)
 
15
          (c) Jussi Löf <ulinator@sgic.fi> (Lightwave objects)
 
16
 
 
17
License:
 
18
 
 
19
   This library is free software; you can redistribute it and/or
 
20
   modify it under the terms of the GNU Library General Public
 
21
   License as published by the Free Software Foundation; either
 
22
   version 2 of the License, or (at your option) any later version.
 
23
 
 
24
   This library is distributed in the hope that it will be useful,
 
25
   but WITHOUT ANY WARRANTY; without even the implied warranty of
 
26
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
27
   Library General Public License for more details.
 
28
 
 
29
   You should have received a copy of the GNU Library General Public
 
30
   License along with this library; if not, write to the Free Software
 
31
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
41
32