~ubuntu-branches/ubuntu/breezy/glui/breezy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Roger Leigh
  • Date: 2005-05-23 21:01:46 UTC
  • Revision ID: james.westby@ubuntu.com-20050523210146-dgrydqu812udgaix
Tags: 2.2-2.1
* Non-maintainer upload.
* Apply patch from Torsten Werner to correct package names in
  debian/control.in (closes: bug#310077).
* Merge changes incorrectly made to debian/control back into
  debian/control.in to prevent them being lost.
* Regenerate debian/control from debian/control.in.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
Architecture: any
10
10
Depends: libglui2c102 (= ${Source-Version}), libstdc++-dev, glutg3-dev
11
11
Description: A GLUT-based C++ user interface library
12
 
 GLUI provides controls such as buttons, check boxes, radio buttons, and
 
12
 GLUI provides controls such as buttons, checkboxes, radio buttons, and
13
13
 spinners to OpenGL applications.  It is window-system independent, relying
14
14
 on GLUT to handle all system-dependent issues, such as window and mouse
15
15
 management. Features of the GLUI User Interface Library include:
19
19
  - Support for multiple user interface windows
20
20
  - Standard user interface controls such as:
21
21
       - Buttons
22
 
       - Check boxes for boolean variables
 
22
       - Checkboxes for boolean variables
23
23
       - Radio Buttons for mutually-exclusive options
24
24
       - Editable text boxes for inputting text, integers, and floating-point
25
25
         values
39
39
  - User can cycle through controls using Tab key
40
40
 
41
41
Package: libglui2c102
 
42
Architecture: any
 
43
Depends: ${shlibs:Depends}
42
44
Conflicts: libglui2
43
 
Architecture: any
44
 
Depends: ${shlibs:Depends}
45
45
Description: GLUI, a C++ GLUT based GUI library - runtime support
46
46
 For a complete description of GLUI please see the libglui-dev package