~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): Joey Hess
  • Date: 2008-01-23 16:51:07 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080123165107-5q19etahzd72c33a
Tags: 0.8.12-3
* Add libzlui-maemo which allows using fbreader on the maemo platform, on
  Debian. Thanks, Riku Voipio. Closes: #462299
* makefiles/arch/maemo.mk: Don't build with -thumb. (Riku)
* Loosen dependency versions some more, so it only depends on the current
  upstream version or higher, ignoring the Debian revision.
* Use binary:Version instead of deprecated Source-Version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: text
3
3
Priority: optional
4
4
Maintainer: Joey Hess <joeyh@debian.org>
5
 
Standards-Version: 3.7.2
6
 
Build-Depends: debhelper (>= 5.0.22), libgtk2.0-dev, libqt3-mt-dev, libqt4-dev, libexpat1-dev, libbz2-dev, libz-dev
 
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
7
7
Homepage: http://www.fbreader.org/
8
8
Vcs-Git: git://git.kitenet.net/joey/packages/fbreader
9
9
 
42
42
Section: libs
43
43
Priority: optional
44
44
Architecture: any
45
 
Depends: ${shlibs:Depends}
 
45
Depends: ${shlibs:Depends}, libzlcore (= ${binary:Version})
46
46
Description: zlibrary text model/viewer
47
47
 This package provides text model/viewer part of zlibrary.
48
48
 
50
50
Section: libs
51
51
Priority: optional
52
52
Architecture: any
53
 
Depends: ${shlibs:Depends}
 
53
Depends: ${shlibs:Depends}, libzlcore (= ${binary:Version})
54
54
Provides: libzlui
55
55
Description: Gtk interface module for zlibrary
56
56
 This package provides a gtk+-based UI for zlibrary.
59
59
Section: libs
60
60
Priority: optional
61
61
Architecture: any
62
 
Depends: ${shlibs:Depends}
 
62
Depends: ${shlibs:Depends}, libzlcore (= ${binary:Version})
63
63
Provides: libzlui
64
64
Description: Qt3 interface module for zlibrary
65
65
 This package provides a qt3-based UI for zlibrary.
73
73
Description: Qt4 interface module for zlibrary
74
74
 This package provides a qt4-based UI for zlibrary.
75
75
 
 
76
Package: libzlui-maemo
 
77
Section: libs
 
78
Priority: optional
 
79
Architecture: any
 
80
Depends: ${shlibs:Depends}, libzlcore (= ${binary:Version})
 
81
Provides: libzlui
 
82
Description: Maemo interface module for zlibrary
 
83
 This package provides a maemo-based UI for zlibrary.
 
84
 
76
85
Package: libzlcore-dev
77
86
Section: libdevel
78
87
Priority: optional
79
88
Architecture: any
80
 
Depends: libzlcore, ${shlibs:Depends}
 
89
Depends: libzlcore, ${shlibs:Depends}, libzlcore (= ${binary:Version})
81
90
Description: zlibrary core - development files
82
91
 This package contains development files for the zlibrary core.
83
92
 
85
94
Section: libdevel
86
95
Priority: optional
87
96
Architecture: any
88
 
Depends: libzltext, ${shlibs:Depends}
 
97
Depends: libzltext, ${shlibs:Depends}, libzlcore (= ${binary:Version})
89
98
Description: zlibrary text model/viewer - development files
90
99
 This package contains development files for the zlibrary text model/viewer
91
100
 library.