1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Source: qdjango
Section: libs
Priority: optional
Maintainer: Jeremy Lainé <jeremy.laine@m4x.org>
Build-Depends: debhelper (>= 9), qtbase5-dev, libqt5sql5-sqlite
Build-Depends-Indep: doxygen
Standards-Version: 3.9.6
Homepage: https://github.com/jlaine/qdjango
Vcs-Git: git://anonscm.debian.org/collab-maint/qdjango.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/qdjango.git
Package: libqdjango-db0
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Description: Database library for the QDjango framework
QDjango is a cross-platform C++ web development framework built upon Qt.
Where possible it tries to follow django's API, hence its name.
.
This package contains the database object relational model library.
Package: libqdjango-http0
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Description: HTTP library for the QDjango framework
QDjango is a cross-platform C++ web development framework built upon Qt.
Where possible it tries to follow django's API, hence its name.
.
This package contains the HTTP library.
Package: libqdjango-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${misc:Depends}, libqdjango-db0 (= ${binary:Version}), libqdjango-http0 (= ${binary:Version})
Multi-Arch: same
Description: Debugging symbols for the QDjango framework
QDjango is a cross-platform C++ web development framework built upon Qt.
Where possible it tries to follow django's API, hence its name.
.
This package contains the debugging symbols.
Package: libqdjango-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libqdjango-db0 (= ${binary:Version}), libqdjango-http0 (= ${binary:Version}), qtbase5-dev
Suggests: libqdjango-doc
Multi-Arch: same
Description: Development files for the QDjango framework
QDjango is a cross-platform C++ web development framework built upon Qt.
Where possible it tries to follow django's API, hence its name.
.
This package contains the development headers and libraries.
Package: libqdjango-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, libjs-jquery, lynx | www-browser
Suggests: libqdjango-dev
Description: Documentation for the QDjango framework
QDjango is a cross-platform C++ web development framework built upon Qt.
Where possible it tries to follow django's API, hence its name.
.
This package contains the HTML documentation.
|