~ubuntu-branches/ubuntu/karmic/swftools/karmic

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2008-12-23 13:58:42 UTC
  • mfrom: (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20081223135842-554gaw3jaq1mrqpt
Tags: 0.8.1-2.1
* Non-maintainer upload.
* Add versioned Replaces and Conflicts on libming-util. (Closes: #480378).
* Remove optional build-depends on libart-dev.
* Fix libgif4-dev dependency. (Should be libgif-dev).
* Fix up python package building. (Closes: #509629).
  + Thanks a million to Thomas Viehmann.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: swftools
2
2
Section: utils
3
3
Priority: extra
4
 
Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
5
 
XSBC-Original-Maintainer: Simo Kauppi <swk@nic.fi>
6
 
Build-Depends: debhelper (>= 5.0.0), autotools-dev, dpatch (>= 2.0.21 ), libfontconfig1-dev (>= 2.4.2-1), libfreetype6-dev (>= 2.2.1-5), libjpeg62-dev (>= 6b-13), libt1-dev (>= 5.1.0-2), libgif-dev, zlib1g-dev (>= 1:1.2.3-13), libart-2.0-dev (>= 2.3.17-1) | libart-dev (>= 1.4.2-34), python2.4-dev (>= 2.4.4-2), python-imaging (>= 1.1.5-11)
7
 
Standards-Version: 3.7.2
 
4
Maintainer: Simo Kauppi <swk@nic.fi>
 
5
Build-Depends: debhelper (>= 5.0.0), autotools-dev, dpatch (>= 2.0.21), libfontconfig1-dev (>= 2.4.2), libfreetype6-dev (>= 2.2.1), libjpeg62-dev (>= 6b-13), libt1-dev (>= 5.1.0), libgif-dev (>= 4.1.4), zlib1g-dev (>= 1:1.2.3), libart-2.0-dev (>= 2.3.17), python-all-dev (>= 2.3.5), python-imaging (>= 1.1.5), python-support (>= 0.5.3)
 
6
Standards-Version: 3.8.0
 
7
Homepage: http://www.swftools.org/
8
8
 
9
9
Package: swftools
10
10
Section: utils
11
11
Architecture: any
 
12
Replaces: libming-util (<= 1:0.3.0-11.1)
 
13
Conflicts: libming-util (<= 1:0.3.0-11.1)
12
14
Depends: ${shlibs:Depends}, ${misc:Depends}, gsfonts
13
15
Suggests: gs-common
14
16
Description: Collection of utilities for SWF file manipulation/creation
34
36
  * swfstrings scans SWFs for text data.
35
37
  * swfbbox allows to readjust SWF bounding boxes.
36
38
  * swfc is a tool for creating SWF files from simple script files.
37
 
 .
38
 
  Homepage: http://www.swftools.org/
39
 
 
40
 
Package: python2.4-rfxswf
41
 
Section: python
42
 
Architecture: any
43
 
Depends: libc6 (>= 2.3.6.ds1-8), libfontconfig1 (>= 2.4.2-1), libfreetype6 (>= 2.2.1-5), libjpeg62, libt1-5 (>= 5.1.0-2), libgif4, zlib1g (>= 1:1.2.3-13), libexpat1 (>= 1.95.8-3.3), python2.4 (>= 2.4.4-2), python-imaging (>= 1.1.5-11)
44
 
Description: Python wrapper for the rfxswf library
45
 
 RFXSWF library is a fully featured library which can be used for standalone
46
 
 SWF generation. It includes support for Bitmaps, Buttons, Shapes, Text, Fonts,
47
 
 Sound etc. It also has support for ActionScript using the Ming ActionCompiler.
48
 
 .
49
 
 This is the wrapper for using the rfxswf library from the Python scripting
50
 
 language. The rfxswf library is in the librfxswf-dev package.
51
 
 .
52
 
  Homepage: http://www.swftools.org/
53
39
 
54
40
Package: python-rfxswf
55
41
Section: python
56
42
Architecture: any
57
 
Depends: python2.4-rfxswf
 
43
Provides: ${python:Provides}
 
44
Replaces: python2.4-rfxswf (<< 0.8.1-2)
 
45
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-imaging (>= 1.1.5-11)
58
46
Description: Python wrapper for the rfxswf library
59
47
 RFXSWF library is a fully featured library which can be used for standalone
60
48
 SWF generation. It includes support for Bitmaps, Buttons, Shapes, Text, Fonts,
62
50
 .
63
51
 This is the wrapper for using the rfxswf library from the Python scripting
64
52
 language. The rfxswf library is in the librfxswf-dev package.
65
 
 .
66
 
  Homepage: http://www.swftools.org/
67
53
 
68
54
Package: librfxswf-dev
69
55
Section: libdevel
70
56
Architecture: any
71
 
Depends: libfontconfig1-dev (>= 2.4.2-1 ), libfreetype6-dev (>= 2.2.1-5 ), libjpeg62-dev (>= 6b-13 ), libgif-dev, libt1-dev (>= 5.1.0-2 ), zlib1g-dev (>= 1:1.2.3-13)
 
57
Depends: libfontconfig1-dev (>= 2.4.2), libfreetype6-dev (>= 2.2.1), libjpeg62-dev (>= 6b-13), libgif-dev (>= 4.1.4), libt1-dev (>= 5.1.0), zlib1g-dev (>= 1:1.2.3)
72
58
Description: RFXSWF library for SWF (Flash) generation
73
59
 RFXSWF library is a fully featured library which can be used for standalone
74
60
 SWF generation. It includes support for Bitmaps, Buttons, Shapes, Text, Fonts,
78
64
 .
79
65
 There is also a wrapper for using the rfxswf library from the Python scripting
80
66
 language. The wrapper is in the python2.x-rfxswf package.
81
 
 .
82
 
  Homepage: http://www.swftools.org/