~ubuntu-branches/ubuntu/utopic/atlas-cpp/utopic

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Stephen M. Webb
  • Date: 2012-03-03 10:39:45 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120303103945-3i40c27uefb26epw
Tags: 0.6.2-1
* new upstream release
* new maintainer (Debian games team) (closes: #653950)
* converted to 3.0 (quilt) source format
* updated Standards-Version to 3.9.3
* debian/control: added Vcs- fields
* regenerate the autotools at build time to fix rpath problems
* debian/libatlas-cpp-0.6-1.symbols: added
* added .doc-base files for the -doc package
* removed unneeded patches
* added a manpage for the atlas_convert tool
* added lintian override for multiple DSOs in package
* added zlib and libbz build dependencies
* debian/rules: convert to use dh build sequencer
* use xz compression for packaging
* moved to debhelper compat level 9, including multi-arch
* debian/copyright: convert to DEP-5 format

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: atlas-cpp
2
 
Maintainer: Michael Koch <konqueror@gmx.de>
 
2
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
 
3
Uploaders: Stephen M. Webb <stephen.webb@bregmasoft.ca>
3
4
Section: libs
4
5
Priority: optional
5
 
Build-Depends: debhelper (>= 5), cdbs, doxygen
6
 
Standards-Version: 3.8.3
 
6
Build-Depends: debhelper (>= 9),
 
7
               dh-autoreconf,
 
8
               doxygen,
 
9
               libbz2-dev,
 
10
               zlib1g-dev
 
11
Standards-Version: 3.9.3
7
12
Homepage: http://www.worldforge.org/
 
13
Vcs-Git: git://git.debian.org/git/pkg-games/atlas-cpp.git
 
14
Vcs-Browser: http://git.debian.org/?p=pkg-games/atlas-cpp.git
8
15
 
9
16
Package: libatlas-cpp-0.6-1
10
17
Architecture: any
11
 
Section: libs
12
 
Depends: ${shlibs:Depends}, ${misc:Depends}
13
 
Description: The protocol library of the World Forge project - runtime libs
 
18
Multi-Arch: same
 
19
Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
 
20
Depends: ${misc:Depends}, ${shlibs:Depends}
 
21
Description: World Forge wire protocol library - runtime libs
14
22
 This library implements the Atlas protocol, for use in client-server
15
23
 game applications.  It can be used in either clients or servers.
16
24
 .
18
26
 
19
27
Package: libatlas-cpp-0.6-1-dbg
20
28
Architecture: any
 
29
Multi-Arch: same
21
30
Section: debug
22
31
Priority: extra
 
32
Pre-Depends: dpkg (>= 1.15.6~)
23
33
Depends: libatlas-cpp-0.6-1 (= ${binary:Version}), ${misc:Depends}
24
 
Description: The protocol library of the World Forge project - debugging libs
 
34
Description: World Forge wire protocol library - debugging libs
25
35
 This library implements the Atlas protocol, for use in client-server
26
36
 game applications.  It can be used in either clients or servers.
27
37
 .
29
39
 
30
40
Package: libatlas-cpp-doc
31
41
Architecture: all
 
42
Multi-Arch: foreign
32
43
Section: doc
 
44
Pre-Depends: dpkg (>= 1.15.6~)
33
45
Depends: ${misc:Depends}
34
46
Suggests: libatlas-cpp-0.6-dev (>= ${source:Version})
35
 
Description: The protocol library of the World Forge project - documentation
 
47
Description: World Forge wire protocol library - documentation
36
48
 This library implements the Atlas protocol, for use in client-server
37
49
 game applications.  It can be used in either clients or servers.
38
50
 .
41
53
Package: libatlas-cpp-0.6-dev
42
54
Architecture: any
43
55
Section: libdevel
44
 
Depends: libatlas-cpp-0.6-1 (= ${binary:Version}), ${misc:Depends}, pkg-config
45
 
Suggests: libatlas-cpp-0.6-1-dbg (= ${binary:Version}), libatlas-cpp-doc (>= ${source:Version})
 
56
Pre-Depends: dpkg (>= 1.15.6~)
 
57
Depends: libatlas-cpp-0.6-1 (= ${binary:Version}),
 
58
         pkg-config,
 
59
         ${misc:Depends},
 
60
         ${shlibs:Depends}
 
61
Suggests: libatlas-cpp-0.6-1-dbg (= ${binary:Version}),
 
62
          libatlas-cpp-doc (>= ${source:Version})
46
63
Conflicts: libatlas-cpp-0.6-0-dev
47
64
Replaces: libatlas-cpp-0.6-0-dev
48
 
Description: The protocol library of the World Forge project - header files
 
65
Description: World Forge wire protocol library - developer files
49
66
 This library implements the Atlas protocol, for use in client-server
50
67
 game applications.  It can be used in either clients or servers.
51
68
 .
52
 
 This contains the developmentfiles needed to compile and link programs
 
69
 This contains the development files needed to compile and link programs
53
70
 with the Atlas-C++ toolkit.