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 69 70 71 72 73 74 75
|
Source: libfilezilla
Priority: optional
Maintainer: Andreas Rönnquist <gusnan@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
libcppunit-dev,
libcrypt-dev,
libgnutls28-dev (>= 3.8.4),
libzstd-dev,
nettle-dev,
pkgconf,
zlib1g-dev
Standards-Version: 4.7.2
Rules-Requires-Root: no
Section: libs
Homepage: https://lib.filezilla-project.org/
Vcs-Git: https://salsa.debian.org/debian/libfilezilla.git
Vcs-Browser: https://salsa.debian.org/debian/libfilezilla
Package: libfilezilla-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libfilezilla48 (= ${binary:Version}), ${misc:Depends}
Description: build high-performing platform-independent programs (development)
Free, open source C++ library, offering some basic functionality to build
high-performing, platform-independent programs. Some of the highlights include:
.
- A typesafe, multi-threaded event system that's very simple to use yet
extremely efficient
- Timers for periodic events
- A datetime class that not only tracks timestamp but also their accuracy,
which simplifies dealing with timestamps originating from different sources
- Simple process handling for spawning child processes with redirected I/O
.
This package contains the development files for the library.
Package: libfilezilla-common
Architecture: all
Multi-Arch: foreign
Breaks: libfilezilla0, libfilezilla11, libfilezilla19, libfilezilla21, libfilezilla22 (<< 0.34.2-2)
Replaces: libfilezilla47, libfilezilla0, libfilezilla11, libfilezilla19, libfilezilla21, libfilezilla22 (<< 0.34.2-2)
Depends: ${misc:Depends}
Description: build high-performing platform-independent programs (translations)
Free, open source C++ library, offering some basic functionality to build
high-performing, platform-independent programs. Some of the highlights include:
.
- A typesafe, multi-threaded event system that's very simple to use yet
extremely efficient
- Timers for periodic events
- A datetime class that not only tracks timestamp but also their accuracy,
which simplifies dealing with timestamps originating from different sources
- Simple process handling for spawning child processes with redirected I/O
.
This package contains architecture independent files such as images
and translations.
Package: libfilezilla48
Breaks: libfilezilla47 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Conflicts: libfilezilla47, libfilezilla0, libfilezilla11, libfilezilla19, libfilezilla21
Replaces: libfilezilla47, libfilezilla42, libfilezilla0, libfilezilla11, libfilezilla19, libfilezilla21
Depends: libfilezilla-common (>= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: build high-performing platform-independent programs (runtime lib)
Free, open source C++ library, offering some basic functionality to build
high-performing, platform-independent programs. Some of the highlights include:
.
- A typesafe, multi-threaded event system that's very simple to use yet
extremely efficient
- Timers for periodic events
- A datetime class that not only tracks timestamp but also their accuracy,
which simplifies dealing with timestamps originating from different sources
- Simple process handling for spawning child processes with redirected I/O
.
This package contains the shared library.
|