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
|
Source: feathernotes
Maintainer: LXQt Packaging Team <team+lxqt@tracker.debian.org>
Uploaders: Andrew Lee (李健秋) <ajqlee@debian.org>,
ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
DONG XU <me@eipi.fun>
Section: editors
Priority: optional
Build-Depends: debhelper-compat (= 13),
cmake,
libhunspell-dev,
qt6-svg-dev,
libxext-dev,
pkgconf,
qt6-base-dev,
qt6-tools-dev,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/lxqt-team/feathernotes
Vcs-Git: https://salsa.debian.org/lxqt-team/feathernotes.git
Homepage: https://github.com/tsujan/feathernotes
Rules-Requires-Root: no
Package: feathernotes
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: feathernotes-l10n,
libglib2.0-bin
Description: Hierarchical notes-manager (binaries)
FeatherNotes is a lightweight Qt hierarchical notes-manager for Linux. It is
independent of any desktop environment.
.
This package contain the application files.
Package: feathernotes-l10n
Architecture: all
Section: localization
Depends: ${misc:Depends},
${shlibs:Depends},
qt6-translations-l10n
Description: Hierarchical notes-manager (localization)
FeatherNotes is a lightweight Qt hierarchical notes-manager for Linux. It is
independent of any desktop environment.
.
This package contain the localization files.
|