File: control

package info (click to toggle)
libqtpas 4.0~rc3%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,940 kB
  • sloc: cpp: 57,610; pascal: 13,727; sh: 43; makefile: 14
file content (46 lines) | stat: -rw-r--r-- 1,523 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
43
44
45
46
Source: libqtpas
Section: libs
Priority: optional
Maintainer: Pascal Packaging Team <pkg-pascal-devel@lists.alioth.debian.org>
Uploaders: Abou Al Montacir <abou.almontacir@sfr.fr>,
           Matthias Klumpp <mak@debian.org>,
           Peter Blackman <peter@pblackman.plus.com>
Vcs-Git: https://salsa.debian.org/debian/libqtpas.git
Vcs-Browser: https://salsa.debian.org/debian/libqtpas
Build-Depends: debhelper-compat (= 13),
               fp-units-rtl,
               libqt5x11extras5-dev,
               qt5-qmake,
               qtbase5-dev,
               qtchooser,
Homepage: https://www.lazarus-ide.org/index.php
Standards-Version: 4.7.2
Rules-Requires-Root: no

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

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