File: control

package info (click to toggle)
libqt4pas 2.5-12
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,572 kB
  • ctags: 18,614
  • sloc: cpp: 50,187; pascal: 12,592; makefile: 15; sh: 13
file content (42 lines) | stat: -rw-r--r-- 1,348 bytes parent folder | download
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
Source: libqt4pas
Section: libs
Priority: optional
Maintainer: Matthias Klumpp <mak@debian.org>
Vcs-Git: git://anonscm.debian.org/collab-maint/libqt4pas.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libqt4pas.git
Build-Depends: debhelper (>= 9),
               fpc,
               libqt4-dev,
               libqtwebkit-dev,
               pkg-kde-tools,
               qt4-qmake
Homepage: http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html
Standards-Version: 3.9.5

Package: libqt4pas5
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Qt4 interface bindings for Pascal
 Provides interface for Pascal applications
 to the Qt4 C++ libraries.
 This binding does not cover the whole Qt4 framework, it
 just contains all classes needed to use Qt as a widgetset.

Package: libqt4pas-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libqt4pas5 (= ${binary:Version}),
         ${misc:Depends}
Suggests: fpc
Description: Development files for Qt4Pas
 Provides interface for Pascal applications
 to the Qt4 C++ libraries.
 This binding does not cover the whole Qt4 framework, it
 just contains all classes needed to use Qt as a widgetset.
 .
 This package contains files needed to develop
 Qt4 based applications with Pascal.