~ubuntu-branches/ubuntu/quantal/sdlgfx/quantal

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar (Debian packages)
  • Date: 2004-01-31 04:12:47 UTC
  • Revision ID: james.westby@ubuntu.com-20040131041247-5086l7oxof4rqxbm
Tags: 2.0.9-3
* Makefile.am:
  + Moved headers to /usr/include/SDL (was /usr/include) (Closes: #222395).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: sdlgfx
 
2
Section: libs
 
3
Priority: optional
 
4
Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org>
 
5
Build-Depends: debhelper (>= 4.0), libsdl1.2-dev (>= 1.2.5-8)
 
6
Standards-Version: 3.6.1.0
 
7
 
 
8
Package: libsdl-gfx1.2
 
9
Section: libs
 
10
Architecture: any
 
11
Depends: ${shlibs:Depends}
 
12
Description: drawing and graphical effects extension for SDL
 
13
 The SDL_gfx library is an extension to the SDL library which provides
 
14
 basic antialiased drawing routines such as lines, circles or polygons,
 
15
 an interpolating rotozoomer for SDL surfaces, framerate control and MMX
 
16
 image filters.
 
17
 .
 
18
 This package contains the SDL_gfx runtime library.
 
19
 
 
20
Package: libsdl-gfx1.2-dev
 
21
Section: libdevel
 
22
Architecture: any
 
23
Depends: libsdl-gfx1.2 (= ${Source-Version}), libsdl1.2-dev (>=1.2.5-3)
 
24
Description: development files for SDL_gfx
 
25
 This package contains the header files and static library needed to
 
26
 compile applications that use SDL_gfx.