~ubuntu-branches/ubuntu/vivid/fbreader/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Eugene V. Lyubimkin
  • Date: 2008-06-17 23:01:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080617230153-a16c45tq69j8geru
Tags: 0.8.17-11
* debian/control:
  - Enhanced all ZLibrary descriptions, not the main one.
  - Done some renaming to use canonical names of libraries and toolkits in
    decriptions, as suggested by developers-reference:
    'qt' -> 'Qt', 'gtk' -> 'GTK+', 'zlibrary' -> 'ZLibrary'.
  - Bump 'Depends' on quilt to (>= 0.24).
* debian/rules:
  - Included quilt makefile instead of quilt makefile instead
    of copy&paste'ing it.
* debian/fbreader.links:
  - Added this file to relay on dh_link's work instead of using 'ln -sf'
    directly in the debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: fbreader
2
2
Section: text
3
3
Priority: optional
4
 
Maintainer: Joey Hess <joeyh@debian.org>
5
 
Standards-Version: 3.7.3
6
 
Build-Depends: debhelper (>= 5.0.22), libgtk2.0-dev, libqt3-mt-dev, libqt4-dev, libexpat1-dev, libbz2-dev, libz-dev, libhildon-1-dev, libosso-dev
 
4
Maintainer: Eugene V. Lyubimkin <jackyf.devel@gmail.com>
 
5
Standards-Version: 3.8.0
 
6
Build-Depends: debhelper (>= 7), libgtk2.0-dev, libqt3-mt-dev, libqt4-dev, libexpat1-dev, libbz2-dev, libz-dev, libhildon-1-dev, libosso-dev, liblinebreak-dev (>= 0.9.6-3), quilt (>= 0.40)
7
7
Homepage: http://www.fbreader.org/
8
 
Vcs-Git: git://git.kitenet.net/joey/packages/fbreader
9
8
 
10
9
Package: fbreader
11
10
Priority: optional
34
33
Architecture: any
35
34
Conflicts: fbreader-gtk, fbreader-qt, fbreader-qt4
36
35
Depends: ${shlibs:Depends}
37
 
Description: zlibrary core
38
 
 This is the core of zlibrary, the library that the fbreader e-book reader
 
36
Description: ZLibrary core
 
37
 This is the core of ZLibrary, the library that the fbreader e-book reader
39
38
 is based on.
 
39
 .
 
40
 ZLibrary is a cross-platform library to build applications running on desktop
 
41
 Linux, Windows, different Linux-based PDAs using this library.
40
42
 
41
43
Package: libzltext
42
44
Section: libs
43
45
Priority: optional
44
46
Architecture: any
45
47
Depends: ${shlibs:Depends}, libzlcore (= ${binary:Version})
46
 
Description: zlibrary text model/viewer
47
 
 This package provides text model/viewer part of zlibrary.
 
48
Description: ZLibrary text model/viewer
 
49
 This package provides text model/viewer part of ZLibrary.
 
50
 .
 
51
 ZLibrary is a cross-platform library to build applications running on desktop
 
52
 Linux, Windows, different Linux-based PDAs using this library.
48
53
 
49
54
Package: libzlui-gtk
50
55
Section: libs
52
57
Architecture: any
53
58
Depends: ${shlibs:Depends}, libzlcore (= ${binary:Version})
54
59
Provides: libzlui
55
 
Description: Gtk interface module for zlibrary
56
 
 This package provides a gtk+-based UI for zlibrary.
 
60
Description: GTK+ interface module for ZLibrary
 
61
 This package provides a GTK+-based UI for ZLibrary.
 
62
 .
 
63
 ZLibrary is a cross-platform library to build applications running on desktop
 
64
 Linux, Windows, different Linux-based PDAs using this library.
57
65
 
58
66
Package: libzlui-qt
59
67
Section: libs
61
69
Architecture: any
62
70
Depends: ${shlibs:Depends}, libzlcore (= ${binary:Version})
63
71
Provides: libzlui
64
 
Description: Qt3 interface module for zlibrary
65
 
 This package provides a qt3-based UI for zlibrary.
 
72
Description: Qt3 interface module for ZLibrary
 
73
 This package provides a Qt3-based UI for ZLibrary.
 
74
 .
 
75
 ZLibrary is a cross-platform library to build applications running on desktop
 
76
 Linux, Windows, different Linux-based PDAs using this library.
66
77
 
67
78
Package: libzlui-qt4
68
79
Section: libs
70
81
Architecture: any
71
82
Depends: ${shlibs:Depends}
72
83
Provides: libzlui
73
 
Description: Qt4 interface module for zlibrary
74
 
 This package provides a qt4-based UI for zlibrary.
 
84
Description: Qt4 interface module for ZLibrary
 
85
 This package provides a Qt4-based UI for ZLibrary.
 
86
 .
 
87
 ZLibrary is a cross-platform library to build applications running on desktop
 
88
 Linux, Windows, different Linux-based PDAs using this library.
75
89
 
76
90
Package: libzlui-maemo
77
91
Section: libs
79
93
Architecture: any
80
94
Depends: ${shlibs:Depends}, libzlcore (= ${binary:Version})
81
95
Provides: libzlui
82
 
Description: Maemo interface module for zlibrary
83
 
 This package provides a maemo-based UI for zlibrary.
 
96
Description: Maemo interface module for ZLibrary
 
97
 This package provides a maemo-based UI for ZLibrary.
 
98
 .
 
99
 ZLibrary is a cross-platform library to build applications running on desktop
 
100
 Linux, Windows, different Linux-based PDAs using this library.
84
101
 
85
102
Package: libzlcore-dev
86
103
Section: libdevel
87
104
Priority: optional
88
105
Architecture: any
89
106
Depends: libzlcore, ${shlibs:Depends}, libzlcore (= ${binary:Version})
90
 
Description: zlibrary core - development files
91
 
 This package contains development files for the zlibrary core.
 
107
Description: ZLibrary core - development files
 
108
 This package contains development files for the ZLibrary core.
 
109
 .
 
110
 ZLibrary is a cross-platform library to build applications running on desktop
 
111
 Linux, Windows, different Linux-based PDAs using this library.
92
112
 
93
113
Package: libzltext-dev
94
114
Section: libdevel
95
115
Priority: optional
96
116
Architecture: any
97
117
Depends: libzltext, ${shlibs:Depends}, libzlcore (= ${binary:Version})
98
 
Description: zlibrary text model/viewer - development files
99
 
 This package contains development files for the zlibrary text model/viewer
 
118
Description: ZLibrary text model/viewer - development files
 
119
 This package contains development files for the ZLibrary text model/viewer
100
120
 library.
 
121
 .
 
122
 ZLibrary is a cross-platform library to build applications running on desktop
 
123
 Linux, Windows, different Linux-based PDAs using this library.